2025-01-24T00:49:02.2232150Z Current runner version: '2.321.0' 2025-01-24T00:49:02.2240399Z Runner name: 'i-0ec918824af1ed046' 2025-01-24T00:49:02.2241289Z Runner group name: 'Default' 2025-01-24T00:49:02.2242242Z Machine name: 'EC2AMAZ-PEHGJN5' 2025-01-24T00:49:02.2246845Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:49:02.2249283Z Actions: read 2025-01-24T00:49:02.2249851Z Attestations: read 2025-01-24T00:49:02.2250393Z Checks: read 2025-01-24T00:49:02.2250898Z Contents: read 2025-01-24T00:49:02.2251450Z Deployments: read 2025-01-24T00:49:02.2252036Z Discussions: read 2025-01-24T00:49:02.2252608Z Issues: read 2025-01-24T00:49:02.2253153Z Metadata: read 2025-01-24T00:49:02.2253717Z Packages: read 2025-01-24T00:49:02.2254291Z Pages: read 2025-01-24T00:49:02.2254865Z PullRequests: read 2025-01-24T00:49:02.2255485Z RepositoryProjects: read 2025-01-24T00:49:02.2256153Z SecurityEvents: read 2025-01-24T00:49:02.2256793Z Statuses: read 2025-01-24T00:49:02.2257444Z ##[endgroup] 2025-01-24T00:49:02.2261488Z Secret source: Actions 2025-01-24T00:49:02.2262403Z Prepare workflow directory 2025-01-24T00:49:02.2798567Z Prepare all required actions 2025-01-24T00:49:02.2841414Z Getting action download info 2025-01-24T00:49:02.4546249Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T00:52:20.7101419Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:55:33.4876396Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T00:55:34.2102498Z Getting action download info 2025-01-24T00:55:34.3729250Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:55:34.9417790Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/145539 (d087145b9259b4cfbcb758dc0bca6a6e5d75d08f) 2025-01-24T00:55:34.9420037Z ##[group] Inputs 2025-01-24T00:55:34.9420383Z build-environment: win-vs2019-cpu-py3 2025-01-24T00:55:34.9420708Z cuda-version: cpu 2025-01-24T00:55:34.9421454Z use-xpu: false 2025-01-24T00:55:34.9421679Z xpu-version: 2025-01-24T00:55:34.9421884Z vc-year: 2019 2025-01-24T00:55:34.9422101Z build-with-debug: false 2025-01-24T00:55:34.9422358Z sync-tag: win-cpu-build 2025-01-24T00:55:34.9423545Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2025-01-24T00:55:34.9424754Z runner: windows.4xlarge.nonephemeral 2025-01-24T00:55:34.9425079Z ##[endgroup] 2025-01-24T00:55:34.9425320Z Complete job name: win-vs2019-cpu-py3 / build 2025-01-24T00:55:35.5823140Z ##[group]Run git config --global core.longpaths true 2025-01-24T00:55:35.5823816Z git config --global core.longpaths true 2025-01-24T00:55:35.5824204Z git config --global core.symlinks true 2025-01-24T00:55:35.5826773Z  2025-01-24T00:55:35.5827160Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-01-24T00:55:35.5827843Z # the directory on Windows and prevent GHA from checking out as reported 2025-01-24T00:55:35.5828346Z # in https://github.com/actions/checkout/issues/1018 2025-01-24T00:55:35.5828748Z git config --global core.fsmonitor false 2025-01-24T00:55:35.5878444Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:55:35.5879222Z env: 2025-01-24T00:55:35.5879437Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:35.5879688Z ##[endgroup] 2025-01-24T00:55:40.3420362Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T00:55:40.3420900Z env: 2025-01-24T00:55:40.3421129Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:40.3421393Z ##[endgroup] 2025-01-24T00:55:40.4088998Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:55:40.4091566Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:55:40.4092279Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T00:55:40.4092771Z # handle tool 2025-01-24T00:55:40.4093124Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T00:55:40.4093568Z Foreach ($process In $processes) { 2025-01-24T00:55:40.4093882Z  Try { 2025-01-24T00:55:40.4094465Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T00:55:40.4095196Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T00:55:40.4095613Z  } 2025-01-24T00:55:40.4095817Z  Catch { 2025-01-24T00:55:40.4096148Z  Write-Output "No leftover $process process, continuing" 2025-01-24T00:55:40.4096543Z  Write-Output $_ 2025-01-24T00:55:40.4096820Z  } 2025-01-24T00:55:40.4097009Z } 2025-01-24T00:55:40.4097205Z  2025-01-24T00:55:40.4097706Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T00:55:40.4098286Z # for hung processes 2025-01-24T00:55:40.4098568Z Foreach ($process In $processes) { 2025-01-24T00:55:40.4098875Z  Try { 2025-01-24T00:55:40.4099278Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T00:55:40.4099739Z  } 2025-01-24T00:55:40.4099932Z  Catch { 2025-01-24T00:55:40.4100160Z  Write-Output $_ 2025-01-24T00:55:40.4100398Z  } 2025-01-24T00:55:40.4100589Z } 2025-01-24T00:55:40.4100774Z  2025-01-24T00:55:40.4100968Z Try { 2025-01-24T00:55:40.4101221Z  # Print all the processes for debugging 2025-01-24T00:55:40.4101793Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T00:55:40.4102230Z } 2025-01-24T00:55:40.4102427Z Catch { 2025-01-24T00:55:40.4102833Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T00:55:40.4103311Z  Write-Output $_ 2025-01-24T00:55:40.4103562Z } 2025-01-24T00:55:40.4120556Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:55:40.4121059Z env: 2025-01-24T00:55:40.4121287Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:40.4121524Z ##[endgroup] 2025-01-24T00:55:41.8493754Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:55:41.8555509Z Finished 2025-01-24T00:55:41.9530774Z No leftover python process, continuing 2025-01-24T00:55:42.0622673Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0623434Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0624082Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0624510Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0625012Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0625875Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0626506Z 2025-01-24T00:55:42.0646373Z No leftover ninja process, continuing 2025-01-24T00:55:42.0656356Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0657162Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0658622Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0659059Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0659651Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0660506Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0661128Z 2025-01-24T00:55:42.0674307Z No leftover cl process, continuing 2025-01-24T00:55:42.0685228Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0686296Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0687364Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0688197Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0689073Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0694796Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0695477Z 2025-01-24T00:55:42.0710324Z No leftover nvcc process, continuing 2025-01-24T00:55:42.0721284Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0722053Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0722652Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0723109Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0723674Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0724787Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0725441Z 2025-01-24T00:55:42.0762593Z No leftover sccache process, continuing 2025-01-24T00:55:42.0775063Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0775920Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0776626Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0777127Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0777703Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0778700Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0779534Z 2025-01-24T00:55:42.0791250Z No leftover git process, continuing 2025-01-24T00:55:42.0802374Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T00:55:42.0803135Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:9 char:5 2025-01-24T00:55:42.0803738Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:55:42.0804178Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.0804786Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T00:55:42.0805771Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:55:42.0806475Z 2025-01-24T00:55:42.1160865Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {4590F811-1D3A-11D0-891F-00AA004B2E24} 2025-01-24T00:55:42.1161810Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1162434Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1163450Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1164041Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1164604Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1165123Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1165923Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1166532Z 2025-01-24T00:55:42.1737097Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1738039Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1738656Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1739152Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1739754Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1740290Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1740796Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1741525Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1742124Z 2025-01-24T00:55:42.1766002Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1766909Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1767617Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1768187Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1768846Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1769330Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1769799Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1770511Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1771110Z 2025-01-24T00:55:42.1797208Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1798151Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1798885Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1799857Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1800464Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1800919Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1801388Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1802115Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1802703Z 2025-01-24T00:55:42.1828164Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1829082Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1830249Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1830755Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1831365Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1832206Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1832662Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1833396Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1833986Z 2025-01-24T00:55:42.1860411Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1861285Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1861917Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1862424Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1863002Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1863455Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1863919Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1864632Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1865230Z 2025-01-24T00:55:42.1886818Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T00:55:42.1887739Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T00:55:42.1888360Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T00:55:42.1888885Z At C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1:21 char:6 2025-01-24T00:55:42.1889478Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:55:42.1889931Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:55:42.1890387Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T00:55:42.1891125Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T00:55:42.1891713Z 2025-01-24T00:55:43.4085539Z Caption CommandLine ProcessId 2025-01-24T00:55:43.4086089Z 2025-01-24T00:55:43.4086516Z System Idle Process 0 2025-01-24T00:55:43.4086969Z 2025-01-24T00:55:43.4087517Z System 4 2025-01-24T00:55:43.4087922Z 2025-01-24T00:55:43.4088275Z Registry 168 2025-01-24T00:55:43.4088867Z 2025-01-24T00:55:43.4090285Z smss.exe 408 2025-01-24T00:55:43.4090693Z 2025-01-24T00:55:43.4091343Z csrss.exe 512 2025-01-24T00:55:43.4091743Z 2025-01-24T00:55:43.4092493Z csrss.exe 588 2025-01-24T00:55:43.4092924Z 2025-01-24T00:55:43.4093790Z wininit.exe 612 2025-01-24T00:55:43.4094801Z 2025-01-24T00:55:43.4095432Z winlogon.exe winlogon.exe 660 2025-01-24T00:55:43.4095939Z 2025-01-24T00:55:43.4096239Z services.exe 732 2025-01-24T00:55:43.4096665Z 2025-01-24T00:55:43.4098338Z lsass.exe C:\Windows\system32\lsass.exe 752 2025-01-24T00:55:43.4098914Z 2025-01-24T00:55:43.4099460Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 872 2025-01-24T00:55:43.4100255Z 2025-01-24T00:55:43.4100787Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 896 2025-01-24T00:55:43.4101349Z 2025-01-24T00:55:43.4101735Z fontdrvhost.exe "fontdrvhost.exe" 920 2025-01-24T00:55:43.4102221Z 2025-01-24T00:55:43.4103369Z fontdrvhost.exe "fontdrvhost.exe" 928 2025-01-24T00:55:43.4103924Z 2025-01-24T00:55:43.4104422Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 136 2025-01-24T00:55:43.4104969Z 2025-01-24T00:55:43.4105460Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 452 2025-01-24T00:55:43.4106105Z 2025-01-24T00:55:43.4106415Z dwm.exe "dwm.exe" 780 2025-01-24T00:55:43.4106946Z 2025-01-24T00:55:43.4108300Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2025-01-24T00:55:43.4109022Z 2025-01-24T00:55:43.4109633Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2025-01-24T00:55:43.4110332Z 2025-01-24T00:55:43.4110929Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1268 2025-01-24T00:55:43.4111648Z 2025-01-24T00:55:43.4112135Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1384 2025-01-24T00:55:43.4112794Z 2025-01-24T00:55:43.4113445Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1412 2025-01-24T00:55:43.4114127Z 2025-01-24T00:55:43.4114601Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2025-01-24T00:55:43.4115178Z 2025-01-24T00:55:43.4115687Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1480 2025-01-24T00:55:43.4116300Z 2025-01-24T00:55:43.4118121Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\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_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1504 2025-01-24T00:55:43.4120176Z 2025-01-24T00:55:43.4120731Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1532 2025-01-24T00:55:43.4121386Z 2025-01-24T00:55:43.4121893Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1600 2025-01-24T00:55:43.4122521Z 2025-01-24T00:55:43.4123106Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1632 2025-01-24T00:55:43.4123799Z 2025-01-24T00:55:43.4124307Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1676 2025-01-24T00:55:43.4125093Z 2025-01-24T00:55:43.4125770Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1848 2025-01-24T00:55:43.4126497Z 2025-01-24T00:55:43.4126970Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1908 2025-01-24T00:55:43.4127558Z 2025-01-24T00:55:43.4128080Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1916 2025-01-24T00:55:43.4128662Z 2025-01-24T00:55:43.4129253Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1928 2025-01-24T00:55:43.4129869Z 2025-01-24T00:55:43.4130325Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2036 2025-01-24T00:55:43.4131914Z 2025-01-24T00:55:43.4132475Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1408 2025-01-24T00:55:43.4133137Z 2025-01-24T00:55:43.4133779Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2060 2025-01-24T00:55:43.4134540Z 2025-01-24T00:55:43.4135053Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2108 2025-01-24T00:55:43.4135683Z 2025-01-24T00:55:43.4136183Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2156 2025-01-24T00:55:43.4136796Z 2025-01-24T00:55:43.4137401Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2192 2025-01-24T00:55:43.4138108Z 2025-01-24T00:55:43.4138664Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2220 2025-01-24T00:55:43.4139341Z 2025-01-24T00:55:43.4140436Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2368 2025-01-24T00:55:43.4141145Z 2025-01-24T00:55:43.4141973Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2532 2025-01-24T00:55:43.4143287Z 2025-01-24T00:55:43.4144210Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2564 2025-01-24T00:55:43.4145199Z 2025-01-24T00:55:43.4145899Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2612 2025-01-24T00:55:43.4146494Z 2025-01-24T00:55:43.4146916Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2816 2025-01-24T00:55:43.4147425Z 2025-01-24T00:55:43.4147932Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2932 2025-01-24T00:55:43.4148506Z 2025-01-24T00:55:43.4149094Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2940 2025-01-24T00:55:43.4149846Z 2025-01-24T00:55:43.4150346Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2948 2025-01-24T00:55:43.4150998Z 2025-01-24T00:55:43.4151735Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2956 2025-01-24T00:55:43.4152493Z 2025-01-24T00:55:43.4153017Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2968 2025-01-24T00:55:43.4153625Z 2025-01-24T00:55:43.4154149Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2976 2025-01-24T00:55:43.4154764Z 2025-01-24T00:55:43.4155274Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2992 2025-01-24T00:55:43.4155871Z 2025-01-24T00:55:43.4156445Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3000 2025-01-24T00:55:43.4157108Z 2025-01-24T00:55:43.4157772Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3172 2025-01-24T00:55:43.4158527Z 2025-01-24T00:55:43.4159189Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3192 2025-01-24T00:55:43.4159969Z 2025-01-24T00:55:43.4160470Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3224 2025-01-24T00:55:43.4161068Z 2025-01-24T00:55:43.4161540Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3232 2025-01-24T00:55:43.4162111Z 2025-01-24T00:55:43.4162661Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T00:55:43.4163324Z 2025-01-24T00:55:43.4163940Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3712 2025-01-24T00:55:43.4164666Z 2025-01-24T00:55:43.4165189Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3904 2025-01-24T00:55:43.4165726Z 2025-01-24T00:55:43.4166235Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a75055 /state1:0x41c64e6d 3784 2025-01-24T00:55:43.4166849Z 2025-01-24T00:55:43.4168644Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 3044 2025-01-24T00:55:43.4170523Z 2025-01-24T00:55:43.4171258Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 1136 2025-01-24T00:55:43.4172084Z 2025-01-24T00:55:43.4172514Z vds.exe C:\Windows\System32\vds.exe 2548 2025-01-24T00:55:43.4173062Z 2025-01-24T00:55:43.4173600Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4568 2025-01-24T00:55:43.4174309Z 2025-01-24T00:55:43.4174696Z msdtc.exe C:\Windows\System32\msdtc.exe 4780 2025-01-24T00:55:43.4175249Z 2025-01-24T00:55:43.4175936Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4920 2025-01-24T00:55:43.4176661Z 2025-01-24T00:55:43.4177251Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4956 2025-01-24T00:55:43.4177931Z 2025-01-24T00:55:43.4178514Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1212 2025-01-24T00:55:43.4179184Z 2025-01-24T00:55:43.4179672Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 3060 2025-01-24T00:55:43.4180240Z 2025-01-24T00:55:43.4180748Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 684 2025-01-24T00:55:43.4181404Z 2025-01-24T00:55:43.4182274Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3284 2025-01-24T00:55:43.4183170Z 2025-01-24T00:55:43.4184802Z 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 2692 2025-01-24T00:55:43.4186493Z 2025-01-24T00:55:43.4186934Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 536 2025-01-24T00:55:43.4187507Z 2025-01-24T00:55:43.4188116Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4384 2025-01-24T00:55:43.4188781Z 2025-01-24T00:55:43.4189372Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3056 2025-01-24T00:55:43.4190047Z 2025-01-24T00:55:43.4190569Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3740 2025-01-24T00:55:43.4191184Z 2025-01-24T00:55:43.4191806Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3780 2025-01-24T00:55:43.4192513Z 2025-01-24T00:55:43.4192943Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4192 2025-01-24T00:55:43.4193522Z 2025-01-24T00:55:43.4194086Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4996 2025-01-24T00:55:43.4194836Z 2025-01-24T00:55:43.4195340Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5076 2025-01-24T00:55:43.4195933Z 2025-01-24T00:55:43.4196446Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2572 2025-01-24T00:55:43.4197043Z 2025-01-24T00:55:43.4197461Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2624 2025-01-24T00:55:43.4197973Z 2025-01-24T00:55:43.4198510Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2276 2288 2560 2025-01-24T00:55:43.4199141Z 2025-01-24T00:55:43.4199559Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3700 2025-01-24T00:55:43.4200141Z 2025-01-24T00:55:43.4200624Z taskhostw.exe taskhostw.exe /RuntimeWide 1868 2025-01-24T00:55:43.4201131Z 2025-01-24T00:55:43.4201803Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1020 3412 2025-01-24T00:55:43.4202514Z 2025-01-24T00:55:43.4203118Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:920 4464 2025-01-24T00:55:43.4203902Z 2025-01-24T00:55:43.4204342Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3920 2025-01-24T00:55:43.4204939Z 2025-01-24T00:55:43.4205342Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4232 2025-01-24T00:55:43.4205923Z 2025-01-24T00:55:43.4206420Z TrustedInstaller.exe C:\Windows\servicing\TrustedInstaller.exe 1048 2025-01-24T00:55:43.4207084Z 2025-01-24T00:55:43.4207878Z TiWorker.exe C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.6289_none_56fe7387990be13e\TiWorker.exe -Embedding 4800 2025-01-24T00:55:43.4208777Z 2025-01-24T00:55:43.4209310Z CompatTelRunner.exe "C:\Windows\system32\compattelrunner.exe" -maintenance 4912 2025-01-24T00:55:43.4209947Z 2025-01-24T00:55:43.4210348Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1220 2025-01-24T00:55:43.4210862Z 2025-01-24T00:55:43.4211499Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1788 2025-01-24T00:55:43.4212242Z 2025-01-24T00:55:43.4212946Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1516 2025-01-24T00:55:43.4214386Z 2025-01-24T00:55:43.4215027Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1540 2025-01-24T00:55:43.4215768Z 2025-01-24T00:55:43.4216422Z CompatTelRunner.exe C:\Windows\system32\CompatTelRunner.exe -m:invagent.dll -f:RunUpdate -cv:bVt3KS6i306Y8d5b.5 4776 2025-01-24T00:55:43.4217193Z 2025-01-24T00:55:43.4217632Z svchost.exe C:\Windows\system32\svchost.exe -k defragsvc 4208 2025-01-24T00:55:43.4218252Z 2025-01-24T00:55:43.4219162Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 3f8 -InterruptEvent 0 -NGENProcess 3d0 -Pipe 3fc -Comment "NGen Worker Process" 4184 2025-01-24T00:55:43.4220098Z 2025-01-24T00:55:43.4220920Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\acf9f14f-5aa3-47d9-bf64-a257b5f0e80b.ps1'" 1808 2025-01-24T00:55:43.4221837Z 2025-01-24T00:55:43.4222429Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4312 2025-01-24T00:55:43.4223126Z 2025-01-24T00:55:43.4223963Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4536 2025-01-24T00:55:43.4224650Z 2025-01-24T00:55:43.4224654Z 2025-01-24T00:55:43.4224659Z 2025-01-24T00:55:43.4575753Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-01-24T00:55:43.4576176Z with: 2025-01-24T00:55:43.4576844Z github-secret: *** 2025-01-24T00:55:43.4578830Z 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\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T00:55:43.4580925Z activate-with-label: false 2025-01-24T00:55:43.4581235Z label: with-ssh 2025-01-24T00:55:43.4581474Z remove-existing-keys: true 2025-01-24T00:55:43.4581753Z fail-silently: true 2025-01-24T00:55:43.4581975Z env: 2025-01-24T00:55:43.4582207Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:43.4582437Z ##[endgroup] 2025-01-24T00:55:43.6190875Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-24T00:55:43.6192961Z ciflow reference detected, attempting to extract PR number 2025-01-24T00:55:44.0289483Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2025-01-24T00:55:44.0906171Z No SSH keys found for user pytorch-bot[bot] 2025-01-24T00:55:44.0906690Z Grabbing public ssh keys from https://github.com/yushangdi.keys 2025-01-24T00:55:44.1744272Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-01-24T00:55:44.1792940Z Login using: ssh runneruser@ec2-54-226-203-180.compute-1.amazonaws.com 2025-01-24T00:55:44.1793572Z To forward remote desktop on your local machine ssh as follows: 2025-01-24T00:55:44.1794466Z ssh -L 3389:localhost:3389 runneruser@ec2-54-226-203-180.compute-1.amazonaws.com 2025-01-24T00:55:44.1795599Z And then change password using `passwd` command. 2025-01-24T00:55:44.1795842Z 2025-01-24T00:55:44.1796118Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2025-01-24T00:55:44.1796675Z Activate miniconda and Visual Studio environment, by running: 2025-01-24T00:55:44.1797174Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T00:55:44.1797816Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T00:55:44.2058255Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:55:44.2058693Z with: 2025-01-24T00:55:44.2058880Z no-sudo: true 2025-01-24T00:55:44.2059099Z submodules: recursive 2025-01-24T00:55:44.2059328Z fetch-depth: 0 2025-01-24T00:55:44.2059521Z env: 2025-01-24T00:55:44.2059715Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:44.2059967Z ##[endgroup] 2025-01-24T00:55:44.2142513Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:55:44.2143399Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:55:44.2164613Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:55:44.2165068Z env: 2025-01-24T00:55:44.2165356Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:44.2165610Z ##[endgroup] 2025-01-24T00:55:44.3044235Z ##[group]Run retry () { 2025-01-24T00:55:44.3044524Z retry () { 2025-01-24T00:55:44.3044844Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:55:44.3045211Z } 2025-01-24T00:55:44.3045570Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:55:44.3045867Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:55:44.3046352Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:55:44.3046663Z else 2025-01-24T00:55:44.3046906Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:55:44.3047217Z fi 2025-01-24T00:55:44.3047430Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:55:44.3078880Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:55:44.3079838Z env: 2025-01-24T00:55:44.3080046Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:44.3080297Z NO_SUDO: true 2025-01-24T00:55:44.3080502Z ##[endgroup] 2025-01-24T00:55:44.3548371Z C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:55:44.9005449Z ##[group]Run actions/checkout@v4 2025-01-24T00:55:44.9005881Z with: 2025-01-24T00:55:44.9006175Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:55:44.9006518Z fetch-depth: 0 2025-01-24T00:55:44.9006793Z submodules: recursive 2025-01-24T00:55:44.9007033Z show-progress: false 2025-01-24T00:55:44.9007365Z repository: pytorch/pytorch 2025-01-24T00:55:44.9007812Z token: *** 2025-01-24T00:55:44.9008008Z ssh-strict: true 2025-01-24T00:55:44.9008288Z ssh-user: git 2025-01-24T00:55:44.9008560Z persist-credentials: true 2025-01-24T00:55:44.9008824Z clean: true 2025-01-24T00:55:44.9009109Z sparse-checkout-cone-mode: true 2025-01-24T00:55:44.9009382Z fetch-tags: false 2025-01-24T00:55:44.9009654Z lfs: false 2025-01-24T00:55:44.9009861Z set-safe-directory: true 2025-01-24T00:55:44.9010163Z env: 2025-01-24T00:55:44.9010346Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:55:44.9010662Z ##[endgroup] 2025-01-24T00:55:45.0380145Z Syncing repository: pytorch/pytorch 2025-01-24T00:55:45.0381579Z ##[group]Getting Git version info 2025-01-24T00:55:45.0382000Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:55:45.0492772Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T00:55:45.0708067Z git version 2.47.0.windows.2 2025-01-24T00:55:45.0753456Z ##[endgroup] 2025-01-24T00:55:45.0766169Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\2244b34b-2796-4661-9406-f37e8877a40e\.gitconfig' 2025-01-24T00:55:45.0788593Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2244b34b-2796-4661-9406-f37e8877a40e' before making global git config changes 2025-01-24T00:55:45.0789488Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:55:45.0799138Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:55:45.1049401Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:55:45.1053827Z ##[group]Initializing the repository 2025-01-24T00:55:45.1063833Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:55:45.9184228Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T00:55:45.9232450Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:55:46.0855634Z ##[endgroup] 2025-01-24T00:55:46.0856063Z ##[group]Disabling automatic garbage collection 2025-01-24T00:55:46.0867407Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-01-24T00:55:46.1117833Z ##[endgroup] 2025-01-24T00:55:46.1118223Z ##[group]Setting up auth 2025-01-24T00:55:46.1132008Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:55:46.1413724Z [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-01-24T00:55:53.6519973Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:55:53.6765100Z [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-01-24T00:55:54.1505078Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:55:54.1760692Z ##[endgroup] 2025-01-24T00:55:54.1761103Z ##[group]Fetching the repository 2025-01-24T00:55:54.1775325Z [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-01-24T00:57:22.0582421Z From https://github.com/pytorch/pytorch 2025-01-24T00:57:22.0582924Z * [new branch] 144594 -> origin/144594 2025-01-24T00:57:22.0583409Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T00:57:22.0583921Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T00:57:22.0584805Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T00:57:22.0585926Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T00:57:22.0586745Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T00:57:22.0587355Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T00:57:22.0588062Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T00:57:22.0588779Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T00:57:22.0589522Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T00:57:22.0590221Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T00:57:22.0590895Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T00:57:22.0591549Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T00:57:22.0592256Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T00:57:22.0593612Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T00:57:22.0594236Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T00:57:22.0594901Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T00:57:22.0595637Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T00:57:22.0596303Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T00:57:22.0597353Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T00:57:22.0598054Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T00:57:22.0598724Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T00:57:22.0599283Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T00:57:22.0599825Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T00:57:22.0600413Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T00:57:22.0601022Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T00:57:22.0601743Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T00:57:22.0602368Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T00:57:22.0603103Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T00:57:22.0603763Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T00:57:22.0604382Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T00:57:22.0604930Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T00:57:22.0605545Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T00:57:22.0606193Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T00:57:22.0606779Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T00:57:22.0607477Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T00:57:22.0608172Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T00:57:22.0608736Z * [new branch] add-assign -> origin/add-assign 2025-01-24T00:57:22.0609348Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T00:57:22.0610123Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T00:57:22.0610763Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T00:57:22.1045609Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T00:57:22.1046157Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T00:57:22.1046704Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T00:57:22.1047220Z * [new branch] addsimde -> origin/addsimde 2025-01-24T00:57:22.1047758Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T00:57:22.1048308Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T00:57:22.1048830Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T00:57:22.1049501Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T00:57:22.1049993Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T00:57:22.1050498Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T00:57:22.1051144Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T00:57:22.1051869Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T00:57:22.1052496Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T00:57:22.1053134Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T00:57:22.1053768Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T00:57:22.1054406Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T00:57:22.1055001Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T00:57:22.1055522Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T00:57:22.1056081Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T00:57:22.1056791Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T00:57:22.1057320Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T00:57:22.1057862Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T00:57:22.1058403Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T00:57:22.1058939Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T00:57:22.1059464Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T00:57:22.1059965Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T00:57:22.1060483Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T00:57:22.1061020Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T00:57:22.1061604Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T00:57:22.1062157Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T00:57:22.1062733Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T00:57:22.1063288Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T00:57:22.1063826Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T00:57:22.1064378Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T00:57:22.1064975Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T00:57:22.1065581Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T00:57:22.1066116Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T00:57:22.1066732Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T00:57:22.1067276Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T00:57:22.1067793Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T00:57:22.1068340Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T00:57:22.1068968Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T00:57:22.1069528Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T00:57:22.1070124Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T00:57:22.1070692Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T00:57:22.1071213Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T00:57:22.1071726Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T00:57:22.1761133Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T00:57:22.1761731Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T00:57:22.1762259Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T00:57:22.1762833Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T00:57:22.1763474Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T00:57:22.1764038Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T00:57:22.1764605Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T00:57:22.1765404Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T00:57:22.1765988Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T00:57:22.1766545Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T00:57:22.1767112Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T00:57:22.1767741Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T00:57:22.1768322Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T00:57:22.1768825Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T00:57:22.1769363Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T00:57:22.1769903Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T00:57:22.1770455Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T00:57:22.1771077Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T00:57:22.1789083Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T00:57:22.1789908Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T00:57:22.1790460Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T00:57:22.1791001Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T00:57:22.1791528Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T00:57:22.1792027Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T00:57:22.1792554Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T00:57:22.1793071Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T00:57:22.1793606Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T00:57:22.1794178Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T00:57:22.1794738Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T00:57:22.1795927Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T00:57:22.1796482Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T00:57:22.1797005Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T00:57:22.1797548Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T00:57:22.1798045Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T00:57:22.1798566Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T00:57:22.1799211Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T00:57:22.1799908Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T00:57:22.1800540Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T00:57:22.1801107Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T00:57:22.1801649Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T00:57:22.1802269Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T00:57:22.1803031Z * [new branch] bf/be-dependencies -> origin/bf/be-dependencies 2025-01-24T00:57:22.1803547Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T00:57:22.1804038Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T00:57:22.1804582Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T00:57:22.1805172Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T00:57:22.2235729Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T00:57:22.2236319Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T00:57:22.2236822Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T00:57:22.2237484Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T00:57:22.2238513Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T00:57:22.2239541Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T00:57:22.2240120Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T00:57:22.2240716Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T00:57:22.2241429Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T00:57:22.2242064Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T00:57:22.2242627Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T00:57:22.2243312Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T00:57:22.2243924Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T00:57:22.2244512Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T00:57:22.2245162Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T00:57:22.2245800Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T00:57:22.2246529Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T00:57:22.2247138Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T00:57:22.2247741Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T00:57:22.2248338Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T00:57:22.2248936Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T00:57:22.2249520Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T00:57:22.2250092Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T00:57:22.2250734Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T00:57:22.2251414Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T00:57:22.2252012Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T00:57:22.2252596Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T00:57:22.2253205Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T00:57:22.2253880Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T00:57:22.2254455Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T00:57:22.2255049Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T00:57:22.2255621Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T00:57:22.2256166Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T00:57:22.2256726Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T00:57:22.2257347Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T00:57:22.2257972Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T00:57:22.2258536Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T00:57:22.2259100Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T00:57:22.2259731Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T00:57:22.2260330Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T00:57:22.2260907Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T00:57:22.2261582Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T00:57:22.2262241Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T00:57:22.2601040Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T00:57:22.2601571Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T00:57:22.2602162Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T00:57:22.2602764Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T00:57:22.2603383Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T00:57:22.2603926Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T00:57:22.2604811Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T00:57:22.2605436Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T00:57:22.2606035Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T00:57:22.2606633Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T00:57:22.2607361Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2608147Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2608939Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2609728Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2610641Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2611423Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2612214Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2613117Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2613900Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2614691Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2615476Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2616323Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2617161Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2617952Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2618746Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2619537Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2620310Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2621101Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2621958Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2622796Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2623596Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2624389Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2625175Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2625945Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2626733Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2627656Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T00:57:22.2628508Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T00:57:22.3054229Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T00:57:22.3055107Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T00:57:22.3055912Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T00:57:22.3056701Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T00:57:22.3057457Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T00:57:22.3058065Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T00:57:22.3058650Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T00:57:22.3059294Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T00:57:22.3059894Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T00:57:22.3060622Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T00:57:22.3061243Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T00:57:22.3062019Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T00:57:22.3062693Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T00:57:22.3063213Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T00:57:22.3063700Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T00:57:22.3064251Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T00:57:22.3064842Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T00:57:22.3065369Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T00:57:22.3065909Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T00:57:22.3066418Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T00:57:22.3066880Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T00:57:22.3067393Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T00:57:22.3068005Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T00:57:22.3068573Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T00:57:22.3069105Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T00:57:22.3069644Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T00:57:22.3070233Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T00:57:22.3070767Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T00:57:22.3071276Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T00:57:22.3071821Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T00:57:22.3072376Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T00:57:22.3073538Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T00:57:22.3074053Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T00:57:22.3074569Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T00:57:22.3075136Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T00:57:22.3075665Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T00:57:22.3076214Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T00:57:22.3076807Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T00:57:22.3077431Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T00:57:22.3077980Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T00:57:22.3078460Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T00:57:22.3078945Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T00:57:22.3079457Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T00:57:22.3079978Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T00:57:22.3080661Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T00:57:22.3081260Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T00:57:22.3519074Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T00:57:22.3519610Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T00:57:22.3520112Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T00:57:22.3520674Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T00:57:22.3521208Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T00:57:22.3521702Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T00:57:22.3522225Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T00:57:22.3522774Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T00:57:22.3523368Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T00:57:22.3523940Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T00:57:22.3524528Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T00:57:22.3525136Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T00:57:22.3525804Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T00:57:22.3526407Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T00:57:22.3526905Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T00:57:22.3527372Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T00:57:22.3527875Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T00:57:22.3528408Z * [new branch] cusparse-spmm-fix -> origin/cusparse-spmm-fix 2025-01-24T00:57:22.3528989Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T00:57:22.3529534Z * [new branch] dataclass -> origin/dataclass 2025-01-24T00:57:22.3530156Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T00:57:22.3530721Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T00:57:22.3531335Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T00:57:22.3532006Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T00:57:22.3532681Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T00:57:22.3533272Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T00:57:22.3533833Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T00:57:22.3534400Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T00:57:22.3535050Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T00:57:22.3535707Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T00:57:22.3536271Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T00:57:22.3536818Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T00:57:22.3537338Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T00:57:22.3537965Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T00:57:22.3538506Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T00:57:22.3538987Z * [new branch] disable -> origin/disable 2025-01-24T00:57:22.3539524Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T00:57:22.3540207Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T00:57:22.3540795Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T00:57:22.3541273Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T00:57:22.3541775Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T00:57:22.3542292Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T00:57:22.3542773Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T00:57:22.3543272Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T00:57:22.3543775Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T00:57:22.3544329Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T00:57:22.3544960Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T00:57:22.3971075Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T00:57:22.3971734Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T00:57:22.3972367Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T00:57:22.3972982Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T00:57:22.3973536Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T00:57:22.3974029Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T00:57:22.3974504Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T00:57:22.3974993Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T00:57:22.3975655Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T00:57:22.3976126Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T00:57:22.3976611Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T00:57:22.3977093Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T00:57:22.3977695Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T00:57:22.3978402Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T00:57:22.3979080Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T00:57:22.3979760Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T00:57:22.3980591Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T00:57:22.3981336Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T00:57:22.3981921Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T00:57:22.3982630Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T00:57:22.3983410Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T00:57:22.3984002Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T00:57:22.3984715Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T00:57:22.3985442Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T00:57:22.3986157Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T00:57:22.3986742Z * [new branch] exec -> origin/exec 2025-01-24T00:57:22.3987248Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T00:57:22.3987778Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T00:57:22.3988295Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T00:57:22.3988817Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T00:57:22.3989331Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T00:57:22.3989835Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T00:57:22.3990335Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T00:57:22.3990829Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T00:57:22.3991332Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T00:57:22.3991836Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T00:57:22.3992338Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T00:57:22.3992826Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T00:57:22.3993338Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T00:57:22.3993844Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T00:57:22.3994338Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T00:57:22.3994850Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T00:57:22.3995444Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T00:57:22.3995940Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T00:57:22.3996448Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T00:57:22.4444299Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T00:57:22.4444848Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T00:57:22.4445346Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T00:57:22.4445857Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T00:57:22.4446360Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T00:57:22.4446857Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T00:57:22.4447377Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T00:57:22.4447908Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T00:57:22.4448477Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T00:57:22.4449033Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T00:57:22.4449775Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T00:57:22.4450269Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T00:57:22.4450764Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T00:57:22.4451264Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T00:57:22.4451771Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T00:57:22.4452267Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T00:57:22.4452788Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T00:57:22.4453353Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T00:57:22.4453906Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T00:57:22.4454416Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T00:57:22.4454947Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T00:57:22.4455494Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T00:57:22.4456115Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T00:57:22.4456727Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T00:57:22.4457227Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T00:57:22.4457722Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T00:57:22.4458212Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T00:57:22.4458662Z * [new branch] fca -> origin/fca 2025-01-24T00:57:22.4459095Z * [new branch] fca2 -> origin/fca2 2025-01-24T00:57:22.4459535Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T00:57:22.4459982Z * [new branch] fca3 -> origin/fca3 2025-01-24T00:57:22.4460403Z * [new branch] fca5 -> origin/fca5 2025-01-24T00:57:22.4460929Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T00:57:22.4461793Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T00:57:22.4462682Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T00:57:22.4463374Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T00:57:22.4463905Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T00:57:22.4464420Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T00:57:22.4464946Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T00:57:22.4465468Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T00:57:22.4466031Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T00:57:22.4466605Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T00:57:22.4467144Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T00:57:22.4467718Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T00:57:22.4468310Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T00:57:22.4468934Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T00:57:22.4469420Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T00:57:22.4469878Z * [new branch] fix -> origin/fix 2025-01-24T00:57:22.4945853Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T00:57:22.4946483Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T00:57:22.4947039Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T00:57:22.4947630Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T00:57:22.4948235Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T00:57:22.4948809Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T00:57:22.4949386Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T00:57:22.4949995Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T00:57:22.4950563Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T00:57:22.4951064Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T00:57:22.4951600Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T00:57:22.4952145Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T00:57:22.4952762Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T00:57:22.4953379Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T00:57:22.4953911Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T00:57:22.4954589Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T00:57:22.4955221Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T00:57:22.4955745Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T00:57:22.4956238Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T00:57:22.4956929Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T00:57:22.4957415Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T00:57:22.4957896Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T00:57:22.4958408Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T00:57:22.4958993Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T00:57:22.4959499Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T00:57:22.4959935Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T00:57:22.4960396Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T00:57:22.4960854Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T00:57:22.4961357Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T00:57:22.4961965Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T00:57:22.4962533Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T00:57:22.4963154Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T00:57:22.4964370Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T00:57:22.4964915Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T00:57:22.4965428Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T00:57:22.4965909Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T00:57:22.4966402Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T00:57:22.4966947Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T00:57:22.4967574Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T00:57:22.4968196Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T00:57:22.4968783Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T00:57:22.4969364Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T00:57:22.4969923Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T00:57:22.4970496Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T00:57:22.4971062Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T00:57:22.4971628Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T00:57:22.4972196Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T00:57:22.5416841Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T00:57:22.5417471Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T00:57:22.5418068Z * [new branch] gh/ColinPeppler/58/base -> origin/gh/ColinPeppler/58/base 2025-01-24T00:57:22.5418729Z * [new branch] gh/ColinPeppler/58/head -> origin/gh/ColinPeppler/58/head 2025-01-24T00:57:22.5419388Z * [new branch] gh/ColinPeppler/58/orig -> origin/gh/ColinPeppler/58/orig 2025-01-24T00:57:22.5419939Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T00:57:22.5420485Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T00:57:22.5421180Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T00:57:22.5421712Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T00:57:22.5422257Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T00:57:22.5422802Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T00:57:22.5423344Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T00:57:22.5423859Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T00:57:22.5424377Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T00:57:22.5424890Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T00:57:22.5425388Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T00:57:22.5425922Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T00:57:22.5426431Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T00:57:22.5426938Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T00:57:22.5427435Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T00:57:22.5428368Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T00:57:22.5428881Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T00:57:22.5429378Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T00:57:22.5429886Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T00:57:22.5430401Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T00:57:22.5430905Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T00:57:22.5431408Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T00:57:22.5431918Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T00:57:22.5432417Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T00:57:22.5432912Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T00:57:22.5433414Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T00:57:22.5433905Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T00:57:22.5434402Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T00:57:22.5434935Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T00:57:22.5435490Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T00:57:22.5436026Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T00:57:22.5436593Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T00:57:22.5437178Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T00:57:22.5437756Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T00:57:22.5438316Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T00:57:22.5438891Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T00:57:22.5439465Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T00:57:22.5440113Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T00:57:22.5440695Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T00:57:22.5441276Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T00:57:22.5441844Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T00:57:22.5879151Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T00:57:22.5879760Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T00:57:22.5880337Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T00:57:22.5880903Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T00:57:22.5881494Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T00:57:22.5882067Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T00:57:22.5882634Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T00:57:22.5883273Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T00:57:22.5884343Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T00:57:22.5884916Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T00:57:22.5885476Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T00:57:22.5886058Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T00:57:22.5886634Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T00:57:22.5887197Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T00:57:22.5887773Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T00:57:22.5888344Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T00:57:22.5888918Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T00:57:22.5889481Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T00:57:22.5890062Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T00:57:22.5890654Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T00:57:22.5891211Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T00:57:22.5891788Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T00:57:22.5892366Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T00:57:22.5892933Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T00:57:22.5893500Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T00:57:22.5894076Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T00:57:22.5894657Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T00:57:22.5895308Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T00:57:22.5895951Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T00:57:22.5897118Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T00:57:22.5897696Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T00:57:22.5898271Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T00:57:22.5898850Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T00:57:22.5899430Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T00:57:22.5899998Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T00:57:22.5900575Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T00:57:22.5901144Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T00:57:22.5901708Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T00:57:22.5902292Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T00:57:22.5902870Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T00:57:22.5903435Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T00:57:22.5903998Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T00:57:22.5904814Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T00:57:22.5905357Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T00:57:22.5905864Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T00:57:22.6348730Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T00:57:22.6349330Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T00:57:22.6349899Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T00:57:22.6350473Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T00:57:22.6351014Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T00:57:22.6351579Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T00:57:22.6352142Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T00:57:22.6352690Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T00:57:22.6353240Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T00:57:22.6353785Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T00:57:22.6354340Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T00:57:22.6354883Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T00:57:22.6355434Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T00:57:22.6356093Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T00:57:22.6356704Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T00:57:22.6357254Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T00:57:22.6357786Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T00:57:22.6358329Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T00:57:22.6358877Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T00:57:22.6359542Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T00:57:22.6360087Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T00:57:22.6360637Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T00:57:22.6361188Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T00:57:22.6361724Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T00:57:22.6362377Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T00:57:22.6362968Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T00:57:22.6363754Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T00:57:22.6364300Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T00:57:22.6364859Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T00:57:22.6365401Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T00:57:22.6365936Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T00:57:22.6366919Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T00:57:22.6367470Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T00:57:22.6368063Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T00:57:22.6368657Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T00:57:22.6369253Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T00:57:22.6369790Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T00:57:22.6370333Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T00:57:22.6370866Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T00:57:22.6371400Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T00:57:22.6371934Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T00:57:22.6372482Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T00:57:22.6373023Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T00:57:22.6373552Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T00:57:22.6374094Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T00:57:22.6374639Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T00:57:22.6835722Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T00:57:22.6836376Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T00:57:22.6836914Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T00:57:22.6837470Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T00:57:22.6838008Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T00:57:22.6838551Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T00:57:22.6839085Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T00:57:22.6839760Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T00:57:22.6840302Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T00:57:22.6840848Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T00:57:22.6841387Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T00:57:22.6841996Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T00:57:22.6842617Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T00:57:22.6843298Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T00:57:22.6843903Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T00:57:22.6844499Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T00:57:22.6845158Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T00:57:22.6845702Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T00:57:22.6846337Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T00:57:22.6846870Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T00:57:22.6847942Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T00:57:22.6848464Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T00:57:22.6848987Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T00:57:22.6849516Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T00:57:22.6850037Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T00:57:22.6850558Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T00:57:22.6851079Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T00:57:22.6851604Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T00:57:22.6852123Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T00:57:22.6852644Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T00:57:22.6853221Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T00:57:22.6853804Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T00:57:22.6854390Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T00:57:22.6854922Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T00:57:22.6855433Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T00:57:22.6855954Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T00:57:22.6856481Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T00:57:22.6857003Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T00:57:22.6857508Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T00:57:22.6858021Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T00:57:22.6858539Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T00:57:22.6859048Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T00:57:22.6859708Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T00:57:22.6860244Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T00:57:22.6860823Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T00:57:22.6861409Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T00:57:22.6861934Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T00:57:22.7314638Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T00:57:22.7315207Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T00:57:22.7315731Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T00:57:22.7316240Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T00:57:22.7316760Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T00:57:22.7317267Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T00:57:22.7317806Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T00:57:22.7318347Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T00:57:22.7319378Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T00:57:22.7319912Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T00:57:22.7320459Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T00:57:22.7320988Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T00:57:22.7321546Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T00:57:22.7322091Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T00:57:22.7322618Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T00:57:22.7323249Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T00:57:22.7323795Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T00:57:22.7324330Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T00:57:22.7324865Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T00:57:22.7325409Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T00:57:22.7325963Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T00:57:22.7326488Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T00:57:22.7327023Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T00:57:22.7327555Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T00:57:22.7328088Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T00:57:22.7328628Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T00:57:22.7329241Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T00:57:22.7329842Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T00:57:22.7330377Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T00:57:22.7331031Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T00:57:22.7331575Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T00:57:22.7332108Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T00:57:22.7332648Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T00:57:22.7333200Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T00:57:22.7333742Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T00:57:22.7334267Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T00:57:22.7334810Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T00:57:22.7335342Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T00:57:22.7335870Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T00:57:22.7351330Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T00:57:22.7352030Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T00:57:22.7352581Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T00:57:22.7353617Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T00:57:22.7354160Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T00:57:22.7354687Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T00:57:22.7355231Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T00:57:22.7769188Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T00:57:22.7769790Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T00:57:22.7770324Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T00:57:22.7770873Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T00:57:22.7771420Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T00:57:22.7771959Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T00:57:22.7772506Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T00:57:22.7773043Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T00:57:22.7773579Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T00:57:22.7774127Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T00:57:22.7774672Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T00:57:22.7775219Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T00:57:22.7775752Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T00:57:22.7776305Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T00:57:22.7776865Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T00:57:22.7777399Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T00:57:22.7777934Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T00:57:22.7778477Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T00:57:22.7779164Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T00:57:22.7779697Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T00:57:22.7780237Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T00:57:22.7780774Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T00:57:22.7781310Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T00:57:22.7781861Z * [new branch] gh/XuehaiPan/213/base -> origin/gh/XuehaiPan/213/base 2025-01-24T00:57:22.7782404Z * [new branch] gh/XuehaiPan/213/head -> origin/gh/XuehaiPan/213/head 2025-01-24T00:57:22.7782935Z * [new branch] gh/XuehaiPan/213/orig -> origin/gh/XuehaiPan/213/orig 2025-01-24T00:57:22.7783471Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T00:57:22.7784012Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T00:57:22.7784555Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T00:57:22.7785085Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T00:57:22.7785621Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T00:57:22.7786609Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T00:57:22.7787144Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T00:57:22.7787684Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T00:57:22.7788219Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T00:57:22.7788755Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T00:57:22.7789289Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T00:57:22.7789828Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T00:57:22.7790363Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T00:57:22.7790899Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T00:57:22.7791434Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T00:57:22.7791972Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T00:57:22.7792500Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T00:57:22.7793038Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T00:57:22.7793579Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T00:57:22.7794103Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T00:57:22.8228265Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T00:57:22.8228835Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T00:57:22.8229401Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T00:57:22.8229998Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T00:57:22.8230614Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T00:57:22.8231172Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T00:57:22.8231847Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T00:57:22.8232396Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T00:57:22.8232943Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T00:57:22.8233486Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T00:57:22.8234037Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T00:57:22.8234591Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T00:57:22.8235157Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T00:57:22.8235689Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T00:57:22.8236303Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T00:57:22.8236922Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T00:57:22.8237456Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T00:57:22.8237986Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T00:57:22.8238525Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T00:57:22.8239506Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T00:57:22.8240043Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T00:57:22.8240592Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T00:57:22.8241133Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T00:57:22.8241725Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T00:57:22.8242345Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T00:57:22.8242884Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T00:57:22.8243513Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T00:57:22.8244043Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T00:57:22.8244586Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T00:57:22.8245131Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T00:57:22.8245662Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T00:57:22.8246208Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T00:57:22.8246757Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T00:57:22.8247288Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T00:57:22.8247897Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T00:57:22.8248502Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T00:57:22.8249054Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T00:57:22.8249580Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T00:57:22.8250114Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T00:57:22.8250650Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T00:57:22.8251183Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T00:57:22.8251820Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T00:57:22.8252363Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T00:57:22.8252892Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T00:57:22.8253495Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T00:57:22.8254104Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T00:57:22.8725233Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T00:57:22.8725967Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T00:57:22.8726594Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T00:57:22.8727272Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T00:57:22.8727997Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T00:57:22.8728616Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T00:57:22.8729352Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T00:57:22.8730617Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T00:57:22.8731283Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T00:57:22.8731950Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T00:57:22.8732672Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T00:57:22.8733317Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T00:57:22.8734018Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T00:57:22.8734675Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T00:57:22.8735325Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T00:57:22.8735996Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T00:57:22.8736551Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T00:57:22.8737102Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T00:57:22.8737647Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T00:57:22.8738175Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T00:57:22.8738716Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T00:57:22.8739251Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T00:57:22.8739786Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T00:57:22.8740310Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T00:57:22.8740902Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T00:57:22.8741499Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T00:57:22.8742092Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T00:57:22.8742753Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T00:57:22.8743355Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T00:57:22.8744060Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T00:57:22.8744717Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T00:57:22.8745328Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T00:57:22.8745961Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T00:57:22.8746647Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T00:57:22.8747258Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T00:57:22.8747884Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T00:57:22.8748557Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T00:57:22.8749170Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T00:57:22.8749790Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T00:57:22.8750402Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T00:57:22.8750943Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T00:57:22.8751488Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T00:57:22.8752139Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T00:57:22.8752679Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T00:57:22.8753236Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T00:57:22.8753787Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T00:57:22.9237595Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T00:57:22.9238205Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T00:57:22.9238766Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T00:57:22.9239316Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T00:57:22.9239880Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T00:57:22.9240422Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T00:57:22.9241034Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T00:57:22.9241651Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T00:57:22.9242201Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T00:57:22.9242864Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T00:57:22.9243485Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T00:57:22.9244025Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T00:57:22.9244573Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T00:57:22.9245128Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T00:57:22.9245683Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T00:57:22.9246224Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T00:57:22.9246836Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T00:57:22.9247603Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T00:57:22.9248135Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T00:57:22.9248659Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T00:57:22.9249185Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T00:57:22.9249696Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T00:57:22.9250205Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T00:57:22.9250695Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T00:57:22.9251230Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T00:57:22.9251808Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T00:57:22.9252407Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T00:57:22.9253054Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T00:57:22.9253690Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T00:57:22.9254272Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T00:57:22.9254926Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T00:57:22.9255451Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T00:57:22.9255959Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T00:57:22.9256473Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T00:57:22.9256981Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T00:57:22.9257491Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T00:57:22.9258034Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T00:57:22.9258655Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T00:57:22.9259260Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T00:57:22.9259819Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T00:57:22.9260368Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T00:57:22.9260916Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T00:57:22.9261446Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T00:57:22.9261987Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T00:57:22.9262523Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T00:57:22.9263060Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T00:57:22.9727879Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T00:57:22.9728551Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T00:57:22.9729101Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T00:57:22.9729633Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T00:57:22.9730172Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T00:57:22.9730701Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T00:57:22.9731366Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T00:57:22.9731913Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T00:57:22.9732451Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T00:57:22.9732976Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T00:57:22.9733514Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T00:57:22.9734105Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T00:57:22.9734701Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T00:57:22.9735208Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T00:57:22.9735726Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T00:57:22.9736248Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T00:57:22.9736758Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T00:57:22.9737267Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T00:57:22.9737786Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T00:57:22.9738401Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T00:57:22.9738887Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T00:57:22.9739385Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T00:57:22.9739973Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T00:57:22.9740591Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T00:57:22.9741140Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T00:57:22.9741682Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T00:57:22.9742224Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T00:57:22.9742764Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T00:57:22.9743305Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T00:57:22.9743850Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T00:57:22.9744390Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T00:57:22.9744937Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T00:57:22.9745496Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T00:57:22.9746100Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T00:57:22.9746719Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T00:57:22.9747264Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T00:57:22.9747816Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T00:57:22.9748351Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T00:57:22.9748898Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T00:57:22.9749449Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T00:57:22.9750072Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T00:57:22.9750621Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T00:57:22.9751169Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T00:57:22.9751778Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T00:57:22.9752393Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T00:57:22.9752944Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T00:57:23.0184173Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T00:57:23.0184787Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T00:57:23.0185354Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T00:57:23.0185923Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T00:57:23.0186478Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T00:57:23.0187015Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T00:57:23.0187560Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T00:57:23.0188278Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T00:57:23.0188820Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T00:57:23.0189375Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T00:57:23.0189923Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T00:57:23.0190468Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T00:57:23.0191028Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T00:57:23.0191568Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T00:57:23.0192115Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T00:57:23.0192658Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T00:57:23.0193209Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T00:57:23.0193757Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T00:57:23.0194296Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T00:57:23.0194844Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T00:57:23.0195400Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T00:57:23.0195944Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T00:57:23.0196481Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T00:57:23.0197025Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T00:57:23.0197577Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T00:57:23.0198118Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T00:57:23.0198668Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T00:57:23.0199214Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T00:57:23.0199846Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T00:57:23.0200398Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T00:57:23.0200952Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T00:57:23.0201516Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T00:57:23.0202060Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T00:57:23.0202612Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T00:57:23.0203233Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T00:57:23.0203886Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T00:57:23.0204453Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T00:57:23.0205016Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T00:57:23.0205626Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T00:57:23.0206246Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T00:57:23.0206803Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T00:57:23.0207560Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T00:57:23.0208111Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T00:57:23.0208665Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T00:57:23.0209224Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T00:57:23.0644648Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T00:57:23.0645260Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T00:57:23.0645822Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T00:57:23.0646377Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T00:57:23.0646949Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T00:57:23.0647638Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T00:57:23.0648261Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T00:57:23.0648867Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T00:57:23.0649423Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T00:57:23.0649980Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T00:57:23.0650531Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T00:57:23.0651071Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T00:57:23.0651615Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T00:57:23.0652180Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T00:57:23.0652719Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T00:57:23.0653267Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T00:57:23.0653817Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T00:57:23.0654600Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T00:57:23.0655218Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T00:57:23.0655788Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T00:57:23.0656337Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T00:57:23.0656892Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T00:57:23.0657448Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T00:57:23.0658006Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T00:57:23.0658549Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T00:57:23.0659106Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T00:57:23.0659659Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T00:57:23.0660269Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T00:57:23.0660884Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T00:57:23.0662017Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T00:57:23.0662579Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T00:57:23.0663124Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T00:57:23.0663684Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T00:57:23.0664231Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T00:57:23.0664783Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T00:57:23.0665332Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T00:57:23.0665952Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T00:57:23.0666560Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T00:57:23.0667111Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T00:57:23.0667666Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T00:57:23.0668217Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T00:57:23.0668756Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T00:57:23.0669313Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T00:57:23.0669862Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T00:57:23.0670400Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T00:57:23.1123087Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T00:57:23.1123766Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T00:57:23.1124313Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T00:57:23.1124858Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T00:57:23.1125434Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T00:57:23.1125985Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T00:57:23.1126659Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T00:57:23.1127208Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T00:57:23.1127768Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T00:57:23.1128327Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T00:57:23.1128876Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T00:57:23.1129428Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T00:57:23.1129975Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T00:57:23.1130510Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T00:57:23.1131060Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T00:57:23.1131613Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T00:57:23.1132157Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T00:57:23.1132712Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T00:57:23.1133712Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T00:57:23.1134265Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T00:57:23.1134805Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T00:57:23.1135350Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T00:57:23.1135900Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T00:57:23.1136447Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T00:57:23.1136988Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T00:57:23.1137537Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T00:57:23.1138067Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T00:57:23.1138599Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T00:57:23.1139131Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T00:57:23.1139669Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T00:57:23.1140186Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T00:57:23.1140723Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T00:57:23.1141248Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T00:57:23.1141759Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T00:57:23.1142279Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T00:57:23.1142804Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T00:57:23.1143324Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T00:57:23.1143845Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T00:57:23.1144368Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T00:57:23.1144890Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T00:57:23.1145497Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T00:57:23.1146021Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T00:57:23.1146540Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T00:57:23.1147054Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T00:57:23.1147586Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T00:57:23.1617740Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T00:57:23.1618304Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T00:57:23.1618823Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T00:57:23.1619353Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T00:57:23.1619890Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T00:57:23.1620406Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T00:57:23.1620926Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T00:57:23.1621441Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T00:57:23.1622434Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T00:57:23.1622958Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T00:57:23.1623483Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T00:57:23.1624017Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T00:57:23.1624538Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T00:57:23.1625062Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T00:57:23.1625589Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T00:57:23.1626102Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T00:57:23.1626633Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T00:57:23.1627147Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T00:57:23.1627659Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T00:57:23.1628176Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T00:57:23.1628693Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T00:57:23.1629222Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T00:57:23.1629734Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T00:57:23.1630255Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T00:57:23.1630778Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T00:57:23.1631295Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T00:57:23.1631819Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T00:57:23.1632353Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T00:57:23.1632871Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T00:57:23.1633385Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T00:57:23.1634396Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T00:57:23.1634946Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T00:57:23.1635463Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T00:57:23.1635993Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T00:57:23.1636522Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T00:57:23.1637034Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T00:57:23.1637568Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T00:57:23.1638092Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T00:57:23.1638621Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T00:57:23.1639133Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T00:57:23.1639653Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T00:57:23.1640181Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T00:57:23.1640786Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T00:57:23.1641324Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T00:57:23.1641848Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T00:57:23.1642363Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T00:57:23.1642892Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T00:57:23.2087046Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T00:57:23.2087607Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T00:57:23.2088132Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T00:57:23.2088662Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T00:57:23.2089201Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T00:57:23.2089717Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T00:57:23.2090240Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T00:57:23.2090757Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T00:57:23.2091272Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T00:57:23.2091790Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T00:57:23.2092313Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T00:57:23.2092827Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T00:57:23.2093343Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T00:57:23.2093877Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T00:57:23.2094407Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T00:57:23.2094916Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T00:57:23.2095428Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T00:57:23.2096065Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T00:57:23.2096602Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T00:57:23.2097120Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T00:57:23.2097657Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T00:57:23.2098180Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T00:57:23.2098698Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T00:57:23.2099220Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T00:57:23.2099758Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T00:57:23.2100274Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T00:57:23.2100788Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T00:57:23.2101307Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T00:57:23.2101826Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T00:57:23.2102338Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T00:57:23.2102949Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T00:57:23.2103472Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T00:57:23.2103989Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T00:57:23.2104518Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T00:57:23.2105037Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T00:57:23.2105562Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T00:57:23.2106083Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T00:57:23.2106608Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T00:57:23.2107140Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T00:57:23.2107654Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T00:57:23.2108178Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T00:57:23.2108703Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T00:57:23.2109213Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T00:57:23.2109734Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T00:57:23.2110259Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T00:57:23.2110777Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T00:57:23.2585323Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T00:57:23.2585949Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T00:57:23.2586581Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T00:57:23.2587152Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T00:57:23.2587726Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T00:57:23.2588294Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T00:57:23.2589055Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T00:57:23.2589622Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T00:57:23.2590192Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T00:57:23.2590811Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T00:57:23.2591388Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T00:57:23.2591951Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T00:57:23.2592513Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T00:57:23.2593070Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T00:57:23.2593591Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T00:57:23.2594111Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T00:57:23.2594677Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T00:57:23.2595258Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T00:57:23.2595836Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T00:57:23.2596530Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T00:57:23.2597150Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T00:57:23.2597730Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T00:57:23.2598369Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T00:57:23.2599038Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T00:57:23.2599609Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T00:57:23.2600193Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T00:57:23.2600777Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T00:57:23.2601350Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T00:57:23.2601931Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T00:57:23.2602507Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T00:57:23.2603091Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T00:57:23.2603757Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T00:57:23.2604385Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T00:57:23.2605010Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T00:57:23.2605623Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T00:57:23.2606197Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T00:57:23.2606773Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T00:57:23.2607304Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T00:57:23.2607801Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T00:57:23.2608291Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T00:57:23.2608880Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T00:57:23.2609366Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T00:57:23.2609856Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T00:57:23.2610349Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T00:57:23.2610876Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T00:57:23.2611406Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T00:57:23.3140206Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T00:57:23.3140761Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T00:57:23.3141267Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T00:57:23.3141793Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T00:57:23.3142278Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T00:57:23.3142758Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T00:57:23.3143260Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T00:57:23.3143950Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T00:57:23.3144422Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T00:57:23.3144914Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T00:57:23.3145408Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T00:57:23.3145951Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T00:57:23.3146515Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T00:57:23.3147007Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T00:57:23.3147492Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T00:57:23.3147963Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T00:57:23.3148450Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T00:57:23.3148932Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T00:57:23.3149404Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T00:57:23.3149886Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T00:57:23.3150377Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T00:57:23.3150881Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T00:57:23.3151356Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T00:57:23.3151903Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T00:57:23.3152563Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T00:57:23.3153056Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T00:57:23.3153545Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T00:57:23.3154063Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T00:57:23.3154576Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T00:57:23.3155095Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T00:57:23.3155758Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T00:57:23.3156268Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T00:57:23.3156784Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T00:57:23.3157308Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T00:57:23.3157889Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T00:57:23.3158453Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T00:57:23.3159017Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T00:57:23.3159635Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T00:57:23.3160201Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T00:57:23.3160775Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T00:57:23.3161340Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T00:57:23.3161903Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T00:57:23.3162528Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T00:57:23.3163209Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T00:57:23.3163880Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T00:57:23.3164393Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T00:57:23.3164915Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T00:57:23.3165430Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T00:57:23.3647733Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T00:57:23.3648410Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T00:57:23.3649000Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T00:57:23.3649536Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T00:57:23.3650074Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T00:57:23.3650581Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T00:57:23.3651100Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T00:57:23.3651622Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T00:57:23.3652152Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T00:57:23.3652670Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T00:57:23.3653199Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T00:57:23.3653717Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T00:57:23.3654298Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T00:57:23.3654886Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T00:57:23.3655406Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T00:57:23.3655914Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T00:57:23.3656443Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T00:57:23.3657158Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T00:57:23.3657682Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T00:57:23.3658193Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T00:57:23.3658717Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T00:57:23.3659291Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T00:57:23.3659880Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T00:57:23.3660594Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T00:57:23.3661207Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T00:57:23.3661797Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T00:57:23.3662384Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T00:57:23.3662971Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T00:57:23.3663559Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T00:57:23.3664137Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T00:57:23.3664856Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T00:57:23.3665451Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T00:57:23.3666095Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T00:57:23.3666749Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T00:57:23.3667343Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T00:57:23.3667930Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T00:57:23.3668514Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T00:57:23.3669104Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T00:57:23.3669704Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T00:57:23.3670280Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T00:57:23.3670870Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T00:57:23.3671456Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T00:57:23.3672118Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T00:57:23.3672763Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T00:57:23.3673346Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T00:57:23.3673933Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T00:57:23.4135585Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T00:57:23.4136312Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T00:57:23.4136904Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T00:57:23.4137523Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T00:57:23.4138119Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T00:57:23.4138918Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T00:57:23.4139510Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T00:57:23.4140110Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T00:57:23.4140703Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T00:57:23.4141364Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T00:57:23.4142019Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T00:57:23.4142607Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T00:57:23.4143205Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T00:57:23.4143786Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T00:57:23.4144373Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T00:57:23.4144966Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T00:57:23.4145545Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T00:57:23.4146250Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T00:57:23.4146899Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T00:57:23.4147540Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T00:57:23.4148134Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T00:57:23.4148726Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T00:57:23.4149321Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T00:57:23.4149898Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T00:57:23.4150478Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T00:57:23.4151021Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T00:57:23.4151543Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T00:57:23.4152078Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T00:57:23.4152600Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T00:57:23.4153192Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T00:57:23.4153806Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T00:57:23.4154349Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T00:57:23.4154892Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T00:57:23.4155416Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T00:57:23.4155947Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T00:57:23.4156459Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T00:57:23.4156958Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T00:57:23.4157491Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T00:57:23.4158057Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T00:57:23.4158767Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T00:57:23.4159391Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T00:57:23.4159949Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T00:57:23.4160499Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T00:57:23.4161052Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T00:57:23.4161607Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T00:57:23.4628150Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T00:57:23.4628831Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T00:57:23.4629519Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T00:57:23.4630142Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T00:57:23.4630752Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T00:57:23.4631408Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T00:57:23.4632218Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T00:57:23.4632909Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T00:57:23.4633508Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T00:57:23.4634122Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T00:57:23.4634797Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T00:57:23.4635400Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T00:57:23.4635998Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T00:57:23.4636666Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T00:57:23.4637282Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T00:57:23.4637883Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T00:57:23.4638547Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T00:57:23.4639155Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T00:57:23.4639749Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T00:57:23.4640414Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T00:57:23.4641041Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T00:57:23.4641650Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T00:57:23.4642247Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T00:57:23.4642923Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T00:57:23.4643597Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T00:57:23.4644193Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T00:57:23.4644877Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T00:57:23.4645479Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T00:57:23.4646298Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T00:57:23.4646918Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T00:57:23.4647537Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T00:57:23.4648218Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T00:57:23.4648825Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T00:57:23.4649437Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T00:57:23.4650105Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T00:57:23.4650698Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T00:57:23.4651327Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T00:57:23.4652008Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T00:57:23.4652610Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T00:57:23.4653222Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T00:57:23.4653985Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T00:57:23.4654609Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T00:57:23.4655268Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T00:57:23.4655887Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T00:57:23.4656500Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T00:57:23.5121236Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T00:57:23.5121837Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T00:57:23.5122406Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T00:57:23.5122954Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T00:57:23.5123591Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T00:57:23.5124144Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T00:57:23.5124682Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T00:57:23.5125315Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T00:57:23.5125977Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T00:57:23.5126839Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T00:57:23.5127531Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T00:57:23.5128154Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T00:57:23.5128710Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T00:57:23.5129244Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T00:57:23.5129783Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T00:57:23.5130325Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T00:57:23.5130859Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T00:57:23.5131567Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T00:57:23.5132116Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T00:57:23.5132666Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T00:57:23.5133274Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T00:57:23.5133892Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T00:57:23.5134440Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T00:57:23.5134972Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T00:57:23.5135519Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T00:57:23.5136070Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T00:57:23.5136624Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T00:57:23.5137160Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T00:57:23.5138018Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T00:57:23.5139067Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T00:57:23.5140006Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T00:57:23.5140881Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T00:57:23.5141754Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T00:57:23.5142581Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T00:57:23.5143451Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T00:57:23.5144293Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T00:57:23.5145088Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T00:57:23.5146030Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T00:57:23.5147441Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T00:57:23.5148420Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T00:57:23.5149316Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T00:57:23.5150270Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T00:57:23.5151372Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T00:57:23.5152370Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T00:57:23.5153333Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T00:57:23.5154285Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T00:57:23.7761141Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T00:57:23.7761763Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T00:57:23.7762319Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T00:57:23.7762897Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T00:57:23.7763524Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T00:57:23.7764287Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T00:57:23.7764838Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T00:57:23.7765456Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T00:57:23.7766058Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T00:57:23.7766622Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T00:57:23.7767177Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T00:57:23.7767716Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T00:57:23.7768248Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T00:57:23.7768801Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T00:57:23.7769337Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T00:57:23.7769868Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T00:57:23.7770409Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T00:57:23.7770952Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T00:57:23.7771736Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T00:57:23.7772288Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T00:57:23.7772829Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T00:57:23.7773369Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T00:57:23.7773917Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T00:57:23.7774458Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T00:57:23.7775009Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T00:57:23.7775538Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T00:57:23.7776079Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T00:57:23.7776619Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T00:57:23.7777219Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T00:57:23.7777832Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T00:57:23.7778375Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T00:57:23.7778920Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T00:57:23.7779453Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T00:57:23.7779999Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T00:57:23.7780535Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T00:57:23.7781077Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T00:57:23.7781614Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T00:57:23.7782160Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T00:57:23.7782740Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T00:57:23.7783440Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T00:57:23.7783989Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T00:57:23.7784528Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T00:57:23.7785066Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T00:57:23.7785617Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T00:57:23.7786167Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T00:57:23.7786700Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T00:57:23.8265963Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T00:57:23.8266583Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T00:57:23.8267171Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T00:57:23.8267705Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T00:57:23.8268253Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T00:57:23.8268787Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T00:57:23.8269519Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T00:57:23.8270079Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T00:57:23.8270689Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T00:57:23.8271293Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T00:57:23.8271837Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T00:57:23.8272382Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T00:57:23.8272922Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T00:57:23.8273467Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T00:57:23.8274017Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T00:57:23.8274559Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T00:57:23.8275096Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T00:57:23.8275629Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T00:57:23.8276167Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T00:57:23.8276824Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T00:57:23.8277353Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T00:57:23.8277890Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T00:57:23.8278425Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T00:57:23.8278961Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T00:57:23.8279495Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T00:57:23.8280030Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T00:57:23.8280571Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T00:57:23.8281207Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T00:57:23.8281752Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T00:57:23.8282353Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T00:57:23.8282950Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T00:57:23.8283574Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T00:57:23.8284128Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T00:57:23.8284658Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T00:57:23.8285199Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T00:57:23.8285746Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T00:57:23.8286292Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T00:57:23.8286828Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T00:57:23.8287367Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T00:57:23.8287963Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T00:57:23.8288662Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T00:57:23.8289203Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T00:57:23.8289752Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T00:57:23.8290291Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T00:57:23.8290849Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T00:57:23.8866590Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T00:57:23.8867204Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T00:57:23.8867756Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T00:57:23.8868335Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T00:57:23.8868876Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T00:57:23.8869405Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T00:57:23.8869965Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T00:57:23.8870505Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T00:57:23.8871059Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T00:57:23.8871594Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T00:57:23.8872137Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T00:57:23.8872673Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T00:57:23.8873210Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T00:57:23.8873752Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T00:57:23.8874289Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T00:57:23.8874835Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T00:57:23.8875532Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T00:57:23.8876109Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T00:57:23.8876690Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T00:57:23.8877233Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T00:57:23.8877746Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T00:57:23.8878235Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T00:57:23.8878708Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T00:57:23.8879195Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T00:57:23.8879672Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T00:57:23.8880161Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T00:57:23.8880630Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T00:57:23.8881120Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T00:57:23.8881603Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T00:57:23.8882576Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T00:57:23.8883054Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T00:57:23.8883637Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T00:57:23.8884122Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T00:57:23.8884611Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T00:57:23.8885088Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T00:57:23.8885576Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T00:57:23.8886049Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T00:57:23.8886513Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T00:57:23.8886993Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T00:57:23.8887468Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T00:57:23.8887933Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T00:57:23.8888413Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T00:57:23.8888882Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T00:57:23.8889428Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T00:57:23.8889956Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T00:57:23.8890492Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T00:57:23.8890969Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T00:57:23.9392815Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T00:57:23.9393329Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T00:57:23.9393831Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T00:57:23.9394303Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T00:57:23.9394780Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T00:57:23.9395400Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T00:57:23.9395873Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T00:57:23.9396337Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T00:57:23.9396819Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T00:57:23.9397307Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T00:57:23.9397772Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T00:57:23.9398246Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T00:57:23.9398715Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T00:57:23.9399182Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T00:57:23.9399649Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T00:57:23.9400120Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T00:57:23.9400589Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T00:57:23.9401051Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T00:57:23.9401519Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T00:57:23.9402138Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T00:57:23.9402670Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T00:57:23.9403204Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T00:57:23.9403819Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T00:57:23.9404337Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T00:57:23.9404856Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T00:57:23.9405365Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T00:57:23.9405869Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T00:57:23.9406392Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T00:57:23.9406913Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T00:57:23.9407422Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T00:57:23.9407920Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T00:57:23.9408431Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T00:57:23.9408953Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T00:57:23.9409462Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T00:57:23.9409978Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T00:57:23.9410490Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T00:57:23.9410997Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T00:57:23.9411514Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T00:57:23.9412023Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T00:57:23.9412538Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T00:57:23.9413038Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T00:57:23.9413641Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T00:57:23.9414160Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T00:57:23.9414673Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T00:57:23.9415192Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T00:57:23.9415719Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T00:57:23.9416230Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T00:57:23.9416741Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T00:57:23.9894655Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T00:57:23.9895230Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T00:57:23.9895751Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T00:57:23.9896280Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T00:57:23.9896821Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T00:57:23.9897445Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T00:57:23.9898216Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T00:57:23.9898924Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T00:57:23.9899612Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T00:57:23.9900188Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T00:57:23.9900819Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T00:57:23.9901385Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T00:57:23.9902045Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T00:57:23.9902712Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T00:57:23.9903430Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T00:57:23.9904138Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T00:57:23.9904825Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T00:57:23.9905583Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T00:57:23.9906222Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T00:57:23.9906860Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T00:57:23.9907563Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T00:57:23.9908202Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T00:57:23.9908892Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T00:57:23.9909532Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T00:57:23.9910239Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T00:57:23.9910937Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T00:57:23.9911625Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T00:57:23.9913158Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T00:57:23.9913901Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T00:57:23.9914596Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T00:57:23.9915284Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T00:57:23.9916002Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T00:57:23.9916742Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T00:57:23.9917404Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T00:57:23.9918013Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T00:57:23.9918741Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T00:57:23.9919399Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T00:57:23.9920069Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T00:57:23.9920676Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T00:57:23.9921439Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T00:57:23.9922060Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T00:57:23.9922736Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T00:57:23.9923411Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T00:57:23.9924193Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T00:57:23.9924882Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T00:57:23.9925490Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T00:57:24.0417569Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T00:57:24.0418243Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T00:57:24.0418868Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T00:57:24.0419505Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T00:57:24.0420080Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T00:57:24.0420656Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T00:57:24.0421238Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T00:57:24.0421754Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T00:57:24.0422273Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T00:57:24.0422794Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T00:57:24.0423317Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T00:57:24.0423823Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T00:57:24.0424335Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T00:57:24.0424854Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T00:57:24.0425357Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T00:57:24.0426016Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T00:57:24.0426596Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T00:57:24.0427168Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T00:57:24.0427752Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T00:57:24.0428394Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T00:57:24.0428968Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T00:57:24.0429543Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T00:57:24.0430115Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T00:57:24.0430742Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T00:57:24.0431316Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T00:57:24.0431893Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T00:57:24.0432466Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T00:57:24.0433092Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T00:57:24.0433782Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T00:57:24.0434365Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T00:57:24.0435000Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T00:57:24.0435571Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T00:57:24.0436144Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T00:57:24.0436723Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T00:57:24.0437296Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T00:57:24.0437945Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T00:57:24.0438523Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T00:57:24.0439096Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T00:57:24.0439681Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T00:57:24.0440313Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T00:57:24.0440890Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T00:57:24.0441453Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T00:57:24.0442040Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T00:57:24.0442677Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T00:57:24.0443251Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T00:57:24.0443912Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T00:57:24.0444502Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T00:57:24.0926883Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T00:57:24.0927561Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T00:57:24.0928141Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T00:57:24.0928908Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T00:57:24.0929495Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T00:57:24.0930070Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T00:57:24.0930648Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T00:57:24.0931261Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T00:57:24.0931835Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T00:57:24.0932396Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T00:57:24.0932969Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T00:57:24.0933531Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T00:57:24.0934161Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T00:57:24.0934740Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T00:57:24.0935291Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T00:57:24.0935861Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T00:57:24.0936632Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T00:57:24.0937199Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T00:57:24.0937764Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T00:57:24.0938388Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T00:57:24.0938962Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T00:57:24.0939521Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T00:57:24.0940100Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T00:57:24.0940692Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T00:57:24.0941328Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T00:57:24.0941909Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T00:57:24.0942487Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T00:57:24.0943061Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T00:57:24.0943697Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T00:57:24.0944292Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T00:57:24.0944882Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T00:57:24.0945457Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T00:57:24.0946094Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T00:57:24.0946673Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T00:57:24.0947252Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T00:57:24.0947900Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T00:57:24.0948494Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T00:57:24.0949065Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T00:57:24.0949829Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T00:57:24.0950367Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T00:57:24.0950898Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T00:57:24.0951423Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T00:57:24.0951954Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T00:57:24.0952491Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T00:57:24.0953012Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T00:57:24.0953543Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T00:57:24.0954084Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T00:57:24.1429574Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T00:57:24.1430156Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T00:57:24.1430700Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T00:57:24.1431430Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T00:57:24.1432455Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T00:57:24.1433339Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T00:57:24.1434234Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T00:57:24.1435106Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T00:57:24.1435776Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T00:57:24.1436306Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T00:57:24.1436819Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T00:57:24.1437323Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T00:57:24.1437844Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T00:57:24.1438361Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T00:57:24.1438871Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T00:57:24.1439395Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T00:57:24.1439940Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T00:57:24.1440524Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T00:57:24.1441112Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T00:57:24.1441702Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T00:57:24.1442224Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T00:57:24.1442736Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T00:57:24.1443264Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T00:57:24.1443878Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T00:57:24.1444387Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T00:57:24.1444908Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T00:57:24.1445560Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T00:57:24.1446088Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T00:57:24.1446603Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T00:57:24.1447192Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T00:57:24.1447853Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T00:57:24.1448367Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T00:57:24.1448890Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T00:57:24.1449405Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T00:57:24.1449917Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T00:57:24.1450448Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T00:57:24.1450971Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T00:57:24.1451493Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T00:57:24.1452006Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T00:57:24.1452620Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T00:57:24.1467309Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T00:57:24.1467859Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T00:57:24.1468361Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T00:57:24.1468850Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T00:57:24.1469355Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T00:57:24.1469838Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T00:57:24.1470319Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T00:57:24.1960357Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T00:57:24.1960922Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T00:57:24.1961419Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T00:57:24.1961894Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T00:57:24.1962373Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T00:57:24.1962854Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T00:57:24.1963339Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T00:57:24.1963882Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T00:57:24.1964369Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T00:57:24.1964855Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T00:57:24.1965341Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T00:57:24.1965827Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T00:57:24.1966318Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T00:57:24.1966856Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T00:57:24.1967466Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T00:57:24.1968107Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T00:57:24.1968599Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T00:57:24.1969072Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T00:57:24.1969559Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T00:57:24.1970056Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T00:57:24.1970536Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T00:57:24.1971020Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T00:57:24.1971506Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T00:57:24.1971978Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T00:57:24.1972461Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T00:57:24.1972940Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T00:57:24.1973427Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T00:57:24.1973894Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T00:57:24.1974486Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T00:57:24.1974979Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T00:57:24.1975453Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T00:57:24.1975944Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T00:57:24.1976428Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T00:57:24.1976911Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T00:57:24.1977390Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T00:57:24.1977867Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T00:57:24.1978355Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T00:57:24.1978826Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T00:57:24.1979301Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T00:57:24.1979777Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T00:57:24.1980253Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T00:57:24.1980735Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T00:57:24.1981223Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T00:57:24.1981693Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T00:57:24.1982175Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T00:57:24.1982727Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T00:57:24.1983268Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T00:57:24.1983816Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T00:57:24.1984304Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T00:57:24.2516733Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T00:57:24.2517237Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T00:57:24.2517891Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T00:57:24.2518382Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T00:57:24.2518862Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T00:57:24.2519356Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T00:57:24.2519849Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T00:57:24.2520329Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T00:57:24.2520803Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T00:57:24.2521289Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T00:57:24.2521770Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T00:57:24.2522268Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T00:57:24.2522793Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T00:57:24.2523327Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T00:57:24.2523909Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T00:57:24.2524526Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T00:57:24.2525055Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T00:57:24.2525576Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T00:57:24.2526087Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T00:57:24.2526608Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T00:57:24.2527128Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T00:57:24.2527643Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T00:57:24.2528153Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T00:57:24.2528671Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T00:57:24.2529186Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T00:57:24.2529690Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T00:57:24.2530200Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T00:57:24.2530711Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T00:57:24.2531221Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T00:57:24.2531734Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T00:57:24.2532238Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T00:57:24.2532749Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T00:57:24.2533259Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T00:57:24.2533781Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T00:57:24.2534297Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T00:57:24.2534796Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T00:57:24.2535314Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T00:57:24.2535922Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T00:57:24.2536434Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T00:57:24.2536957Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T00:57:24.2537469Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T00:57:24.2537979Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T00:57:24.2538492Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T00:57:24.2539009Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T00:57:24.2539524Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T00:57:24.2540035Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T00:57:24.2540551Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T00:57:24.2541076Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T00:57:24.3060671Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T00:57:24.3061300Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T00:57:24.3062030Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T00:57:24.3062566Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T00:57:24.3063086Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T00:57:24.3063614Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T00:57:24.3064135Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T00:57:24.3064644Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T00:57:24.3065160Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T00:57:24.3065677Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T00:57:24.3066190Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T00:57:24.3066695Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T00:57:24.3067205Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T00:57:24.3067714Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T00:57:24.3068217Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T00:57:24.3068730Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T00:57:24.3069234Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T00:57:24.3069741Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T00:57:24.3070255Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T00:57:24.3070839Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T00:57:24.3071351Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T00:57:24.3071856Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T00:57:24.3072370Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T00:57:24.3072885Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T00:57:24.3073503Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T00:57:24.3074019Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T00:57:24.3074531Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T00:57:24.3075040Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T00:57:24.3075566Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T00:57:24.3076082Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T00:57:24.3076602Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T00:57:24.3077103Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T00:57:24.3077615Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T00:57:24.3078141Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T00:57:24.3078645Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T00:57:24.3079163Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T00:57:24.3079673Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T00:57:24.3080276Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T00:57:24.3080798Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T00:57:24.3081318Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T00:57:24.3081836Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T00:57:24.3082336Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T00:57:24.3082856Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T00:57:24.3083365Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T00:57:24.3083953Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T00:57:24.3084467Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T00:57:24.3084979Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T00:57:24.3571301Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T00:57:24.3571828Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T00:57:24.3572342Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T00:57:24.3572861Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T00:57:24.3573361Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T00:57:24.3573883Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T00:57:24.3574389Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T00:57:24.3574893Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T00:57:24.3575463Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T00:57:24.3576025Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T00:57:24.3576541Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T00:57:24.3577033Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T00:57:24.3577674Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T00:57:24.3578183Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T00:57:24.3578695Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T00:57:24.3579192Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T00:57:24.3579689Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T00:57:24.3580193Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T00:57:24.3580684Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T00:57:24.3581183Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T00:57:24.3581744Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T00:57:24.3582297Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T00:57:24.3582791Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T00:57:24.3583286Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T00:57:24.3583785Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T00:57:24.3584270Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T00:57:24.3584880Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T00:57:24.3585384Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T00:57:24.3585874Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T00:57:24.3586375Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T00:57:24.3586879Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T00:57:24.3587371Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T00:57:24.3587936Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T00:57:24.3588489Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T00:57:24.3588990Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T00:57:24.3589472Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T00:57:24.3589965Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T00:57:24.3590461Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T00:57:24.3590948Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T00:57:24.3591450Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T00:57:24.3591949Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T00:57:24.3592436Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T00:57:24.3592936Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T00:57:24.3593441Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T00:57:24.3593997Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T00:57:24.3594560Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T00:57:24.3595054Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T00:57:24.3595551Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T00:57:24.4031945Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T00:57:24.4032467Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T00:57:24.4032979Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T00:57:24.4033487Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T00:57:24.4034010Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T00:57:24.4034537Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T00:57:24.4035069Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T00:57:24.4035584Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T00:57:24.4036109Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T00:57:24.4036635Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T00:57:24.4037151Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T00:57:24.4037674Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T00:57:24.4038200Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T00:57:24.4038831Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T00:57:24.4039377Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T00:57:24.4039909Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T00:57:24.4040441Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T00:57:24.4040972Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T00:57:24.4041498Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T00:57:24.4042018Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T00:57:24.4042556Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T00:57:24.4043081Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T00:57:24.4043688Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T00:57:24.4044219Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T00:57:24.4044737Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T00:57:24.4045266Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T00:57:24.4045804Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T00:57:24.4046327Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T00:57:24.4046855Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T00:57:24.4047371Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T00:57:24.4047889Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T00:57:24.4048402Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T00:57:24.4048921Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T00:57:24.4049455Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T00:57:24.4049972Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T00:57:24.4050608Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T00:57:24.4051140Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T00:57:24.4051658Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T00:57:24.4052190Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T00:57:24.4052731Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T00:57:24.4053255Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T00:57:24.4053785Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T00:57:24.4054315Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T00:57:24.4054830Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T00:57:24.4055350Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T00:57:24.4055874Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T00:57:24.6093985Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T00:57:24.6094641Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T00:57:24.6095373Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T00:57:24.6095901Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T00:57:24.6096425Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T00:57:24.6096935Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T00:57:24.6097485Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T00:57:24.6098008Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T00:57:24.6098527Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T00:57:24.6099035Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T00:57:24.6099565Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T00:57:24.6100082Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T00:57:24.6100596Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T00:57:24.6101112Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T00:57:24.6101624Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T00:57:24.6102136Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T00:57:24.6102707Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T00:57:24.6103317Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T00:57:24.6103918Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T00:57:24.6104512Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T00:57:24.6105111Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T00:57:24.6105717Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T00:57:24.6106305Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T00:57:24.6107018Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T00:57:24.6107621Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T00:57:24.6108222Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T00:57:24.6108826Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T00:57:24.6109442Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T00:57:24.6110050Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T00:57:24.6110638Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T00:57:24.6111248Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T00:57:24.6111848Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T00:57:24.6112458Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T00:57:24.6113060Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T00:57:24.6113663Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T00:57:24.6114261Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T00:57:24.6114947Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T00:57:24.6115554Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T00:57:24.6116156Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T00:57:24.6116749Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T00:57:24.6117365Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T00:57:24.6117977Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T00:57:24.6118583Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T00:57:24.6119174Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T00:57:24.6119781Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T00:57:24.6575950Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T00:57:24.6576606Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T00:57:24.6577221Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T00:57:24.6577844Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T00:57:24.6578448Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T00:57:24.6579043Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T00:57:24.6579648Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T00:57:24.6580264Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T00:57:24.6580860Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T00:57:24.6581462Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T00:57:24.6582064Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T00:57:24.6582807Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T00:57:24.6583427Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T00:57:24.6584037Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T00:57:24.6584649Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T00:57:24.6585266Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T00:57:24.6585859Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T00:57:24.6586461Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T00:57:24.6587071Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T00:57:24.6587662Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T00:57:24.6588271Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T00:57:24.6588878Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T00:57:24.6589417Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T00:57:24.6589904Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T00:57:24.6591135Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T00:57:24.6591637Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T00:57:24.6592124Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T00:57:24.6592618Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T00:57:24.6593116Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T00:57:24.6593592Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T00:57:24.6594081Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T00:57:24.6594563Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T00:57:24.6595039Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T00:57:24.6595528Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T00:57:24.6596015Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T00:57:24.6596508Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T00:57:24.6596991Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T00:57:24.6597566Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T00:57:24.6598052Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T00:57:24.6598529Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T00:57:24.6599015Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T00:57:24.6599504Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T00:57:24.6600003Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T00:57:24.6600485Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T00:57:24.6600971Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T00:57:24.6601459Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T00:57:24.6601936Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T00:57:24.7059010Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T00:57:24.7059565Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T00:57:24.7060050Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T00:57:24.7060557Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T00:57:24.7061056Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T00:57:24.7061533Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T00:57:24.7062009Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T00:57:24.7062487Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T00:57:24.7062967Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T00:57:24.7063445Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T00:57:24.7063920Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T00:57:24.7064402Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T00:57:24.7064877Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T00:57:24.7065462Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T00:57:24.7065949Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T00:57:24.7066422Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T00:57:24.7066900Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T00:57:24.7067382Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T00:57:24.7067866Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T00:57:24.7068337Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T00:57:24.7068808Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T00:57:24.7069408Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T00:57:24.7069895Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T00:57:24.7070384Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T00:57:24.7070871Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T00:57:24.7071340Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T00:57:24.7071818Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T00:57:24.7072312Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T00:57:24.7072785Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T00:57:24.7073252Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T00:57:24.7073758Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T00:57:24.7074282Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T00:57:24.7074791Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T00:57:24.7075319Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T00:57:24.7075829Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T00:57:24.7076330Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T00:57:24.7076931Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T00:57:24.7077445Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T00:57:24.7077971Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T00:57:24.7078477Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T00:57:24.7078992Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T00:57:24.7079501Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T00:57:24.7079998Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T00:57:24.7080509Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T00:57:24.7081022Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T00:57:24.7081524Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T00:57:24.7082029Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T00:57:24.7082540Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T00:57:24.7541379Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T00:57:24.7542053Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T00:57:24.7542575Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T00:57:24.7543090Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T00:57:24.7543584Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T00:57:24.7544095Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T00:57:24.7544606Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T00:57:24.7545108Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T00:57:24.7545614Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T00:57:24.7546126Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T00:57:24.7546631Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T00:57:24.7547134Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T00:57:24.7547638Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T00:57:24.7548159Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T00:57:24.7548671Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T00:57:24.7549172Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T00:57:24.7549682Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T00:57:24.7550192Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T00:57:24.7550696Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T00:57:24.7551199Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T00:57:24.7551711Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T00:57:24.7552291Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T00:57:24.7552879Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T00:57:24.7554028Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T00:57:24.7554553Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T00:57:24.7555051Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T00:57:24.7555548Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T00:57:24.7556049Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T00:57:24.7556544Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T00:57:24.7557042Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T00:57:24.7557543Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T00:57:24.7558037Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T00:57:24.7558548Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T00:57:24.7559045Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T00:57:24.7559535Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T00:57:24.7560055Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T00:57:24.7560688Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T00:57:24.7561216Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T00:57:24.7561725Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T00:57:24.7562253Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T00:57:24.7562777Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T00:57:24.7563294Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T00:57:24.7563900Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T00:57:24.7564431Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T00:57:24.7564955Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T00:57:24.7565480Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T00:57:24.7566004Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T00:57:24.7566526Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T00:57:24.8020578Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T00:57:24.8021207Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T00:57:24.8021797Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T00:57:24.8022433Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T00:57:24.8023021Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T00:57:24.8023592Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T00:57:24.8024190Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T00:57:24.8024833Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T00:57:24.8025413Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T00:57:24.8025993Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T00:57:24.8027026Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T00:57:24.8027686Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T00:57:24.8028274Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T00:57:24.8028857Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T00:57:24.8029446Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T00:57:24.8030087Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T00:57:24.8030670Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T00:57:24.8031240Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T00:57:24.8031837Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T00:57:24.8032491Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T00:57:24.8033002Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T00:57:24.8033518Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T00:57:24.8034056Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T00:57:24.8034672Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T00:57:24.8035190Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T00:57:24.8035706Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T00:57:24.8036234Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T00:57:24.8036742Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T00:57:24.8037268Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T00:57:24.8037849Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T00:57:24.8038428Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T00:57:24.8039019Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T00:57:24.8039546Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T00:57:24.8040066Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T00:57:24.8040583Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T00:57:24.8041103Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T00:57:24.8041632Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T00:57:24.8042142Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T00:57:24.8042664Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T00:57:24.8043184Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T00:57:24.8043781Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T00:57:24.8044376Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T00:57:24.8044972Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T00:57:24.8045561Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T00:57:24.8046071Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T00:57:24.8046913Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T00:57:24.8047447Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T00:57:24.8507417Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T00:57:24.8507967Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T00:57:24.8508519Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T00:57:24.8509034Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T00:57:24.8509577Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T00:57:24.8510110Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T00:57:24.8510630Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T00:57:24.8511147Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T00:57:24.8511669Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T00:57:24.8512260Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T00:57:24.8512901Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T00:57:24.8513566Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T00:57:24.8514097Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T00:57:24.8514632Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T00:57:24.8515147Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T00:57:24.8515675Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T00:57:24.8516194Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T00:57:24.8516700Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T00:57:24.8517215Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T00:57:24.8517730Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T00:57:24.8518256Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T00:57:24.8518756Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T00:57:24.8519263Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T00:57:24.8519777Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T00:57:24.8520282Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T00:57:24.8520794Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T00:57:24.8521310Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T00:57:24.8521811Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T00:57:24.8522324Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T00:57:24.8522837Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T00:57:24.8523345Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T00:57:24.8523925Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T00:57:24.8524444Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T00:57:24.8525359Z * [new branch] gh/jansel/453/base -> origin/gh/jansel/453/base 2025-01-24T00:57:24.8525873Z * [new branch] gh/jansel/453/head -> origin/gh/jansel/453/head 2025-01-24T00:57:24.8526389Z * [new branch] gh/jansel/453/orig -> origin/gh/jansel/453/orig 2025-01-24T00:57:24.8526905Z * [new branch] gh/jansel/454/base -> origin/gh/jansel/454/base 2025-01-24T00:57:24.8527414Z * [new branch] gh/jansel/454/head -> origin/gh/jansel/454/head 2025-01-24T00:57:24.8527928Z * [new branch] gh/jansel/454/orig -> origin/gh/jansel/454/orig 2025-01-24T00:57:24.8528436Z * [new branch] gh/jansel/455/base -> origin/gh/jansel/455/base 2025-01-24T00:57:24.8528941Z * [new branch] gh/jansel/455/head -> origin/gh/jansel/455/head 2025-01-24T00:57:24.8529457Z * [new branch] gh/jansel/455/orig -> origin/gh/jansel/455/orig 2025-01-24T00:57:24.8529968Z * [new branch] gh/jansel/458/base -> origin/gh/jansel/458/base 2025-01-24T00:57:24.8530472Z * [new branch] gh/jansel/458/head -> origin/gh/jansel/458/head 2025-01-24T00:57:24.8530970Z * [new branch] gh/jansel/458/orig -> origin/gh/jansel/458/orig 2025-01-24T00:57:24.8531477Z * [new branch] gh/jansel/459/base -> origin/gh/jansel/459/base 2025-01-24T00:57:24.8532082Z * [new branch] gh/jansel/459/head -> origin/gh/jansel/459/head 2025-01-24T00:57:24.9073730Z * [new branch] gh/jansel/459/orig -> origin/gh/jansel/459/orig 2025-01-24T00:57:24.9074451Z * [new branch] gh/jansel/460/base -> origin/gh/jansel/460/base 2025-01-24T00:57:24.9075024Z * [new branch] gh/jansel/460/head -> origin/gh/jansel/460/head 2025-01-24T00:57:24.9075636Z * [new branch] gh/jansel/460/orig -> origin/gh/jansel/460/orig 2025-01-24T00:57:24.9076211Z * [new branch] gh/jansel/461/base -> origin/gh/jansel/461/base 2025-01-24T00:57:24.9076765Z * [new branch] gh/jansel/461/head -> origin/gh/jansel/461/head 2025-01-24T00:57:24.9077320Z * [new branch] gh/jansel/461/orig -> origin/gh/jansel/461/orig 2025-01-24T00:57:24.9077861Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T00:57:24.9078428Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T00:57:24.9079072Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T00:57:24.9079625Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T00:57:24.9080174Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T00:57:24.9080748Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T00:57:24.9081310Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T00:57:24.9081911Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T00:57:24.9082467Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T00:57:24.9083025Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T00:57:24.9083578Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T00:57:24.9084184Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T00:57:24.9084700Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T00:57:24.9085216Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T00:57:24.9116296Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T00:57:24.9116987Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T00:57:24.9117521Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T00:57:24.9118033Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T00:57:24.9118613Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T00:57:24.9119191Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T00:57:24.9119709Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T00:57:24.9120234Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T00:57:24.9120745Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T00:57:24.9121270Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T00:57:24.9121769Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T00:57:24.9122288Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T00:57:24.9122798Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T00:57:24.9123424Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T00:57:24.9124068Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T00:57:24.9124589Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T00:57:24.9125100Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T00:57:24.9125611Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T00:57:24.9126140Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T00:57:24.9126656Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T00:57:24.9127162Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T00:57:24.9127670Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T00:57:24.9128179Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T00:57:24.9128680Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T00:57:24.9129184Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T00:57:24.9129687Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T00:57:24.9130195Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T00:57:24.9708770Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T00:57:24.9709363Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T00:57:24.9709885Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T00:57:24.9710387Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T00:57:24.9710980Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T00:57:24.9711559Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T00:57:24.9712137Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T00:57:24.9712691Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T00:57:24.9713446Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T00:57:24.9714013Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T00:57:24.9714572Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T00:57:24.9715137Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T00:57:24.9715701Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T00:57:24.9716272Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T00:57:24.9716824Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T00:57:24.9717404Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T00:57:24.9717971Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T00:57:24.9718528Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T00:57:24.9719088Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T00:57:24.9719640Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T00:57:24.9720200Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T00:57:24.9720893Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T00:57:24.9721465Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T00:57:24.9722037Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T00:57:24.9722592Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T00:57:24.9723166Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T00:57:24.9723735Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T00:57:24.9724383Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T00:57:24.9724966Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T00:57:24.9725545Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T00:57:24.9726124Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T00:57:24.9726687Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T00:57:24.9727261Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T00:57:24.9727829Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T00:57:24.9728388Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T00:57:24.9728967Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T00:57:24.9729537Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T00:57:24.9730097Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T00:57:24.9730667Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T00:57:24.9731233Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T00:57:24.9731802Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T00:57:24.9732361Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T00:57:24.9733031Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T00:57:24.9733600Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T00:57:24.9734169Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T00:57:25.0216068Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T00:57:25.0216707Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T00:57:25.0217308Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T00:57:25.0217888Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T00:57:25.0218451Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T00:57:25.0219004Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T00:57:25.0219574Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T00:57:25.0220110Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T00:57:25.0220606Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T00:57:25.0221109Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T00:57:25.0221785Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T00:57:25.0222357Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T00:57:25.0222918Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T00:57:25.0223443Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T00:57:25.0223996Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T00:57:25.0224541Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T00:57:25.0225081Z * [new branch] gh/jerryzh168/858/base -> origin/gh/jerryzh168/858/base 2025-01-24T00:57:25.0225618Z * [new branch] gh/jerryzh168/858/head -> origin/gh/jerryzh168/858/head 2025-01-24T00:57:25.0226151Z * [new branch] gh/jerryzh168/858/orig -> origin/gh/jerryzh168/858/orig 2025-01-24T00:57:25.0226691Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T00:57:25.0227240Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T00:57:25.0227816Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T00:57:25.0228431Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T00:57:25.0228983Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T00:57:25.0229527Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T00:57:25.0230055Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T00:57:25.0230564Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T00:57:25.0231091Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T00:57:25.0231615Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T00:57:25.0232152Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T00:57:25.0232687Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T00:57:25.0233213Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T00:57:25.0233918Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T00:57:25.0234523Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T00:57:25.0235065Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T00:57:25.0235593Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T00:57:25.0236136Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T00:57:25.0236674Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T00:57:25.0237201Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T00:57:25.0237736Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T00:57:25.0238271Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T00:57:25.0238805Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T00:57:25.0239327Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T00:57:25.0239926Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T00:57:25.0240528Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T00:57:25.0241149Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T00:57:25.0710187Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T00:57:25.0710803Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T00:57:25.0711345Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T00:57:25.0711927Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T00:57:25.0712467Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T00:57:25.0713004Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T00:57:25.0713526Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T00:57:25.0714073Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T00:57:25.0714603Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T00:57:25.0715125Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T00:57:25.0715655Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T00:57:25.0716188Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T00:57:25.0716727Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T00:57:25.0717249Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T00:57:25.0717789Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T00:57:25.0718397Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T00:57:25.0718988Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T00:57:25.0719547Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T00:57:25.0720107Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T00:57:25.0720643Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T00:57:25.0721167Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T00:57:25.0721865Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T00:57:25.0722405Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T00:57:25.0722934Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T00:57:25.0723468Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T00:57:25.0724086Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T00:57:25.0724599Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T00:57:25.0725121Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T00:57:25.0725650Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T00:57:25.0726170Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T00:57:25.0726714Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T00:57:25.0727239Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T00:57:25.0727762Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T00:57:25.0728378Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T00:57:25.0728901Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T00:57:25.0729430Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T00:57:25.0729941Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T00:57:25.0730462Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T00:57:25.0730980Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T00:57:25.0731504Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T00:57:25.0732018Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T00:57:25.0732543Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T00:57:25.0733059Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T00:57:25.0733570Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T00:57:25.0734114Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T00:57:25.0734683Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T00:57:25.0735247Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T00:57:25.1236170Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T00:57:25.1236765Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T00:57:25.1237279Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T00:57:25.1237781Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T00:57:25.1238319Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T00:57:25.1238827Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T00:57:25.1239329Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T00:57:25.1239838Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T00:57:25.1241729Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T00:57:25.1242254Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T00:57:25.1242752Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T00:57:25.1243262Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T00:57:25.1243771Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T00:57:25.1244356Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T00:57:25.1244854Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T00:57:25.1245353Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T00:57:25.1245887Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T00:57:25.1247702Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T00:57:25.1248301Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T00:57:25.1248839Z * [new branch] gh/kollasb/5/base -> origin/gh/kollasb/5/base 2025-01-24T00:57:25.1249350Z * [new branch] gh/kollasb/5/head -> origin/gh/kollasb/5/head 2025-01-24T00:57:25.1250009Z * [new branch] gh/kollasb/5/orig -> origin/gh/kollasb/5/orig 2025-01-24T00:57:25.1250550Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T00:57:25.1251107Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T00:57:25.1251664Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T00:57:25.1253402Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T00:57:25.1253920Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T00:57:25.1254440Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T00:57:25.1254960Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T00:57:25.1255469Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T00:57:25.1256001Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T00:57:25.1256528Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T00:57:25.1257061Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T00:57:25.1257571Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T00:57:25.1259255Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T00:57:25.1259786Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T00:57:25.1260299Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T00:57:25.1260812Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T00:57:25.1261322Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T00:57:25.1261826Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T00:57:25.1262338Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T00:57:25.1262842Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T00:57:25.1263347Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T00:57:25.1265135Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T00:57:25.1265665Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T00:57:25.1266187Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T00:57:25.1266681Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T00:57:25.1712160Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T00:57:25.1712731Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T00:57:25.1713247Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T00:57:25.1713754Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T00:57:25.1714265Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T00:57:25.1714796Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T00:57:25.1715323Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T00:57:25.1715880Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T00:57:25.1716431Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T00:57:25.1717163Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T00:57:25.1717718Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T00:57:25.1718269Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T00:57:25.1718821Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T00:57:25.1719363Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T00:57:25.1719920Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T00:57:25.1720465Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T00:57:25.1720999Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T00:57:25.1721543Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T00:57:25.1722089Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T00:57:25.1722626Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T00:57:25.1723172Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T00:57:25.1723720Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T00:57:25.1724369Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T00:57:25.1726229Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T00:57:25.1726781Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T00:57:25.1727321Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T00:57:25.1727858Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T00:57:25.1728407Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T00:57:25.1728939Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T00:57:25.1729504Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T00:57:25.1730053Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T00:57:25.1731930Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T00:57:25.1732516Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T00:57:25.1733068Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T00:57:25.1733629Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T00:57:25.1734187Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T00:57:25.1734743Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T00:57:25.1735293Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T00:57:25.1735896Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T00:57:25.1737742Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T00:57:25.1738391Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T00:57:25.1739038Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T00:57:25.1739686Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T00:57:25.1740432Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T00:57:25.1741072Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T00:57:25.2178104Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T00:57:25.2178877Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T00:57:25.2179537Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T00:57:25.2180174Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T00:57:25.2180810Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T00:57:25.2181465Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T00:57:25.2182108Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T00:57:25.2182811Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T00:57:25.2183516Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T00:57:25.2184144Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T00:57:25.2184789Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T00:57:25.2185426Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T00:57:25.2186056Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T00:57:25.2186683Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T00:57:25.2187327Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T00:57:25.2187965Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T00:57:25.2188653Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T00:57:25.2189367Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T00:57:25.2190177Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T00:57:25.2190815Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T00:57:25.2191442Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T00:57:25.2192089Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T00:57:25.2192727Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T00:57:25.2193361Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T00:57:25.2193993Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T00:57:25.2194688Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T00:57:25.2195316Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-01-24T00:57:25.2195777Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-01-24T00:57:25.2196246Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-01-24T00:57:25.2196705Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T00:57:25.2197269Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T00:57:25.2197735Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T00:57:25.2198198Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T00:57:25.2198654Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T00:57:25.2199115Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T00:57:25.2199570Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T00:57:25.2200018Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T00:57:25.2200539Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T00:57:25.2201054Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T00:57:25.2201505Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T00:57:25.2201958Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T00:57:25.2202449Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T00:57:25.2202962Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T00:57:25.2203465Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T00:57:25.2204064Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T00:57:25.2662929Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T00:57:25.2663498Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T00:57:25.2664004Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T00:57:25.2664518Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T00:57:25.2665048Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T00:57:25.2665554Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T00:57:25.2666058Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T00:57:25.2666567Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T00:57:25.2667257Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T00:57:25.2668982Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T00:57:25.2669492Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T00:57:25.2669999Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T00:57:25.2670505Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T00:57:25.2671002Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T00:57:25.2671508Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T00:57:25.2672001Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T00:57:25.2672505Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T00:57:25.2673012Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T00:57:25.2674685Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T00:57:25.2675192Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T00:57:25.2675698Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T00:57:25.2676894Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T00:57:25.2677395Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T00:57:25.2677900Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T00:57:25.2678409Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T00:57:25.2678904Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T00:57:25.2680690Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T00:57:25.2681203Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T00:57:25.2681696Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T00:57:25.2682199Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T00:57:25.2682700Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T00:57:25.2683215Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T00:57:25.2683715Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T00:57:25.2684294Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T00:57:25.2684794Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T00:57:25.2686484Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T00:57:25.2687007Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T00:57:25.2687520Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T00:57:25.2688035Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T00:57:25.2688536Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T00:57:25.2689037Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T00:57:25.2689546Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T00:57:25.2690042Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T00:57:25.2690676Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T00:57:25.2692378Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T00:57:25.2692881Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T00:57:25.2693394Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T00:57:25.3143558Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T00:57:25.3144125Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T00:57:25.3144642Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T00:57:25.3145144Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T00:57:25.3145649Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T00:57:25.3146170Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T00:57:25.3146666Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T00:57:25.3147163Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T00:57:25.3147667Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T00:57:25.3148318Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T00:57:25.3148825Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T00:57:25.3149336Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T00:57:25.3149837Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T00:57:25.3150347Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T00:57:25.3150861Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T00:57:25.3151361Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T00:57:25.3151852Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T00:57:25.3152359Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T00:57:25.3152870Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T00:57:25.3153364Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T00:57:25.3153886Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T00:57:25.3154385Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T00:57:25.3154885Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T00:57:25.3155387Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T00:57:25.3155887Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T00:57:25.3156391Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T00:57:25.3156880Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T00:57:25.3157384Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T00:57:25.3157891Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T00:57:25.3158384Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T00:57:25.3158892Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T00:57:25.3159394Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T00:57:25.3159993Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T00:57:25.3160509Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T00:57:25.3161014Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T00:57:25.3161521Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T00:57:25.3162038Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T00:57:25.3162548Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T00:57:25.3163056Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T00:57:25.3163544Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T00:57:25.3164151Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T00:57:25.3164663Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T00:57:25.3166494Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T00:57:25.3167008Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T00:57:25.3167513Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T00:57:25.3168133Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T00:57:25.3168642Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T00:57:25.3169148Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T00:57:25.3645669Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T00:57:25.3646231Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T00:57:25.3646750Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T00:57:25.3647259Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T00:57:25.3647754Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T00:57:25.3648262Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T00:57:25.3648776Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T00:57:25.3649276Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T00:57:25.3649767Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T00:57:25.3650271Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T00:57:25.3650787Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T00:57:25.3651282Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T00:57:25.3651790Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T00:57:25.3652292Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T00:57:25.3652792Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T00:57:25.3653295Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T00:57:25.3653816Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T00:57:25.3654314Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T00:57:25.3654808Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T00:57:25.3655785Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T00:57:25.3656321Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T00:57:25.3656832Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T00:57:25.3657341Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T00:57:25.3657852Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T00:57:25.3658361Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T00:57:25.3658865Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T00:57:25.3659372Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T00:57:25.3659874Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T00:57:25.3660376Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T00:57:25.3660874Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T00:57:25.3661381Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T00:57:25.3661875Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T00:57:25.3662484Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T00:57:25.3662993Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T00:57:25.3663486Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T00:57:25.3663995Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T00:57:25.3664509Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T00:57:25.3665021Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T00:57:25.3665511Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T00:57:25.3666011Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T00:57:25.3666514Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T00:57:25.3667007Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T00:57:25.3667506Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T00:57:25.3668008Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T00:57:25.3668492Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T00:57:25.3668988Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T00:57:25.3669483Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T00:57:25.3669987Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T00:57:25.4131363Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T00:57:25.4131992Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T00:57:25.4132662Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T00:57:25.4133173Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T00:57:25.4133715Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T00:57:25.4134231Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T00:57:25.4134739Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T00:57:25.4135412Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T00:57:25.4135923Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T00:57:25.4136423Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T00:57:25.4136924Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T00:57:25.4137435Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T00:57:25.4138019Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T00:57:25.4138509Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T00:57:25.4139006Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T00:57:25.4139563Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T00:57:25.4140093Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T00:57:25.4140592Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T00:57:25.4141082Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T00:57:25.4141584Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T00:57:25.4142187Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T00:57:25.4142681Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T00:57:25.4143175Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T00:57:25.4143679Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T00:57:25.4144180Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T00:57:25.4144945Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T00:57:25.4145454Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T00:57:25.4146233Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T00:57:25.4146982Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T00:57:25.4147740Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T00:57:25.4148450Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T00:57:25.4149075Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T00:57:25.4149739Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T00:57:25.4150253Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T00:57:25.4150758Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T00:57:25.4151255Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T00:57:25.4151767Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T00:57:25.4152293Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T00:57:25.4152833Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T00:57:25.4153372Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T00:57:25.4153910Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T00:57:25.4154434Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T00:57:25.4155071Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T00:57:25.4155617Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T00:57:25.4156146Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T00:57:25.4156682Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T00:57:25.4157229Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T00:57:25.4609865Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T00:57:25.4610424Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T00:57:25.4610967Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T00:57:25.4611524Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T00:57:25.4612074Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T00:57:25.4612620Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T00:57:25.4613160Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T00:57:25.4613696Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T00:57:25.4614370Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T00:57:25.4614977Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T00:57:25.4615575Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T00:57:25.4616163Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T00:57:25.4616836Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T00:57:25.4617440Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T00:57:25.4618029Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T00:57:25.4618618Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T00:57:25.4619278Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T00:57:25.4619876Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T00:57:25.4620463Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T00:57:25.4621066Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T00:57:25.4621727Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T00:57:25.4622328Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T00:57:25.4622920Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T00:57:25.4623571Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T00:57:25.4624166Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T00:57:25.4624758Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T00:57:25.4625353Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T00:57:25.4626009Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T00:57:25.4626594Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T00:57:25.4627330Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T00:57:25.4627948Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T00:57:25.4628553Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T00:57:25.4629153Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T00:57:25.4629817Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T00:57:25.4630418Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T00:57:25.4631008Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T00:57:25.4631651Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T00:57:25.4632279Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T00:57:25.4632871Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T00:57:25.4633474Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T00:57:25.4634071Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T00:57:25.4634614Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T00:57:25.4635249Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T00:57:25.4635798Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T00:57:25.4636364Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T00:57:25.4636903Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T00:57:25.5134242Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T00:57:25.5134830Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T00:57:25.5135353Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T00:57:25.5135847Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T00:57:25.5136368Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T00:57:25.5136912Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T00:57:25.5137434Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T00:57:25.5137969Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T00:57:25.5138500Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T00:57:25.5139042Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T00:57:25.5139580Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T00:57:25.5140104Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T00:57:25.5140634Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T00:57:25.5141156Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T00:57:25.5141768Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T00:57:25.5142303Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T00:57:25.5152573Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T00:57:25.5153127Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T00:57:25.5153870Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T00:57:25.5154436Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T00:57:25.5154950Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T00:57:25.5155468Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T00:57:25.5156005Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T00:57:25.5156533Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T00:57:25.5157044Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T00:57:25.5157565Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T00:57:25.5158085Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T00:57:25.5158604Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T00:57:25.5159127Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T00:57:25.5159648Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T00:57:25.5160161Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T00:57:25.5160801Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T00:57:25.5161325Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T00:57:25.5161921Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T00:57:25.5162562Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T00:57:25.5163205Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T00:57:25.5163840Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T00:57:25.5164572Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T00:57:25.5165211Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T00:57:25.5165853Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T00:57:25.5166479Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T00:57:25.5167109Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T00:57:25.5167745Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T00:57:25.5168383Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T00:57:25.5169014Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T00:57:25.5169652Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T00:57:25.5607684Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T00:57:25.5608367Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T00:57:25.5609001Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T00:57:25.5609657Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T00:57:25.5610309Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T00:57:25.5610955Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T00:57:25.5611754Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T00:57:25.5612388Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T00:57:25.5613027Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T00:57:25.5613656Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T00:57:25.5614290Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T00:57:25.5614922Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T00:57:25.5615548Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T00:57:25.5616169Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T00:57:25.5616800Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T00:57:25.5617431Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T00:57:25.5618053Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T00:57:25.5618687Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T00:57:25.5619433Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T00:57:25.5620059Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T00:57:25.5620689Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T00:57:25.5621326Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T00:57:25.5621970Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T00:57:25.5622596Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T00:57:25.5623228Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T00:57:25.5623855Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T00:57:25.5624478Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T00:57:25.5625105Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T00:57:25.5625726Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T00:57:25.5626358Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T00:57:25.5626982Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T00:57:25.5627616Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T00:57:25.5628243Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T00:57:25.5628833Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T00:57:25.5629391Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T00:57:25.5629931Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T00:57:25.5630469Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T00:57:25.5631015Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T00:57:25.5631654Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T00:57:25.5632184Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T00:57:25.5632686Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T00:57:25.5633197Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T00:57:25.5633714Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T00:57:25.6111703Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T00:57:25.6112236Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T00:57:25.6112756Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T00:57:25.6113252Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T00:57:25.6113774Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T00:57:25.6114273Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T00:57:25.6114797Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T00:57:25.6115335Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T00:57:25.6116046Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T00:57:25.6116587Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T00:57:25.6117114Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T00:57:25.6117641Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T00:57:25.6118157Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T00:57:25.6118700Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T00:57:25.6119220Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T00:57:25.6119752Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T00:57:25.6120276Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T00:57:25.6120796Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T00:57:25.6121330Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T00:57:25.6121851Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T00:57:25.6122376Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T00:57:25.6122894Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T00:57:25.6123423Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T00:57:25.6124049Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T00:57:25.6124576Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T00:57:25.6125113Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T00:57:25.6125650Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T00:57:25.6126172Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T00:57:25.6126706Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T00:57:25.6127240Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T00:57:25.6127868Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T00:57:25.6128358Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T00:57:25.6128850Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T00:57:25.6129346Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T00:57:25.6129840Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T00:57:25.6130351Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T00:57:25.6130846Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T00:57:25.6131332Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T00:57:25.6131829Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T00:57:25.6132321Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T00:57:25.6132806Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T00:57:25.6133329Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T00:57:25.6133885Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T00:57:25.6134533Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T00:57:25.6135070Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T00:57:25.6135631Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T00:57:25.6136181Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T00:57:25.6136727Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T00:57:25.6582163Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T00:57:25.6582798Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T00:57:25.6583360Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T00:57:25.6583907Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T00:57:25.6584477Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T00:57:25.6585032Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T00:57:25.6585572Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T00:57:25.6586129Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T00:57:25.6586675Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T00:57:25.6587215Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T00:57:25.6587829Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T00:57:25.6588447Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T00:57:25.6589056Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T00:57:25.6589598Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T00:57:25.6590140Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T00:57:25.6590695Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T00:57:25.6591224Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T00:57:25.6591941Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T00:57:25.6592494Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T00:57:25.6593039Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T00:57:25.6593579Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T00:57:25.6594121Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T00:57:25.6594662Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T00:57:25.6595191Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T00:57:25.6595747Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T00:57:25.6596287Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T00:57:25.6596822Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T00:57:25.6597372Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T00:57:25.6597909Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T00:57:25.6598448Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T00:57:25.6599109Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T00:57:25.6599649Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T00:57:25.6600200Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T00:57:25.6600754Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T00:57:25.6601291Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T00:57:25.6601836Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T00:57:25.6602371Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T00:57:25.6602914Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T00:57:25.6603453Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T00:57:25.6604097Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T00:57:25.6604650Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T00:57:25.6605195Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T00:57:25.6605744Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T00:57:25.6606312Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T00:57:25.6606851Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T00:57:25.6607398Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T00:57:25.7046332Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T00:57:25.7047057Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T00:57:25.7047664Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T00:57:25.7048281Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T00:57:25.7048888Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T00:57:25.7049427Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T00:57:25.7050139Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T00:57:25.7050692Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T00:57:25.7051242Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T00:57:25.7051770Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T00:57:25.7052321Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T00:57:25.7052878Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T00:57:25.7053399Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T00:57:25.7053922Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T00:57:25.7054517Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T00:57:25.7055108Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T00:57:25.7055699Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T00:57:25.7056275Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T00:57:25.7056968Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T00:57:25.7057530Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T00:57:25.7058099Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T00:57:25.7058674Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T00:57:25.7059235Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T00:57:25.7059797Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T00:57:25.7060347Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T00:57:25.7060893Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T00:57:25.7061454Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T00:57:25.7062029Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T00:57:25.7062602Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T00:57:25.7063155Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T00:57:25.7063714Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T00:57:25.7064270Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T00:57:25.7064823Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T00:57:25.7065380Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T00:57:25.7065944Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T00:57:25.7066429Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T00:57:25.7066985Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T00:57:25.7067588Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T00:57:25.7068275Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T00:57:25.7068896Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T00:57:25.7069524Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T00:57:25.7070243Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T00:57:25.7070863Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T00:57:25.7071494Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T00:57:25.7072137Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T00:57:25.7072751Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T00:57:25.7073354Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T00:57:25.7528980Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T00:57:25.7529611Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T00:57:25.7530306Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T00:57:25.7530978Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T00:57:25.7531536Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T00:57:25.7532081Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T00:57:25.7532828Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T00:57:25.7533377Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T00:57:25.7533918Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T00:57:25.7534457Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T00:57:25.7534991Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T00:57:25.7535534Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T00:57:25.7536061Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T00:57:25.7536596Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T00:57:25.7537079Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T00:57:25.7537606Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T00:57:25.7538150Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T00:57:25.7538701Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T00:57:25.7539236Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T00:57:25.7539763Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T00:57:25.7540304Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T00:57:25.7540842Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T00:57:25.7541399Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T00:57:25.7541948Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T00:57:25.7542509Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T00:57:25.7543057Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T00:57:25.7543610Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T00:57:25.7544106Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T00:57:25.7544655Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T00:57:25.7545364Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T00:57:25.7545876Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T00:57:25.7546424Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T00:57:25.7546953Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T00:57:25.7547510Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T00:57:25.7548065Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T00:57:25.7548605Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T00:57:25.7549161Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T00:57:25.7549715Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T00:57:25.7550262Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T00:57:25.7550800Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T00:57:25.7551348Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T00:57:25.7551835Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T00:57:25.7552358Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T00:57:25.7553037Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T00:57:25.7553607Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T00:57:25.7554156Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T00:57:25.7554718Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T00:57:25.7555293Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T00:57:25.8017486Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T00:57:25.8018283Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T00:57:25.8018936Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T00:57:25.8019740Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T00:57:25.8020451Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T00:57:25.8021130Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T00:57:25.8021753Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T00:57:25.8022346Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T00:57:25.8022984Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T00:57:25.8023577Z * [new branch] gh/seanx92/1/base -> origin/gh/seanx92/1/base 2025-01-24T00:57:25.8024144Z * [new branch] gh/seanx92/1/orig -> origin/gh/seanx92/1/orig 2025-01-24T00:57:25.8024736Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T00:57:25.8025426Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T00:57:25.8026034Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T00:57:25.8026661Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T00:57:25.8027346Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T00:57:25.8028272Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T00:57:25.8028910Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T00:57:25.8029532Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T00:57:25.8030227Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T00:57:25.8030851Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T00:57:25.8031534Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T00:57:25.8032165Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T00:57:25.8032798Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T00:57:25.8033483Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T00:57:25.8034097Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T00:57:25.8034725Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T00:57:25.8035425Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T00:57:25.8036033Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T00:57:25.8036856Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T00:57:25.8037493Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T00:57:25.8038167Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T00:57:25.8038810Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T00:57:25.8039442Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T00:57:25.8040133Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T00:57:25.8040751Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T00:57:25.8041393Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T00:57:25.8042095Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T00:57:25.8042706Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T00:57:25.8043336Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T00:57:25.8044110Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T00:57:25.8044741Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T00:57:25.8045441Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T00:57:25.8046076Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T00:57:25.8046716Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T00:57:25.8047399Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T00:57:25.8489587Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T00:57:25.8490199Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T00:57:25.8490783Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T00:57:25.8491452Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T00:57:25.8492268Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T00:57:25.8492918Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T00:57:25.8493520Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T00:57:25.8494123Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T00:57:25.8494733Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T00:57:25.8495311Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T00:57:25.8495913Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T00:57:25.8496506Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T00:57:25.8497083Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T00:57:25.8497679Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T00:57:25.8498279Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T00:57:25.8498854Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T00:57:25.8499438Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T00:57:25.8500639Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T00:57:25.8501154Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T00:57:25.8501657Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T00:57:25.8502169Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T00:57:25.8502678Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T00:57:25.8503201Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T00:57:25.8503740Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T00:57:25.8504291Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T00:57:25.8504834Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T00:57:25.8505361Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T00:57:25.8505893Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T00:57:25.8506431Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T00:57:25.8506960Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T00:57:25.8507524Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T00:57:25.8508175Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T00:57:25.8508785Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T00:57:25.8509410Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T00:57:25.8509971Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T00:57:25.8510518Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T00:57:25.8511053Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T00:57:25.8511608Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T00:57:25.8512162Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T00:57:25.8512820Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T00:57:25.8513374Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T00:57:25.8513930Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T00:57:25.8514468Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T00:57:25.8515028Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T00:57:25.8515576Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T00:57:25.8516115Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T00:57:25.8951512Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T00:57:25.8952167Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T00:57:25.8952735Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T00:57:25.8953346Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T00:57:25.8953962Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T00:57:25.8954708Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T00:57:25.8955274Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T00:57:25.8955822Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T00:57:25.8956375Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T00:57:25.8956928Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T00:57:25.8957469Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T00:57:25.8958019Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T00:57:25.8958559Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T00:57:25.8959152Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T00:57:25.8959757Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T00:57:25.8960299Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T00:57:25.8960841Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T00:57:25.8961368Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T00:57:25.8961906Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T00:57:25.8962449Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T00:57:25.8962980Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T00:57:25.8963515Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T00:57:25.8964125Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T00:57:25.8964695Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T00:57:25.8965311Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T00:57:25.8965841Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T00:57:25.8966369Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T00:57:25.8967018Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T00:57:25.8967564Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T00:57:25.8968100Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T00:57:25.8968632Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T00:57:25.8969179Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T00:57:25.8969714Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T00:57:25.8970240Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T00:57:25.8970837Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T00:57:25.8971433Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T00:57:25.8971969Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T00:57:25.8972499Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T00:57:25.8973026Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T00:57:25.8973558Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T00:57:25.8974193Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T00:57:25.8974733Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T00:57:25.8975277Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T00:57:25.8975804Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T00:57:25.8976350Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T00:57:25.8976983Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T00:57:25.9425128Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T00:57:25.9425730Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T00:57:25.9426326Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T00:57:25.9426892Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T00:57:25.9427438Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T00:57:25.9427972Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T00:57:25.9428521Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T00:57:25.9429071Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T00:57:25.9429677Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T00:57:25.9430263Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T00:57:25.9430809Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T00:57:25.9431363Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T00:57:25.9431871Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T00:57:25.9432384Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T00:57:25.9432914Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T00:57:25.9433436Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T00:57:25.9434689Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T00:57:25.9435247Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T00:57:25.9435829Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T00:57:25.9436404Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T00:57:25.9436943Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T00:57:25.9437465Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T00:57:25.9437985Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T00:57:25.9438507Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T00:57:25.9439047Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T00:57:25.9439559Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T00:57:25.9440096Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T00:57:25.9440616Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T00:57:25.9441262Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T00:57:25.9441844Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T00:57:25.9442420Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T00:57:25.9442950Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T00:57:25.9443471Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T00:57:25.9444006Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T00:57:25.9444632Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T00:57:25.9445159Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T00:57:25.9445701Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T00:57:25.9446239Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T00:57:25.9446765Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T00:57:25.9447299Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T00:57:25.9447882Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T00:57:25.9448406Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T00:57:25.9448970Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T00:57:25.9449495Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T00:57:25.9450017Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T00:57:25.9450533Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T00:57:25.9909883Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T00:57:25.9910488Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T00:57:25.9911068Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T00:57:25.9911589Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T00:57:25.9912293Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T00:57:25.9912825Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T00:57:25.9913338Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T00:57:25.9913869Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T00:57:25.9914400Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T00:57:25.9914928Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T00:57:25.9915453Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T00:57:25.9915980Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T00:57:25.9916537Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T00:57:25.9917108Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T00:57:25.9917611Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T00:57:25.9918117Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T00:57:25.9918611Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T00:57:25.9919236Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T00:57:25.9919744Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T00:57:25.9920243Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T00:57:25.9920780Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T00:57:25.9921341Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T00:57:25.9921909Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T00:57:25.9922531Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T00:57:25.9923191Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T00:57:25.9923791Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T00:57:25.9924461Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T00:57:25.9925066Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T00:57:25.9925664Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T00:57:25.9926267Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T00:57:25.9926861Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T00:57:25.9927454Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T00:57:25.9928056Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T00:57:25.9928696Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T00:57:25.9929347Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T00:57:25.9929951Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T00:57:25.9930544Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T00:57:25.9931149Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T00:57:25.9931859Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T00:57:25.9932459Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T00:57:25.9933057Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T00:57:25.9933672Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T00:57:25.9934274Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T00:57:25.9934925Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T00:57:25.9935572Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T00:57:26.0359828Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T00:57:26.0360537Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T00:57:26.0361216Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T00:57:26.0361842Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T00:57:26.0362446Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T00:57:26.0363049Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T00:57:26.0363817Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T00:57:26.0364502Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T00:57:26.0365106Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T00:57:26.0365700Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T00:57:26.0366351Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T00:57:26.0366992Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T00:57:26.0367579Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T00:57:26.0368179Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T00:57:26.0368792Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T00:57:26.0369386Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T00:57:26.0369973Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T00:57:26.0370579Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T00:57:26.0371184Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T00:57:26.0371774Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T00:57:26.0372418Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T00:57:26.0373069Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T00:57:26.0373664Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T00:57:26.0374259Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T00:57:26.0374861Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T00:57:26.0375456Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T00:57:26.0376164Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T00:57:26.0376770Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T00:57:26.0377380Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T00:57:26.0377974Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T00:57:26.0378635Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T00:57:26.0379287Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T00:57:26.0379852Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T00:57:26.0380354Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T00:57:26.0380853Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T00:57:26.0381356Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T00:57:26.0381852Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T00:57:26.0382361Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T00:57:26.0382870Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T00:57:26.0383462Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T00:57:26.0383981Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T00:57:26.0384492Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T00:57:26.0385047Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T00:57:26.0385612Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T00:57:26.0386113Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T00:57:26.0838224Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T00:57:26.0838753Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T00:57:26.0839243Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T00:57:26.0839759Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T00:57:26.0840330Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T00:57:26.0840868Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T00:57:26.0841405Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T00:57:26.0841987Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T00:57:26.0842563Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T00:57:26.0843139Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T00:57:26.0843719Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T00:57:26.0844361Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T00:57:26.0844928Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T00:57:26.0845509Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T00:57:26.0846133Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T00:57:26.0846745Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T00:57:26.0847460Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T00:57:26.0848039Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T00:57:26.0848616Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T00:57:26.0849187Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T00:57:26.0849762Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T00:57:26.0850352Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T00:57:26.0858757Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T00:57:26.0859532Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T00:57:26.0860098Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T00:57:26.0860628Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T00:57:26.0861168Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T00:57:26.0861708Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T00:57:26.0862232Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T00:57:26.0862937Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T00:57:26.0863471Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T00:57:26.0864002Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T00:57:26.0864588Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T00:57:26.0865180Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T00:57:26.0865722Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T00:57:26.0866254Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T00:57:26.0866785Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T00:57:26.0867321Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T00:57:26.0867854Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T00:57:26.0868385Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T00:57:26.0868919Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T00:57:26.0869448Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T00:57:26.0869988Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T00:57:26.0870524Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T00:57:26.0871111Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T00:57:26.0871679Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T00:57:26.1322344Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T00:57:26.1322927Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T00:57:26.1323478Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T00:57:26.1324006Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T00:57:26.1324596Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T00:57:26.1325272Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T00:57:26.1325799Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T00:57:26.1326330Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T00:57:26.1326869Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T00:57:26.1327396Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T00:57:26.1327928Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T00:57:26.1328458Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T00:57:26.1328982Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T00:57:26.1329507Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T00:57:26.1330030Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T00:57:26.1330558Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T00:57:26.1331077Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T00:57:26.1331702Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T00:57:26.1332232Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T00:57:26.1332756Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T00:57:26.1333285Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T00:57:26.1333814Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T00:57:26.1334342Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T00:57:26.1334863Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T00:57:26.1335392Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T00:57:26.1335927Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T00:57:26.1336447Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T00:57:26.1336975Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T00:57:26.1337508Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T00:57:26.1338038Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T00:57:26.1338577Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T00:57:26.1339124Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T00:57:26.1339658Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T00:57:26.1340181Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T00:57:26.1340716Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T00:57:26.1341261Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T00:57:26.1341787Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T00:57:26.1342323Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T00:57:26.1342870Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T00:57:26.1343470Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T00:57:26.1344009Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T00:57:26.1344563Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T00:57:26.1345101Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T00:57:26.1345638Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T00:57:26.1346183Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T00:57:26.1346721Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T00:57:26.1347239Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T00:57:26.1789364Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T00:57:26.1789989Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T00:57:26.1790531Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T00:57:26.1791086Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T00:57:26.1791619Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T00:57:26.1792333Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T00:57:26.1792861Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T00:57:26.1793397Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T00:57:26.1793929Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T00:57:26.1794462Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T00:57:26.1794988Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T00:57:26.1795512Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T00:57:26.1796047Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T00:57:26.1796568Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T00:57:26.1797101Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T00:57:26.1797621Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T00:57:26.1798136Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T00:57:26.1798663Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T00:57:26.1799190Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T00:57:26.1799720Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T00:57:26.1800250Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T00:57:26.1800793Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T00:57:26.1801351Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T00:57:26.1801925Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T00:57:26.1802497Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T00:57:26.1803070Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T00:57:26.1803628Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T00:57:26.1804415Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T00:57:26.1805005Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T00:57:26.1805584Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T00:57:26.1806157Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T00:57:26.1806748Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T00:57:26.1807332Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T00:57:26.1807960Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T00:57:26.1808583Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T00:57:26.1809174Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T00:57:26.1809749Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T00:57:26.1810322Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T00:57:26.1810907Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T00:57:26.1811570Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T00:57:26.1812107Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T00:57:26.1812610Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T00:57:26.1813109Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T00:57:26.1813591Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T00:57:26.1814101Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T00:57:26.1814614Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T00:57:26.2286439Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T00:57:26.2286966Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T00:57:26.2287486Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T00:57:26.2287983Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T00:57:26.2288481Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T00:57:26.2288991Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T00:57:26.2289493Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T00:57:26.2289996Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T00:57:26.2290500Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T00:57:26.2291002Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T00:57:26.2291510Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T00:57:26.2292006Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T00:57:26.2292503Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T00:57:26.2293010Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T00:57:26.2293497Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T00:57:26.2294001Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T00:57:26.2294642Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T00:57:26.2295136Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T00:57:26.2295646Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T00:57:26.2296152Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T00:57:26.2296676Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T00:57:26.2297170Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T00:57:26.2297671Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T00:57:26.2298172Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T00:57:26.2298661Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T00:57:26.2299166Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T00:57:26.2299674Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T00:57:26.2300169Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T00:57:26.2300673Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T00:57:26.2301273Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T00:57:26.2301783Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T00:57:26.2302285Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T00:57:26.2302797Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T00:57:26.2303310Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T00:57:26.2303807Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T00:57:26.2304311Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T00:57:26.2304810Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T00:57:26.2305296Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T00:57:26.2305793Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T00:57:26.2306291Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T00:57:26.2306786Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T00:57:26.2307278Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T00:57:26.2307781Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T00:57:26.2308282Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T00:57:26.2308767Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T00:57:26.2309269Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T00:57:26.2309762Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T00:57:26.2310256Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T00:57:26.2756390Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T00:57:26.2756925Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T00:57:26.2757434Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T00:57:26.2758065Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T00:57:26.2758581Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T00:57:26.2759079Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T00:57:26.2759578Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T00:57:26.2760090Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T00:57:26.2760610Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T00:57:26.2761103Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T00:57:26.2761643Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T00:57:26.2762193Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T00:57:26.2762759Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T00:57:26.2763315Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T00:57:26.2763880Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T00:57:26.2764518Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T00:57:26.2765174Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T00:57:26.2765736Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T00:57:26.2766296Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T00:57:26.2766853Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T00:57:26.2767457Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T00:57:26.2768063Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T00:57:26.2768627Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T00:57:26.2769179Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T00:57:26.2769738Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T00:57:26.2770307Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T00:57:26.2770860Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T00:57:26.2771403Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T00:57:26.2771959Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T00:57:26.2772514Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T00:57:26.2773103Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T00:57:26.2773655Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T00:57:26.2774250Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T00:57:26.2774797Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T00:57:26.2775350Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T00:57:26.2775894Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T00:57:26.2776433Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T00:57:26.2776940Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T00:57:26.2777538Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T00:57:26.2778049Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T00:57:26.2778546Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T00:57:26.2779058Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T00:57:26.2779609Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T00:57:26.2780149Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T00:57:26.2780657Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T00:57:26.2781159Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T00:57:26.3248065Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T00:57:26.3248602Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T00:57:26.3249124Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T00:57:26.3249622Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T00:57:26.3250138Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T00:57:26.3250794Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T00:57:26.3251331Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T00:57:26.3251869Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T00:57:26.3252384Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T00:57:26.3252909Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T00:57:26.3253478Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T00:57:26.3254028Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T00:57:26.3254543Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T00:57:26.3255062Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T00:57:26.3255585Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T00:57:26.3256099Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T00:57:26.3256614Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T00:57:26.3257127Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T00:57:26.3257646Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T00:57:26.3258176Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T00:57:26.3258690Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T00:57:26.3259247Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T00:57:26.3259820Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T00:57:26.3260348Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T00:57:26.3260859Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T00:57:26.3261384Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T00:57:26.3261913Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T00:57:26.3262522Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T00:57:26.3263052Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T00:57:26.3263580Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T00:57:26.3264107Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T00:57:26.3264629Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T00:57:26.3265194Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T00:57:26.3265758Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T00:57:26.3266277Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T00:57:26.3266799Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T00:57:26.3267323Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T00:57:26.3267845Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T00:57:26.3268357Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T00:57:26.3268884Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T00:57:26.3269495Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T00:57:26.3270010Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T00:57:26.3270541Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T00:57:26.3271118Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T00:57:26.3271680Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T00:57:26.3272209Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T00:57:26.3272742Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T00:57:26.3725002Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T00:57:26.3725569Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T00:57:26.3726098Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T00:57:26.3726630Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T00:57:26.3727162Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T00:57:26.3727682Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T00:57:26.3728214Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T00:57:26.3728745Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T00:57:26.3729258Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T00:57:26.3729785Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T00:57:26.3730310Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T00:57:26.3730821Z * [new branch] gh/yanbing-j/33/base -> origin/gh/yanbing-j/33/base 2025-01-24T00:57:26.3731347Z * [new branch] gh/yanbing-j/33/head -> origin/gh/yanbing-j/33/head 2025-01-24T00:57:26.3731869Z * [new branch] gh/yanbing-j/33/orig -> origin/gh/yanbing-j/33/orig 2025-01-24T00:57:26.3732389Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T00:57:26.3733024Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T00:57:26.3733565Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T00:57:26.3734096Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T00:57:26.3734610Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T00:57:26.3735144Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T00:57:26.3735667Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T00:57:26.3736180Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T00:57:26.3736699Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T00:57:26.3737221Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T00:57:26.3737742Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T00:57:26.3738258Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T00:57:26.3738796Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T00:57:26.3739439Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T00:57:26.3739981Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T00:57:26.3740524Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T00:57:26.3741072Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T00:57:26.3741602Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T00:57:26.3742153Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T00:57:26.3742694Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T00:57:26.3743229Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T00:57:26.3743773Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T00:57:26.3744326Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T00:57:26.3744870Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T00:57:26.3745419Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T00:57:26.3745967Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T00:57:26.3746516Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T00:57:26.3747050Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T00:57:26.3747592Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T00:57:26.3748141Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T00:57:26.3748679Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T00:57:26.3749214Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T00:57:26.4239599Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T00:57:26.4240205Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T00:57:26.4240781Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T00:57:26.4241473Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T00:57:26.4242023Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T00:57:26.4242576Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T00:57:26.4243117Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T00:57:26.4243672Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T00:57:26.4244294Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T00:57:26.4244803Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T00:57:26.4245281Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T00:57:26.4245784Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T00:57:26.4246297Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T00:57:26.4246793Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T00:57:26.4247291Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T00:57:26.4247790Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T00:57:26.4248930Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T00:57:26.4249433Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T00:57:26.4249938Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T00:57:26.4250448Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T00:57:26.4250939Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T00:57:26.4251444Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T00:57:26.4251946Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T00:57:26.4252434Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T00:57:26.4252930Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T00:57:26.4253436Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T00:57:26.4253923Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T00:57:26.4254421Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T00:57:26.4254918Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T00:57:26.4255403Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T00:57:26.4255905Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T00:57:26.4256399Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T00:57:26.4256895Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T00:57:26.4257380Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T00:57:26.4257881Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T00:57:26.4258380Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T00:57:26.4258866Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T00:57:26.4259363Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T00:57:26.4259861Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T00:57:26.4260435Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T00:57:26.4260944Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T00:57:26.4261444Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T00:57:26.4261953Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T00:57:26.4262451Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T00:57:26.4262956Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T00:57:26.4263467Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T00:57:26.4263956Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T00:57:26.4264452Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T00:57:26.4747953Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T00:57:26.4748495Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T00:57:26.4748993Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T00:57:26.4749498Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T00:57:26.4750141Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T00:57:26.4750627Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T00:57:26.4751133Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T00:57:26.4751630Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T00:57:26.4752131Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T00:57:26.4752620Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T00:57:26.4753117Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T00:57:26.4753611Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T00:57:26.4754098Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T00:57:26.4754596Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T00:57:26.4755086Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T00:57:26.4755573Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T00:57:26.4756068Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T00:57:26.4756562Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T00:57:26.4757039Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T00:57:26.4757526Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T00:57:26.4758016Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T00:57:26.4758504Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T00:57:26.4759002Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T00:57:26.4759492Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T00:57:26.4759982Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T00:57:26.4760466Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T00:57:26.4761053Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T00:57:26.4761549Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T00:57:26.4762036Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T00:57:26.4762525Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T00:57:26.4763021Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T00:57:26.4763507Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T00:57:26.4764009Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T00:57:26.4764584Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T00:57:26.4765073Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T00:57:26.4765556Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T00:57:26.4766049Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T00:57:26.4766557Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T00:57:26.4767035Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T00:57:26.4767621Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T00:57:26.4768119Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T00:57:26.4768601Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T00:57:26.4769100Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T00:57:26.4769594Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T00:57:26.4770098Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T00:57:26.4770582Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T00:57:26.4771075Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T00:57:26.4771563Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T00:57:26.4772048Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T00:57:26.5235901Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T00:57:26.5236432Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T00:57:26.5236932Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T00:57:26.5237425Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T00:57:26.5237929Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T00:57:26.5238428Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T00:57:26.5238911Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T00:57:26.5239403Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T00:57:26.5239899Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T00:57:26.5240377Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T00:57:26.5240867Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T00:57:26.5241382Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T00:57:26.5241917Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T00:57:26.5243435Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T00:57:26.5244398Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T00:57:26.5244947Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T00:57:26.5245477Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T00:57:26.5246016Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T00:57:26.5246546Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T00:57:26.5247070Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T00:57:26.5247601Z * [new branch] gh/yifuwang/182/base -> origin/gh/yifuwang/182/base 2025-01-24T00:57:26.5248131Z * [new branch] gh/yifuwang/182/head -> origin/gh/yifuwang/182/head 2025-01-24T00:57:26.5248664Z * [new branch] gh/yifuwang/182/orig -> origin/gh/yifuwang/182/orig 2025-01-24T00:57:26.5249177Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T00:57:26.5249712Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T00:57:26.5250239Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T00:57:26.5250875Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T00:57:26.5251409Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T00:57:26.5251941Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T00:57:26.5252473Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T00:57:26.5253007Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T00:57:26.5253534Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T00:57:26.5254063Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T00:57:26.5254588Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T00:57:26.5255123Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T00:57:26.5255652Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T00:57:26.5256176Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T00:57:26.5256707Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T00:57:26.5257234Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T00:57:26.5257761Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T00:57:26.5258299Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T00:57:26.5258834Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T00:57:26.5259366Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T00:57:26.5259895Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T00:57:26.5260424Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T00:57:26.5260950Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T00:57:26.5261477Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T00:57:26.5730161Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T00:57:26.5730888Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T00:57:26.5731431Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T00:57:26.5731964Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T00:57:26.5732490Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T00:57:26.5733019Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T00:57:26.5733563Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T00:57:26.5734096Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T00:57:26.5734621Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T00:57:26.5735146Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T00:57:26.5735674Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T00:57:26.5736198Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T00:57:26.5736723Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T00:57:26.5737365Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T00:57:26.5737890Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T00:57:26.5738398Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T00:57:26.5738893Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T00:57:26.5739402Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T00:57:26.5739922Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T00:57:26.5740423Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T00:57:26.5740930Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T00:57:26.5741432Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T00:57:26.5741932Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T00:57:26.5742441Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T00:57:26.5742949Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T00:57:26.5743451Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T00:57:26.5743950Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T00:57:26.5744463Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T00:57:26.5744973Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T00:57:26.5745475Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T00:57:26.5745985Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T00:57:26.5746496Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T00:57:26.5746999Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T00:57:26.5747506Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T00:57:26.5748013Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T00:57:26.5748604Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T00:57:26.5749123Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T00:57:26.5749636Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T00:57:26.5750153Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T00:57:26.5750654Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T00:57:26.5751167Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T00:57:26.5751681Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T00:57:26.5752181Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T00:57:26.5752693Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T00:57:26.5753204Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T00:57:26.5753713Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T00:57:26.8173509Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T00:57:26.8174224Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T00:57:26.8175025Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T00:57:26.8175667Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T00:57:26.8176243Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T00:57:26.8176812Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T00:57:26.8177388Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T00:57:26.8178163Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T00:57:26.8178817Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T00:57:26.8179509Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T00:57:26.8180128Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T00:57:26.8180742Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T00:57:26.8181431Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T00:57:26.8182076Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T00:57:26.8182688Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T00:57:26.8183378Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T00:57:26.8184355Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T00:57:26.8184939Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T00:57:26.8185454Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T00:57:26.8185995Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T00:57:26.8186505Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T00:57:26.8187003Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T00:57:26.8187514Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T00:57:26.8188014Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T00:57:26.8190428Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T00:57:26.8190946Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T00:57:26.8191464Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T00:57:26.8191985Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T00:57:26.8192504Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T00:57:26.8193016Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T00:57:26.8193527Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T00:57:26.8194025Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T00:57:26.8194529Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T00:57:26.8196713Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T00:57:26.8197225Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T00:57:26.8197718Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T00:57:26.8198226Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T00:57:26.8198953Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T00:57:26.8199448Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T00:57:26.8199967Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T00:57:26.8200485Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T00:57:26.8202641Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T00:57:26.8203164Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T00:57:26.8203671Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T00:57:26.8204174Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T00:57:26.8204768Z * [new branch] google-main -> origin/google-main 2025-01-24T00:57:26.8205349Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T00:57:26.8700621Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T00:57:26.8701220Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T00:57:26.8701779Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T00:57:26.8702326Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T00:57:26.8702812Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T00:57:26.8703270Z * [new branch] guard_system -> origin/guard_system 2025-01-24T00:57:26.8703746Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T00:57:26.8704410Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T00:57:26.8705126Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T00:57:26.8705681Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T00:57:26.8706181Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T00:57:26.8706670Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T00:57:26.8707378Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T00:57:26.8707897Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T00:57:26.8708428Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T00:57:26.8710678Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T00:57:26.8711182Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T00:57:26.8711810Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T00:57:26.8712462Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T00:57:26.8721333Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T00:57:26.8722101Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T00:57:26.8722632Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T00:57:26.8723107Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T00:57:26.8723618Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T00:57:26.8724226Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T00:57:26.8726646Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T00:57:26.8727195Z * [new branch] inline -> origin/inline 2025-01-24T00:57:26.8727628Z * [new branch] inlining -> origin/inlining 2025-01-24T00:57:26.8728110Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T00:57:26.8728592Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T00:57:26.8729073Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T00:57:26.8729557Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T00:57:26.8730021Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T00:57:26.8730489Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T00:57:26.8732167Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T00:57:26.8732643Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T00:57:26.8733111Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T00:57:26.8733691Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T00:57:26.8734341Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T00:57:26.8734889Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T00:57:26.8735402Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T00:57:26.8735967Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T00:57:26.8736650Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T00:57:26.8737373Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T00:57:26.8737990Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T00:57:26.8738627Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T00:57:26.8739296Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T00:57:26.9286092Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T00:57:26.9286719Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T00:57:26.9287287Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T00:57:26.9287848Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T00:57:26.9288454Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T00:57:26.9288991Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T00:57:26.9289502Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T00:57:26.9290079Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T00:57:26.9290605Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T00:57:26.9291082Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T00:57:26.9291789Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T00:57:26.9292616Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T00:57:26.9293415Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T00:57:26.9293995Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T00:57:26.9294518Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T00:57:26.9295057Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T00:57:26.9295581Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T00:57:26.9296164Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T00:57:26.9296777Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T00:57:26.9297310Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T00:57:26.9297909Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T00:57:26.9298609Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T00:57:26.9299294Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T00:57:26.9299866Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T00:57:26.9300324Z * [new branch] main -> origin/main 2025-01-24T00:57:26.9300885Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T00:57:26.9301478Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T00:57:26.9302048Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-01-24T00:57:26.9302621Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T00:57:26.9303133Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T00:57:26.9303627Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T00:57:26.9304128Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T00:57:26.9304622Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T00:57:26.9305112Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T00:57:26.9305709Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T00:57:26.9306224Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T00:57:26.9306725Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T00:57:26.9307216Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T00:57:26.9307791Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T00:57:26.9308372Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T00:57:26.9308859Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T00:57:26.9309358Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T00:57:26.9309849Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T00:57:26.9310334Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T00:57:26.9310833Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T00:57:26.9311321Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T00:57:26.9731350Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T00:57:26.9732068Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T00:57:26.9732578Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T00:57:26.9733319Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T00:57:26.9734103Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T00:57:26.9734746Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T00:57:26.9735409Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T00:57:26.9736170Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T00:57:26.9736904Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T00:57:26.9737484Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T00:57:26.9738058Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T00:57:26.9738721Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T00:57:26.9739343Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T00:57:26.9739992Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T00:57:26.9740634Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T00:57:26.9741282Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T00:57:26.9741993Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T00:57:26.9742753Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T00:57:26.9743425Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T00:57:26.9744178Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T00:57:26.9744866Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T00:57:26.9745409Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T00:57:26.9746009Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T00:57:26.9746551Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T00:57:26.9747072Z * [new branch] mkl -> origin/mkl 2025-01-24T00:57:26.9747542Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T00:57:26.9748052Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T00:57:26.9748564Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T00:57:26.9749123Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T00:57:26.9749699Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T00:57:26.9750251Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T00:57:26.9750777Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T00:57:26.9751287Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T00:57:26.9751834Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T00:57:26.9752412Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T00:57:26.9753019Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T00:57:26.9753597Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T00:57:26.9754214Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T00:57:26.9754751Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T00:57:26.9755279Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T00:57:26.9755777Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T00:57:26.9756279Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T00:57:26.9756767Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T00:57:26.9757248Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T00:57:26.9757744Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T00:57:27.0243933Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T00:57:27.0244569Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T00:57:27.0245128Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T00:57:27.0245647Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T00:57:27.0246132Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T00:57:27.0246653Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T00:57:27.0247286Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T00:57:27.0247890Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T00:57:27.0248411Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T00:57:27.0248921Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T00:57:27.0249457Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T00:57:27.0250040Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T00:57:27.0250770Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T00:57:27.0251332Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T00:57:27.0251856Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T00:57:27.0252330Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T00:57:27.0252828Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T00:57:27.0253316Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T00:57:27.0253807Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T00:57:27.0254289Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T00:57:27.0254821Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T00:57:27.0255416Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T00:57:27.0255974Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T00:57:27.0256499Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T00:57:27.0257004Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T00:57:27.0257602Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T00:57:27.0258124Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T00:57:27.0258627Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T00:57:27.0259102Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T00:57:27.0259636Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T00:57:27.0260189Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T00:57:27.0260736Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T00:57:27.0261271Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T00:57:27.0261815Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T00:57:27.0262402Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T00:57:27.0262947Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T00:57:27.0263429Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T00:57:27.0263894Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T00:57:27.0264355Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T00:57:27.0264844Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T00:57:27.0265350Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T00:57:27.0265876Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T00:57:27.0266416Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T00:57:27.0267031Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T00:57:27.0267673Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T00:57:27.0268297Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T00:57:27.0268915Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T00:57:27.0750588Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T00:57:27.0751259Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T00:57:27.0751774Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T00:57:27.0752336Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T00:57:27.0752860Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T00:57:27.0753377Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T00:57:27.0753883Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T00:57:27.0754347Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T00:57:27.0755019Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T00:57:27.0755641Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T00:57:27.0756210Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T00:57:27.0756739Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T00:57:27.0757254Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T00:57:27.0757866Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T00:57:27.0758363Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T00:57:27.0758888Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T00:57:27.0759407Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T00:57:27.0759932Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T00:57:27.0760452Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T00:57:27.0760958Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T00:57:27.0761438Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T00:57:27.0761925Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T00:57:27.0762427Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T00:57:27.0762937Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T00:57:27.0763431Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T00:57:27.0764044Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T00:57:27.0764773Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T00:57:27.0765283Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T00:57:27.0765761Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T00:57:27.0766287Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T00:57:27.0766893Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T00:57:27.0767497Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T00:57:27.0768034Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T00:57:27.0768547Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T00:57:27.0769045Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T00:57:27.0769625Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T00:57:27.0770148Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T00:57:27.0770698Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T00:57:27.0771247Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T00:57:27.0771806Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T00:57:27.0772339Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T00:57:27.0772894Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T00:57:27.0773454Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T00:57:27.0774005Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T00:57:27.0774539Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T00:57:27.0775038Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T00:57:27.0775536Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T00:57:27.0776030Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T00:57:27.1283282Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T00:57:27.1283833Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T00:57:27.1284361Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T00:57:27.1284986Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T00:57:27.1285485Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T00:57:27.1285961Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T00:57:27.1286426Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T00:57:27.1286938Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T00:57:27.1287449Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T00:57:27.1287965Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T00:57:27.1288498Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T00:57:27.1289027Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T00:57:27.1289547Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T00:57:27.1290078Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T00:57:27.1290612Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T00:57:27.1291126Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T00:57:27.1291639Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T00:57:27.1292147Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T00:57:27.1292643Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T00:57:27.1293198Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T00:57:27.1293789Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T00:57:27.1294372Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T00:57:27.1295087Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T00:57:27.1295627Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T00:57:27.1296159Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T00:57:27.1296642Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T00:57:27.1297144Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T00:57:27.1297666Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T00:57:27.1298142Z * [new branch] new_branch -> origin/new_branch 2025-01-24T00:57:27.1298604Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T00:57:27.1299072Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T00:57:27.1299597Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T00:57:27.1300129Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T00:57:27.1300645Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T00:57:27.1301198Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T00:57:27.1301842Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T00:57:27.1302343Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T00:57:27.1302817Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T00:57:27.1303269Z * [new branch] nightly -> origin/nightly 2025-01-24T00:57:27.1303791Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T00:57:27.1304395Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T00:57:27.1304906Z * [new branch] offline -> origin/offline 2025-01-24T00:57:27.1305349Z * [new branch] on_completion -> origin/on_completion 2025-01-24T00:57:27.1305840Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T00:57:27.1306349Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T00:57:27.1306837Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T00:57:27.1307336Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T00:57:27.1307835Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T00:57:27.1754672Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T00:57:27.1755193Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T00:57:27.1755686Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T00:57:27.1756251Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T00:57:27.1756815Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T00:57:27.1757319Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T00:57:27.1757807Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T00:57:27.1758296Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T00:57:27.1758778Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T00:57:27.1759265Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T00:57:27.1759939Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T00:57:27.1760481Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T00:57:27.1760978Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T00:57:27.1761467Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T00:57:27.1762000Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T00:57:27.1762528Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T00:57:27.1763049Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T00:57:27.1763514Z * [new branch] pca2 -> origin/pca2 2025-01-24T00:57:27.1764004Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T00:57:27.1764662Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T00:57:27.1765303Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T00:57:27.1765955Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T00:57:27.1766535Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T00:57:27.1767212Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T00:57:27.1767899Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T00:57:27.1768611Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T00:57:27.1769192Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T00:57:27.1769811Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T00:57:27.1770451Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T00:57:27.1771066Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T00:57:27.1771668Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T00:57:27.1772256Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T00:57:27.1772791Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T00:57:27.1773266Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T00:57:27.1773871Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T00:57:27.1774480Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T00:57:27.1774965Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T00:57:27.1775439Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T00:57:27.1775953Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T00:57:27.1776482Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T00:57:27.1777013Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T00:57:27.1777536Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T00:57:27.1778093Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T00:57:27.1778675Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T00:57:27.1779427Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T00:57:27.1780165Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T00:57:27.2229736Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T00:57:27.2230302Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T00:57:27.2230782Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T00:57:27.2231256Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T00:57:27.2231713Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T00:57:27.2232158Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T00:57:27.2232611Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T00:57:27.2233071Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T00:57:27.2233534Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T00:57:27.2233974Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T00:57:27.2234428Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T00:57:27.2234879Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T00:57:27.2236025Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T00:57:27.2236480Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T00:57:27.2236927Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T00:57:27.2237367Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T00:57:27.2237817Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T00:57:27.2238277Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T00:57:27.2238751Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T00:57:27.2239188Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T00:57:27.2239647Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T00:57:27.2240113Z * [new branch] release_notes -> origin/release_notes 2025-01-24T00:57:27.2240626Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T00:57:27.2241162Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T00:57:27.2241659Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T00:57:27.2242142Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T00:57:27.2242635Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T00:57:27.2243118Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T00:57:27.2243606Z * [new branch] request_english -> origin/request_english 2025-01-24T00:57:27.2244087Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T00:57:27.2244948Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-01-24T00:57:27.2245692Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T00:57:27.2246353Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T00:57:27.2247273Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T00:57:27.2248287Z * [new branch] revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ -> origin/revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ 2025-01-24T00:57:27.2249167Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T00:57:27.2249768Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T00:57:27.2250303Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T00:57:27.2250906Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T00:57:27.2251591Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T00:57:27.2252182Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T00:57:27.2252698Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T00:57:27.2253245Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T00:57:27.2253792Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T00:57:27.2254338Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T00:57:27.2254877Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T00:57:27.2255522Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T00:57:27.2713801Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T00:57:27.2714629Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T00:57:27.2715182Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T00:57:27.2715709Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T00:57:27.2716210Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T00:57:27.2716662Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T00:57:27.2717087Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T00:57:27.2717545Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T00:57:27.2718055Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T00:57:27.2718535Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T00:57:27.2719007Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T00:57:27.2719496Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T00:57:27.2719989Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T00:57:27.2720477Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T00:57:27.2721242Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T00:57:27.2722221Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T00:57:27.2722921Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T00:57:27.2723396Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T00:57:27.2723842Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T00:57:27.2724290Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T00:57:27.2724800Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T00:57:27.2725466Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T00:57:27.2726031Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T00:57:27.2726547Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T00:57:27.2727065Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T00:57:27.2727584Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T00:57:27.2728072Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T00:57:27.2728603Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T00:57:27.2729144Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T00:57:27.2729639Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T00:57:27.2730280Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T00:57:27.2730930Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T00:57:27.2731418Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T00:57:27.2731861Z * [new branch] serialize -> origin/serialize 2025-01-24T00:57:27.2732431Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T00:57:27.2732963Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T00:57:27.2733495Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T00:57:27.2734134Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T00:57:27.2734853Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T00:57:27.2735586Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T00:57:27.2736251Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T00:57:27.2736879Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T00:57:27.2737520Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T00:57:27.2738159Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T00:57:27.2738807Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T00:57:27.2739504Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T00:57:27.3140685Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T00:57:27.3141494Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T00:57:27.3142288Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T00:57:27.3142979Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T00:57:27.3143534Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T00:57:27.3144051Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T00:57:27.3144578Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T00:57:27.3145370Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T00:57:27.3147041Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T00:57:27.3147920Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T00:57:27.3148772Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T00:57:27.3149654Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T00:57:27.3150396Z * [new branch] shunting-multi-kernel -> origin/shunting-multi-kernel 2025-01-24T00:57:27.3150976Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T00:57:27.3151565Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T00:57:27.3152172Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T00:57:27.3152813Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T00:57:27.3153448Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T00:57:27.3154093Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T00:57:27.3154757Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T00:57:27.3155611Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T00:57:27.3156419Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T00:57:27.3157147Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T00:57:27.3157734Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T00:57:27.3158277Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T00:57:27.3158811Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T00:57:27.3159364Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T00:57:27.3159895Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T00:57:27.3160457Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T00:57:27.3161009Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T00:57:27.3161493Z * [new branch] standalone -> origin/standalone 2025-01-24T00:57:27.3162045Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T00:57:27.3162578Z * [new branch] super -> origin/super 2025-01-24T00:57:27.3163084Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T00:57:27.3163633Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T00:57:27.3164132Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T00:57:27.3164715Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T00:57:27.3165245Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T00:57:27.3165816Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T00:57:27.3166351Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T00:57:27.3166890Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T00:57:27.3167511Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T00:57:27.3168201Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T00:57:27.3168686Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T00:57:27.4493879Z * [new branch] test_od -> origin/test_od 2025-01-24T00:57:27.4494430Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T00:57:27.4495012Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T00:57:27.4495551Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T00:57:27.4496138Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T00:57:27.4496677Z * [new branch] torch_export -> origin/torch_export 2025-01-24T00:57:27.4497159Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T00:57:27.4497701Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T00:57:27.4498192Z * [new branch] torch_np -> origin/torch_np 2025-01-24T00:57:27.4498707Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T00:57:27.4499280Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T00:57:27.4500036Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T00:57:27.4500584Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T00:57:27.4501091Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T00:57:27.4501646Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T00:57:27.4502184Z * [new branch] triton-update -> origin/triton-update 2025-01-24T00:57:27.4502670Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T00:57:27.4503155Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T00:57:27.4503685Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T00:57:27.4504199Z * [new branch] type_check -> origin/type_check 2025-01-24T00:57:27.4504650Z * [new branch] type_dec -> origin/type_dec 2025-01-24T00:57:27.4505306Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T00:57:27.4506234Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T00:57:27.4507201Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T00:57:27.4508163Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T00:57:27.4509110Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T00:57:27.4510000Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T00:57:27.4510838Z * [new branch] update-vision-commit-hash/5663141514-644-1 -> origin/update-vision-commit-hash/5663141514-644-1 2025-01-24T00:57:27.4511672Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T00:57:27.4512490Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T00:57:27.4513457Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T00:57:27.4514295Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T00:57:27.4515129Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T00:57:27.4515962Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T00:57:27.4516798Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T00:57:27.4517641Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T00:57:27.4518466Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T00:57:27.4519298Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T00:57:27.4520137Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T00:57:27.4863641Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T00:57:27.4864729Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T00:57:27.4865571Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T00:57:27.4866411Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T00:57:27.4867260Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T00:57:27.4868088Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T00:57:27.4868930Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T00:57:27.4869763Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T00:57:27.4870591Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T00:57:27.4871407Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T00:57:27.4872235Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T00:57:27.4873063Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T00:57:27.4873889Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T00:57:27.4874717Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T00:57:27.4875556Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T00:57:27.4876387Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T00:57:27.4877207Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T00:57:27.4878145Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T00:57:27.4878986Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T00:57:27.4879817Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T00:57:27.4880654Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T00:57:27.4881497Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T00:57:27.4882337Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T00:57:27.4883160Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T00:57:27.4883993Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T00:57:27.4884914Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T00:57:27.4885754Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T00:57:27.4886661Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T00:57:27.4887494Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T00:57:27.4888334Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T00:57:27.4889180Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T00:57:27.4890003Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T00:57:27.5237694Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T00:57:27.5238586Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T00:57:27.5239459Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T00:57:27.5240292Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T00:57:27.5241134Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T00:57:27.5241990Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T00:57:27.5242811Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T00:57:27.5243646Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T00:57:27.5244509Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T00:57:27.5245412Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T00:57:27.5246241Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T00:57:27.5247075Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T00:57:27.5248063Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T00:57:27.5248912Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T00:57:27.5249741Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T00:57:27.5250499Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T00:57:27.5251284Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T00:57:27.5252029Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T00:57:27.5252781Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T00:57:27.5253549Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T00:57:27.5254291Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T00:57:27.5255047Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T00:57:27.5255908Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T00:57:27.5256667Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T00:57:27.5257410Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T00:57:27.5258171Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T00:57:27.5258942Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T00:57:27.5259685Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T00:57:27.5260437Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T00:57:27.5261188Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T00:57:27.5261939Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T00:57:27.5262689Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T00:57:27.5263441Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T00:57:27.5264215Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T00:57:27.5264843Z * [new branch] update_pin -> origin/update_pin 2025-01-24T00:57:27.5715696Z * [new branch] update_rocm_yml_labels -> origin/update_rocm_yml_labels 2025-01-24T00:57:27.5716508Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T00:57:27.5717117Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T00:57:27.5717703Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T00:57:27.5718292Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T00:57:27.5718865Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T00:57:27.5719630Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T00:57:27.5720244Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T00:57:27.5720805Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T00:57:27.5721442Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T00:57:27.5722068Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T00:57:27.5722539Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T00:57:27.5722971Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T00:57:27.5723400Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T00:57:27.5723835Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T00:57:27.5724252Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T00:57:27.5724761Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T00:57:27.5725187Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T00:57:27.5725625Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T00:57:27.5726222Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T00:57:27.5726733Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T00:57:27.5727227Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T00:57:27.5727711Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T00:57:27.5728271Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T00:57:27.5728811Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T00:57:27.5729273Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T00:57:27.5729851Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T00:57:27.5730334Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T00:57:27.5730813Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T00:57:27.5731330Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T00:57:27.5731839Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T00:57:27.5732361Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T00:57:27.5732916Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T00:57:27.5733435Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T00:57:27.5733892Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T00:57:27.5734363Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T00:57:27.5734816Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T00:57:27.5735276Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T00:57:27.5735737Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T00:57:27.5736193Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T00:57:27.5736709Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T00:57:27.5737226Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T00:57:27.5737864Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T00:57:27.5738440Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T00:57:27.5738966Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T00:57:27.5739454Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T00:57:27.5740003Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T00:57:27.5740568Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T00:57:27.6189812Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T00:57:27.6190418Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T00:57:27.6191004Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T00:57:27.6191540Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T00:57:27.6192009Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T00:57:27.6192483Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T00:57:27.6192950Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T00:57:27.6193611Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T00:57:27.6194109Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T00:57:27.6194593Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T00:57:27.6195048Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T00:57:27.6195665Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T00:57:27.6196328Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T00:57:27.6196970Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T00:57:27.6197470Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T00:57:27.6197968Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T00:57:27.6198449Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T00:57:27.6198912Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T00:57:27.6199406Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T00:57:27.6199897Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T00:57:27.6200389Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T00:57:27.6200937Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T00:57:27.6201531Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T00:57:27.6202080Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T00:57:27.6202589Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T00:57:27.6203139Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T00:57:27.6203674Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T00:57:27.6204187Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T00:57:27.6204794Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T00:57:27.6205423Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T00:57:27.6205926Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T00:57:27.6206420Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T00:57:27.6206914Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T00:57:27.6207407Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T00:57:27.6207919Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T00:57:27.6208507Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T00:57:27.6209179Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T00:57:27.6209872Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T00:57:27.6210529Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T00:57:27.6211162Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T00:57:27.6211840Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T00:57:27.6212608Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T00:57:27.6213334Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T00:57:27.6214124Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T00:57:27.6214774Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T00:57:27.6215398Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T00:57:27.6654969Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T00:57:27.6655688Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T00:57:27.6656461Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T00:57:27.6657195Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T00:57:27.6657776Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T00:57:27.6658379Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T00:57:27.6659015Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T00:57:27.6659645Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T00:57:27.6660261Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T00:57:27.6660819Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T00:57:27.6661340Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T00:57:27.6661877Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T00:57:27.6662424Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T00:57:27.6662987Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T00:57:27.6663499Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T00:57:27.6664002Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T00:57:27.6664664Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T00:57:27.6665297Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T00:57:27.6665911Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T00:57:27.6666423Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T00:57:27.6666966Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T00:57:27.6667520Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T00:57:27.6668096Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T00:57:27.6668745Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T00:57:27.6669338Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T00:57:27.6669922Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T00:57:27.6670526Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T00:57:27.6671109Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T00:57:27.6671704Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T00:57:27.6672387Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T00:57:27.6673006Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T00:57:27.6673637Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T00:57:27.6674201Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T00:57:27.6674744Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T00:57:27.6675327Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T00:57:27.6675865Z * [new branch] zb2p -> origin/zb2p 2025-01-24T00:57:27.6676363Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T00:57:27.6676900Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T00:57:27.6677401Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T00:57:27.6677954Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T00:57:27.6678515Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T00:57:27.6679044Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T00:57:27.6679550Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T00:57:27.6680067Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T00:57:27.6680585Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T00:57:27.6681105Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T00:57:27.6681632Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T00:57:27.7044123Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T00:57:27.7044787Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T00:57:27.7045327Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T00:57:27.7045866Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T00:57:27.7046477Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T00:57:27.7047226Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T00:57:27.7047749Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T00:57:27.7048287Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T00:57:27.7048790Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T00:57:27.7049282Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T00:57:27.7049801Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T00:57:27.7050621Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T00:57:27.7051374Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T00:57:27.7051809Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T00:57:27.7052288Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T00:57:27.7052704Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T00:57:27.7053186Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T00:57:27.7053770Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T00:57:27.7054239Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T00:57:27.7054694Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T00:57:27.7055165Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T00:57:27.7055637Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T00:57:27.7056093Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T00:57:27.7056553Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T00:57:27.7057007Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T00:57:27.7057470Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T00:57:27.7057919Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T00:57:27.7058380Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T00:57:27.7058894Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T00:57:27.7059404Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T00:57:27.7059865Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T00:57:27.7060325Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T00:57:27.7060779Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T00:57:27.7061272Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T00:57:27.7061818Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T00:57:27.7062383Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T00:57:27.7062895Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T00:57:27.7063410Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T00:57:27.7063942Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T00:57:27.7064448Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T00:57:27.7065119Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T00:57:27.7065696Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T00:57:27.7066206Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T00:57:27.7066680Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T00:57:27.7067102Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T00:57:27.7067514Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T00:57:27.7067987Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T00:57:27.7385936Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T00:57:27.7386671Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T00:57:27.7387476Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T00:57:27.7388304Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T00:57:27.7388986Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T00:57:27.7389732Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T00:57:27.7390330Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T00:57:27.7390931Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T00:57:27.7391511Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T00:57:27.7392028Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T00:57:27.7392536Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T00:57:27.7393103Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T00:57:27.7393670Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T00:57:27.7394170Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T00:57:27.7394699Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T00:57:27.7395213Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T00:57:27.7395688Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T00:57:27.7396155Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T00:57:27.7396625Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T00:57:27.7397088Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T00:57:27.7397540Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T00:57:27.7397994Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T00:57:27.7398463Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T00:57:27.7398979Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T00:57:27.7399502Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T00:57:27.7399972Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T00:57:27.7400422Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T00:57:27.7400978Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T00:57:27.7401444Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T00:57:27.7401899Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T00:57:27.7402358Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T00:57:27.7402826Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T00:57:27.7403296Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T00:57:27.7403744Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T00:57:27.7404201Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T00:57:27.7404799Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T00:57:27.7405262Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T00:57:27.7405793Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T00:57:27.7406260Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T00:57:27.7406710Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T00:57:27.7407174Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T00:57:27.7407735Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T00:57:27.7408189Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T00:57:27.7408642Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T00:57:27.7409106Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T00:57:27.7409573Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T00:57:27.7410026Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T00:57:27.7740790Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T00:57:27.7741306Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T00:57:27.7741778Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T00:57:27.7742288Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T00:57:27.7742754Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T00:57:27.7743211Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T00:57:27.7743668Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T00:57:27.7744129Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T00:57:27.7744596Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T00:57:27.7745052Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T00:57:27.7745511Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T00:57:27.7745969Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T00:57:27.7746433Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T00:57:27.7746879Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T00:57:27.7747344Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T00:57:27.7747803Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T00:57:27.7748252Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T00:57:27.7748862Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T00:57:27.7749337Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T00:57:27.7749794Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T00:57:27.7750255Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T00:57:27.7750718Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T00:57:27.7751179Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T00:57:27.7751632Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T00:57:27.7752100Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T00:57:27.7752561Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T00:57:27.7753018Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T00:57:27.7753478Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T00:57:27.7753938Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T00:57:27.7754388Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T00:57:27.7754954Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T00:57:27.7755420Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T00:57:27.7755882Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T00:57:27.7756350Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T00:57:27.7756813Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T00:57:27.7757289Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T00:57:27.7757738Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T00:57:27.7758201Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T00:57:27.7758660Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T00:57:27.7759113Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T00:57:27.7759569Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T00:57:27.7760033Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T00:57:27.7760486Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T00:57:27.7760948Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T00:57:27.7761406Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T00:57:27.7761870Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T00:57:27.7762321Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T00:57:27.7762775Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T00:57:27.7763238Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T00:57:27.7763690Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T00:57:27.8092310Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T00:57:27.8092840Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T00:57:27.8093301Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T00:57:27.8093943Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T00:57:27.8094436Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T00:57:27.8094908Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T00:57:27.8095359Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T00:57:27.8095840Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T00:57:27.8096300Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T00:57:27.8096758Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T00:57:27.8097219Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T00:57:27.8097679Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T00:57:27.8098142Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T00:57:27.8098594Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T00:57:27.8099053Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T00:57:27.8099527Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T00:57:27.8101149Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T00:57:27.8101635Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T00:57:27.8102102Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T00:57:27.8102559Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T00:57:27.8103024Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T00:57:27.8103500Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T00:57:27.8103967Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T00:57:27.8104417Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T00:57:27.8104885Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T00:57:27.8105361Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T00:57:27.8105814Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T00:57:27.8106281Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T00:57:27.8106737Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T00:57:27.8107195Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T00:57:27.8107658Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T00:57:27.8108113Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T00:57:27.8108574Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T00:57:27.8109030Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T00:57:27.8109490Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T00:57:27.8109961Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T00:57:27.8110417Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T00:57:27.8110881Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T00:57:27.8111338Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T00:57:27.8111940Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T00:57:27.8112421Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T00:57:27.8112878Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T00:57:27.8113328Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T00:57:27.8113799Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T00:57:27.8114264Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T00:57:27.8114716Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T00:57:27.8115167Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T00:57:27.8115629Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T00:57:27.8116091Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T00:57:27.8475420Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T00:57:27.8476030Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T00:57:27.8476590Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T00:57:27.8477426Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T00:57:27.8477945Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T00:57:27.8478409Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T00:57:27.8478879Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T00:57:27.8479343Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T00:57:27.8479828Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T00:57:27.8480370Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T00:57:27.8480854Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T00:57:27.8481315Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T00:57:27.8481788Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T00:57:27.8482263Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T00:57:27.8482713Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T00:57:27.8483244Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T00:57:27.8483767Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T00:57:27.8484282Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T00:57:27.8484898Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T00:57:27.8485425Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T00:57:27.8485962Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T00:57:27.8486529Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T00:57:27.8487074Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T00:57:27.8487610Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T00:57:27.8488075Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T00:57:27.8488542Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T00:57:27.8489136Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T00:57:27.8489598Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T00:57:27.8490069Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T00:57:27.8490553Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T00:57:27.8491014Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T00:57:27.8491495Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T00:57:27.8491955Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T00:57:27.8492420Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T00:57:27.8492931Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T00:57:27.8493459Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T00:57:27.8493981Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T00:57:27.8494491Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T00:57:27.8495018Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T00:57:27.8495541Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T00:57:27.8496249Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T00:57:27.8496780Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T00:57:27.8497235Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T00:57:27.8497698Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T00:57:27.8498152Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T00:57:27.8498614Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T00:57:27.8499069Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T00:57:27.8499520Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T00:57:27.8499979Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T00:57:27.8500444Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T00:57:27.8830705Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T00:57:27.8831264Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T00:57:27.8831734Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T00:57:27.8832214Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T00:57:27.8832695Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T00:57:27.8833154Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T00:57:27.8833613Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T00:57:27.8834065Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T00:57:27.8834542Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T00:57:27.8835008Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T00:57:27.8835469Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T00:57:27.8835917Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T00:57:27.8836377Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T00:57:27.8837602Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T00:57:27.8838220Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T00:57:27.8838752Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T00:57:27.8839224Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T00:57:27.8839696Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T00:57:27.8840267Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T00:57:27.8840752Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T00:57:27.8841221Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T00:57:27.8841675Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T00:57:27.8842168Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T00:57:27.8842697Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T00:57:27.8843151Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T00:57:27.8843608Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T00:57:27.8844267Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T00:57:27.8844843Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T00:57:27.8845309Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T00:57:27.8845779Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T00:57:27.8846246Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T00:57:27.8846709Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T00:57:27.8847185Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T00:57:27.8847649Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T00:57:27.8848106Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T00:57:27.8848568Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T00:57:27.8849027Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T00:57:27.8849486Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T00:57:27.8849948Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T00:57:27.8850409Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T00:57:27.8850869Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T00:57:27.8851328Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T00:57:27.8851788Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T00:57:27.8852251Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T00:57:27.8852704Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T00:57:27.8853171Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T00:57:27.8853640Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T00:57:27.8854164Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T00:57:27.8854652Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T00:57:27.9182311Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T00:57:27.9182928Z * [new tag] ciflow/inductor/143808 -> ciflow/inductor/143808 2025-01-24T00:57:27.9183456Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T00:57:27.9184007Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T00:57:27.9184549Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T00:57:27.9185008Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T00:57:27.9185539Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T00:57:27.9186069Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T00:57:27.9186597Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T00:57:27.9187113Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T00:57:27.9187571Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T00:57:27.9188026Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T00:57:27.9188476Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T00:57:27.9189047Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T00:57:27.9189514Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T00:57:27.9189975Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T00:57:27.9190445Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T00:57:27.9190919Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T00:57:27.9191392Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T00:57:27.9191850Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T00:57:27.9192311Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T00:57:27.9192830Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T00:57:27.9193352Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T00:57:27.9193871Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T00:57:27.9194338Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T00:57:27.9194787Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T00:57:27.9195248Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T00:57:27.9195715Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T00:57:27.9196167Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T00:57:27.9196629Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T00:57:27.9197098Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T00:57:27.9197556Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T00:57:27.9198008Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T00:57:27.9198465Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T00:57:27.9198924Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T00:57:27.9199434Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T00:57:27.9200058Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T00:57:27.9200595Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T00:57:27.9201049Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T00:57:27.9201520Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T00:57:27.9201984Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T00:57:27.9202449Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T00:57:27.9202909Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T00:57:27.9203381Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T00:57:27.9203839Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T00:57:27.9204295Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T00:57:27.9204843Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T00:57:27.9205420Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T00:57:27.9205937Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T00:57:27.9525291Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T00:57:27.9525810Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T00:57:27.9526289Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T00:57:27.9526755Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T00:57:27.9527230Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T00:57:27.9527705Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T00:57:27.9528160Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T00:57:27.9528619Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T00:57:27.9529142Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T00:57:27.9529626Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T00:57:27.9530158Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T00:57:27.9530615Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T00:57:27.9531075Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T00:57:27.9531538Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T00:57:27.9531998Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T00:57:27.9532458Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T00:57:27.9532917Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T00:57:27.9533375Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T00:57:27.9533824Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T00:57:27.9534285Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T00:57:27.9534754Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T00:57:27.9535206Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T00:57:27.9535720Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T00:57:27.9536401Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T00:57:27.9536863Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T00:57:27.9537314Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T00:57:27.9537784Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T00:57:27.9538244Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T00:57:27.9538702Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T00:57:27.9539261Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T00:57:27.9539747Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T00:57:27.9540210Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T00:57:27.9540678Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T00:57:27.9541153Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T00:57:27.9541674Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T00:57:27.9542135Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T00:57:27.9542650Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T00:57:27.9543245Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T00:57:27.9543700Z * [new tag] ciflow/inductor/144910 -> ciflow/inductor/144910 2025-01-24T00:57:27.9544171Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T00:57:27.9544635Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T00:57:27.9545092Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T00:57:27.9545559Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T00:57:27.9546025Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T00:57:27.9546487Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T00:57:27.9546950Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T00:57:27.9547417Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T00:57:27.9547937Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T00:57:27.9548423Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T00:57:27.9548976Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T00:57:27.9881075Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T00:57:27.9881600Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T00:57:27.9882096Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T00:57:27.9882559Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T00:57:27.9883029Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T00:57:27.9883489Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T00:57:27.9883946Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T00:57:27.9884408Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T00:57:27.9884931Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T00:57:27.9885395Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T00:57:27.9886017Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T00:57:27.9886478Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T00:57:27.9886942Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T00:57:27.9887402Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T00:57:27.9887869Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T00:57:27.9888323Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T00:57:27.9888786Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T00:57:27.9889252Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T00:57:27.9889703Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T00:57:27.9890168Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T00:57:27.9890624Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T00:57:27.9891074Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T00:57:27.9891536Z * [new tag] ciflow/inductor/145204 -> ciflow/inductor/145204 2025-01-24T00:57:27.9892112Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T00:57:27.9892567Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T00:57:27.9893032Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T00:57:27.9893497Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T00:57:27.9902011Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T00:57:27.9902513Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T00:57:27.9902987Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T00:57:27.9903455Z * [new tag] ciflow/inductor/145311 -> ciflow/inductor/145311 2025-01-24T00:57:27.9903907Z * [new tag] ciflow/inductor/145318 -> ciflow/inductor/145318 2025-01-24T00:57:27.9904383Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T00:57:27.9904840Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T00:57:27.9905294Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T00:57:27.9905879Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T00:57:27.9906347Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T00:57:27.9906895Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T00:57:27.9907414Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T00:57:27.9907878Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T00:57:27.9908358Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T00:57:27.9908826Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T00:57:27.9909306Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T00:57:27.9909774Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T00:57:27.9910233Z * [new tag] ciflow/inductor/145421 -> ciflow/inductor/145421 2025-01-24T00:57:27.9910705Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T00:57:27.9911338Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T00:57:27.9911806Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T00:57:27.9912278Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T00:57:28.0237093Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T00:57:28.0237676Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T00:57:28.0238196Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T00:57:28.0238717Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T00:57:28.0239244Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T00:57:28.0239706Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T00:57:28.0240184Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T00:57:28.0240645Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T00:57:28.0241114Z * [new tag] ciflow/inductor/145506 -> ciflow/inductor/145506 2025-01-24T00:57:28.0241563Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T00:57:28.0242181Z * [new tag] ciflow/inductor/145513 -> ciflow/inductor/145513 2025-01-24T00:57:28.0242646Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T00:57:28.0243190Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T00:57:28.0243656Z * [new tag] ciflow/inductor/145519 -> ciflow/inductor/145519 2025-01-24T00:57:28.0244113Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T00:57:28.0244574Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T00:57:28.0245156Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T00:57:28.0245691Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T00:57:28.0246205Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T00:57:28.0246676Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T00:57:28.0247145Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T00:57:28.0247618Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T00:57:28.0248068Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T00:57:28.0248541Z * [new tag] ciflow/inductor/145545 -> ciflow/inductor/145545 2025-01-24T00:57:28.0249020Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T00:57:28.0249470Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T00:57:28.0249939Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T00:57:28.0250399Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T00:57:28.0250865Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T00:57:28.0251313Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T00:57:28.0251841Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T00:57:28.0252359Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T00:57:28.0252873Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T00:57:28.0253458Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T00:57:28.0253929Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T00:57:28.0254389Z * [new tag] ciflow/inductor/145569 -> ciflow/inductor/145569 2025-01-24T00:57:28.0254870Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T00:57:28.0255365Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T00:57:28.0255843Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T00:57:28.0256305Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T00:57:28.0256769Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T00:57:28.0257245Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T00:57:28.0257746Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T00:57:28.0258323Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T00:57:28.0258897Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T00:57:28.0259558Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T00:57:28.0260318Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T00:57:28.0260834Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T00:57:28.0261358Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T00:57:28.0583464Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T00:57:28.0584035Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T00:57:28.0584590Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T00:57:28.0586401Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T00:57:28.0586952Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T00:57:28.0587448Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T00:57:28.0587966Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T00:57:28.0588459Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T00:57:28.0588960Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T00:57:28.0589459Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T00:57:28.0589959Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T00:57:28.0590470Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T00:57:28.0592133Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T00:57:28.0592749Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T00:57:28.0593249Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T00:57:28.0593766Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T00:57:28.0594357Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T00:57:28.0594858Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T00:57:28.0595363Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T00:57:28.0596025Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T00:57:28.0596450Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T00:57:28.0598093Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T00:57:28.0598512Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T00:57:28.0598923Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T00:57:28.0599351Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T00:57:28.0599771Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T00:57:28.0600192Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T00:57:28.0600600Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T00:57:28.0601019Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T00:57:28.0601441Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T00:57:28.0601852Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T00:57:28.0602270Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T00:57:28.0603952Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T00:57:28.0604491Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T00:57:28.0604988Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T00:57:28.0605410Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T00:57:28.0605835Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T00:57:28.0606251Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T00:57:28.0606675Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T00:57:28.0607101Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T00:57:28.0607513Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T00:57:28.0608038Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T00:57:28.0609669Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T00:57:28.0610096Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T00:57:28.0610526Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T00:57:28.0610955Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T00:57:28.0611402Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T00:57:28.0611892Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T00:57:28.0612382Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T00:57:28.0612857Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T00:57:28.0950510Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T00:57:28.0951025Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T00:57:28.0951530Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T00:57:28.0952005Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T00:57:28.0952465Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T00:57:28.0952937Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T00:57:28.0953462Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T00:57:28.0954107Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T00:57:28.0954579Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T00:57:28.0955055Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T00:57:28.0955514Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T00:57:28.0955986Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T00:57:28.0956455Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T00:57:28.0956911Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T00:57:28.0957386Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T00:57:28.0957852Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T00:57:28.0958328Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T00:57:28.0958790Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T00:57:28.0959258Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T00:57:28.0959725Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T00:57:28.0960298Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T00:57:28.0960780Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T00:57:28.0961253Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T00:57:28.0963052Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T00:57:28.0963559Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T00:57:28.0964113Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T00:57:28.0964670Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T00:57:28.0965295Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T00:57:28.0965831Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T00:57:28.0966401Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T00:57:28.0966954Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T00:57:28.0967422Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T00:57:28.0969048Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T00:57:28.0969497Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T00:57:28.0969931Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T00:57:28.0970351Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T00:57:28.0970785Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T00:57:28.0971210Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T00:57:28.0971635Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T00:57:28.0972057Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T00:57:28.0972478Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T00:57:28.0973001Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T00:57:28.0973443Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T00:57:28.0975215Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T00:57:28.0975641Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T00:57:28.0976074Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T00:57:28.0976505Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T00:57:28.0976934Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T00:57:28.0977352Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T00:57:28.2321859Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T00:57:28.2322371Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T00:57:28.2322795Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T00:57:28.2323282Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T00:57:28.2323709Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T00:57:28.2324134Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T00:57:28.2324650Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T00:57:28.2325200Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T00:57:28.2325844Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T00:57:28.2326269Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T00:57:28.2327922Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T00:57:28.2328356Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T00:57:28.2328771Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T00:57:28.2329211Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T00:57:28.2329636Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T00:57:28.2330048Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T00:57:28.2330552Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T00:57:28.2331036Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T00:57:28.2331463Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T00:57:28.2331885Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T00:57:28.2332320Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T00:57:28.2334286Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T00:57:28.2335059Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T00:57:28.2335505Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T00:57:28.2335926Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T00:57:28.2336345Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T00:57:28.2336779Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T00:57:28.2337273Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T00:57:28.2337699Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T00:57:28.2338127Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T00:57:28.2338559Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T00:57:28.2339154Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T00:57:28.2339582Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T00:57:28.2340014Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T00:57:28.2340443Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T00:57:28.2341181Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T00:57:28.2341916Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T00:57:28.2342451Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T00:57:28.2342889Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T00:57:28.2344079Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T00:57:28.2345297Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T00:57:28.2346160Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T00:57:28.2346920Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T00:57:28.2347484Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T00:57:28.2347925Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T00:57:28.2348363Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T00:57:28.2348800Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T00:57:28.2349227Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T00:57:28.2349658Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T00:57:28.2686807Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T00:57:28.2687371Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T00:57:28.2687876Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T00:57:28.2688383Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T00:57:28.2688812Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T00:57:28.2689241Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T00:57:28.2689672Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T00:57:28.2690114Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T00:57:28.2690572Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T00:57:28.2690998Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T00:57:28.2691414Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T00:57:28.2691842Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T00:57:28.2692270Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T00:57:28.2692692Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T00:57:28.2693127Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T00:57:28.2693615Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T00:57:28.2694108Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T00:57:28.2694586Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T00:57:28.2695186Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T00:57:28.2695621Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T00:57:28.2696051Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T00:57:28.2696492Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T00:57:28.2696945Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T00:57:28.2697363Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T00:57:28.2697787Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T00:57:28.2698216Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T00:57:28.2698644Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T00:57:28.2699073Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T00:57:28.2699564Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T00:57:28.2700043Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T00:57:28.2700520Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T00:57:28.2701073Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T00:57:28.2701503Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T00:57:28.2701927Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T00:57:28.2702363Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T00:57:28.2702801Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T00:57:28.2703230Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T00:57:28.2703657Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T00:57:28.2704089Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T00:57:28.2704519Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T00:57:28.2704939Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T00:57:28.2705381Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T00:57:28.2705872Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T00:57:28.2706351Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T00:57:28.2706843Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T00:57:28.2707275Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T00:57:28.2707708Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T00:57:28.2708141Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T00:57:28.2708585Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T00:57:28.2709004Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T00:57:28.2709449Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T00:57:28.3065763Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T00:57:28.3066223Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T00:57:28.3066646Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T00:57:28.3067084Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T00:57:28.3067675Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T00:57:28.3068106Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T00:57:28.3068546Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T00:57:28.3068972Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T00:57:28.3069406Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T00:57:28.3069835Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T00:57:28.3070256Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T00:57:28.3070752Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T00:57:28.3071229Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T00:57:28.3071663Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T00:57:28.3072092Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T00:57:28.3072512Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T00:57:28.3072938Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T00:57:28.3073366Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T00:57:28.3073891Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T00:57:28.3074330Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T00:57:28.3074765Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T00:57:28.3075194Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T00:57:28.3075632Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T00:57:28.3076065Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T00:57:28.3076553Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T00:57:28.3077032Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T00:57:28.3077462Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T00:57:28.3077898Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T00:57:28.3078316Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T00:57:28.3078746Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T00:57:28.3079175Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T00:57:28.3079600Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T00:57:28.3080025Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T00:57:28.3080453Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T00:57:28.3080881Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T00:57:28.3081303Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T00:57:28.3081734Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T00:57:28.3082198Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T00:57:28.3082647Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T00:57:28.3083136Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T00:57:28.3083565Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T00:57:28.3084093Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T00:57:28.3084529Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T00:57:28.3085032Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T00:57:28.3085468Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T00:57:28.3085891Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T00:57:28.3086327Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T00:57:28.3086752Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T00:57:28.3087173Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T00:57:28.3087601Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T00:57:28.3088070Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T00:57:28.3088512Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T00:57:28.3444729Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T00:57:28.3445298Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T00:57:28.3445809Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T00:57:28.3447259Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T00:57:28.3447701Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T00:57:28.3448127Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T00:57:28.3448547Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T00:57:28.3448973Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T00:57:28.3449412Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T00:57:28.3449868Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T00:57:28.3450294Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T00:57:28.3450722Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T00:57:28.3451164Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T00:57:28.3451592Z * [new tag] ciflow/trunk/141117 -> ciflow/trunk/141117 2025-01-24T00:57:28.3452076Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T00:57:28.3452543Z * [new tag] ciflow/trunk/141136 -> ciflow/trunk/141136 2025-01-24T00:57:28.3452978Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T00:57:28.3453413Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T00:57:28.3453838Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T00:57:28.3454270Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T00:57:28.3454689Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T00:57:28.3455123Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T00:57:28.3455550Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T00:57:28.3455970Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T00:57:28.3456393Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T00:57:28.3456823Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T00:57:28.3457371Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T00:57:28.3457872Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T00:57:28.3458305Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T00:57:28.3458791Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T00:57:28.3459218Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T00:57:28.3459658Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T00:57:28.3460088Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T00:57:28.3460505Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T00:57:28.3460927Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T00:57:28.3461359Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T00:57:28.3461783Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T00:57:28.3462215Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T00:57:28.3462648Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T00:57:28.3463070Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T00:57:28.3463595Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T00:57:28.3464104Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T00:57:28.3464590Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T00:57:28.3465018Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T00:57:28.3465452Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T00:57:28.3465894Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T00:57:28.3466308Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T00:57:28.3466734Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T00:57:28.3467158Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T00:57:28.3467585Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T00:57:28.3468010Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T00:57:28.3829761Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T00:57:28.3830294Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T00:57:28.3830729Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T00:57:28.3831195Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T00:57:28.3831626Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T00:57:28.3832044Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T00:57:28.3832474Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T00:57:28.3832898Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T00:57:28.3833328Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T00:57:28.3833751Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T00:57:28.3834181Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T00:57:28.3834608Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T00:57:28.3835026Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T00:57:28.3835615Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T00:57:28.3836051Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T00:57:28.3836475Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T00:57:28.3836913Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T00:57:28.3837359Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T00:57:28.3837783Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T00:57:28.3838211Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T00:57:28.3838635Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T00:57:28.3839056Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T00:57:28.3839487Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T00:57:28.3839911Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T00:57:28.3840334Z * [new tag] ciflow/trunk/143808 -> ciflow/trunk/143808 2025-01-24T00:57:28.3840766Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T00:57:28.3841311Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T00:57:28.3841739Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T00:57:28.3842165Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T00:57:28.3842595Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T00:57:28.3843026Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T00:57:28.3843453Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T00:57:28.3843881Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T00:57:28.3844311Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T00:57:28.3844736Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T00:57:28.3845248Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T00:57:28.3845694Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T00:57:28.3846121Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T00:57:28.3846543Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T00:57:28.3846978Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T00:57:28.3847416Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T00:57:28.3847840Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T00:57:28.3848268Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T00:57:28.3848694Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T00:57:28.3849110Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T00:57:28.3849540Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T00:57:28.3849970Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T00:57:28.3850399Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T00:57:28.3850815Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T00:57:28.3851242Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T00:57:28.3852274Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T00:57:28.4205740Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T00:57:28.4206284Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T00:57:28.4206777Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T00:57:28.4207318Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T00:57:28.4207814Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T00:57:28.4208303Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T00:57:28.4208790Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T00:57:28.4209264Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T00:57:28.4209755Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T00:57:28.4210244Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T00:57:28.4210723Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T00:57:28.4211210Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T00:57:28.4211701Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T00:57:28.4212371Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T00:57:28.4212854Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T00:57:28.4213354Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T00:57:28.4213846Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T00:57:28.4214332Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T00:57:28.4214822Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T00:57:28.4215308Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T00:57:28.4215791Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T00:57:28.4216279Z * [new tag] ciflow/trunk/144841 -> ciflow/trunk/144841 2025-01-24T00:57:28.4216783Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T00:57:28.4217312Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T00:57:28.4217794Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T00:57:28.4218284Z * [new tag] ciflow/trunk/144910 -> ciflow/trunk/144910 2025-01-24T00:57:28.4218765Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T00:57:28.4219251Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T00:57:28.4219685Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T00:57:28.4220116Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T00:57:28.4220541Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T00:57:28.4220976Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T00:57:28.4221404Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T00:57:28.4221823Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T00:57:28.4222247Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T00:57:28.4222674Z * [new tag] ciflow/trunk/145060 -> ciflow/trunk/145060 2025-01-24T00:57:28.4223202Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T00:57:28.4223637Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T00:57:28.4224072Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T00:57:28.4224562Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T00:57:28.4225045Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T00:57:28.4225532Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T00:57:28.4225965Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T00:57:28.4226384Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T00:57:28.4226809Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T00:57:28.4227242Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T00:57:28.4227669Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T00:57:28.4228096Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T00:57:28.4228519Z * [new tag] ciflow/trunk/145204 -> ciflow/trunk/145204 2025-01-24T00:57:28.4228938Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T00:57:28.4229452Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T00:57:28.4568746Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T00:57:28.4569208Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T00:57:28.4569640Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T00:57:28.4570073Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T00:57:28.4570537Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T00:57:28.4570959Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T00:57:28.4571387Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T00:57:28.4571813Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T00:57:28.4572246Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T00:57:28.4572673Z * [new tag] ciflow/trunk/145311 -> ciflow/trunk/145311 2025-01-24T00:57:28.4573163Z * [new tag] ciflow/trunk/145318 -> ciflow/trunk/145318 2025-01-24T00:57:28.4573590Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T00:57:28.4574086Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T00:57:28.4574520Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T00:57:28.4574962Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T00:57:28.4575387Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T00:57:28.4575816Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T00:57:28.4576249Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T00:57:28.4576667Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T00:57:28.4577095Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T00:57:28.4577525Z * [new tag] ciflow/trunk/145417 -> ciflow/trunk/145417 2025-01-24T00:57:28.4577956Z * [new tag] ciflow/trunk/145421 -> ciflow/trunk/145421 2025-01-24T00:57:28.4578526Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T00:57:28.4578959Z * [new tag] ciflow/trunk/145436 -> ciflow/trunk/145436 2025-01-24T00:57:28.4579450Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T00:57:28.4579948Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T00:57:28.4580383Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T00:57:28.4580818Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T00:57:28.4581240Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T00:57:28.4581673Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T00:57:28.4582098Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T00:57:28.4582516Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T00:57:28.4582947Z * [new tag] ciflow/trunk/145506 -> ciflow/trunk/145506 2025-01-24T00:57:28.4583383Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T00:57:28.4583799Z * [new tag] ciflow/trunk/145513 -> ciflow/trunk/145513 2025-01-24T00:57:28.4584236Z * [new tag] ciflow/trunk/145517 -> ciflow/trunk/145517 2025-01-24T00:57:28.4584788Z * [new tag] ciflow/trunk/145519 -> ciflow/trunk/145519 2025-01-24T00:57:28.4585212Z * [new tag] ciflow/trunk/145524 -> ciflow/trunk/145524 2025-01-24T00:57:28.4585704Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T00:57:28.4586197Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T00:57:28.4586627Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T00:57:28.4587055Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T00:57:28.4587489Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T00:57:28.4587917Z * [new tag] ciflow/trunk/145545 -> ciflow/trunk/145545 2025-01-24T00:57:28.4588336Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T00:57:28.4588777Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T00:57:28.4589206Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T00:57:28.4589634Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T00:57:28.4590064Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T00:57:28.4590493Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T00:57:28.4590932Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T00:57:28.4960679Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T00:57:28.4961147Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T00:57:28.4961588Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T00:57:28.4962019Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T00:57:28.4962474Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T00:57:28.4962898Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T00:57:28.4963312Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T00:57:28.4963754Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T00:57:28.4964172Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T00:57:28.4964738Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T00:57:28.4965254Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T00:57:28.4965670Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T00:57:28.4966096Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T00:57:28.4966510Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T00:57:28.4966932Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T00:57:28.4967353Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T00:57:28.4967757Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T00:57:28.4968175Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T00:57:28.4968598Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T00:57:28.4969007Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T00:57:28.4969424Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T00:57:28.4969835Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T00:57:28.4970242Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T00:57:28.4970767Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T00:57:28.4971204Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T00:57:28.4971629Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T00:57:28.4972035Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T00:57:28.4972477Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T00:57:28.4972906Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T00:57:28.4973310Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T00:57:28.4973724Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T00:57:28.4974139Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T00:57:28.4974553Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T00:57:28.4974967Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T00:57:28.4975385Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T00:57:28.4983798Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T00:57:28.4984246Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T00:57:28.4984692Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T00:57:28.4985119Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T00:57:28.4985526Z * [new tag] ciflow/xpu/145060 -> ciflow/xpu/145060 2025-01-24T00:57:28.4985944Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T00:57:28.4986384Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T00:57:28.4986805Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T00:57:28.4987229Z * [new tag] cslpull75 -> cslpull75 2025-01-24T00:57:28.4987637Z * [new tag] cslpull76 -> cslpull76 2025-01-24T00:57:28.4988020Z * [new tag] cslpull77 -> cslpull77 2025-01-24T00:57:28.4988410Z * [new tag] cslpull78 -> cslpull78 2025-01-24T00:57:28.4988952Z * [new tag] cslpull79 -> cslpull79 2025-01-24T00:57:28.4989347Z * [new tag] cslpull80 -> cslpull80 2025-01-24T00:57:28.4989729Z * [new tag] cslpull81 -> cslpull81 2025-01-24T00:57:28.4990122Z * [new tag] cslpull82 -> cslpull82 2025-01-24T00:57:28.4990516Z * [new tag] cslpull83 -> cslpull83 2025-01-24T00:57:28.4990894Z * [new tag] cslpull84 -> cslpull84 2025-01-24T00:57:28.4991279Z * [new tag] cslpull85 -> cslpull85 2025-01-24T00:57:28.5382168Z * [new tag] cslpull86 -> cslpull86 2025-01-24T00:57:28.5382611Z * [new tag] cslpull87 -> cslpull87 2025-01-24T00:57:28.5383005Z * [new tag] cslpull88 -> cslpull88 2025-01-24T00:57:28.5383407Z * [new tag] cslpull89 -> cslpull89 2025-01-24T00:57:28.5383815Z * [new tag] cslpull90 -> cslpull90 2025-01-24T00:57:28.5384186Z * [new tag] cslpull91 -> cslpull91 2025-01-24T00:57:28.5384573Z * [new tag] cslpull92 -> cslpull92 2025-01-24T00:57:28.5384958Z * [new tag] flight_5 -> flight_5 2025-01-24T00:57:28.5385519Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T00:57:28.5385913Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T00:57:28.5386302Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T00:57:28.5386680Z * [new tag] forpull1 -> forpull1 2025-01-24T00:57:28.5387096Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T00:57:28.5387550Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T00:57:28.5387979Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T00:57:28.5388413Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T00:57:28.5388853Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T00:57:28.5389299Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T00:57:28.5389699Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T00:57:28.5390064Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T00:57:28.5390436Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T00:57:28.5390787Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T00:57:28.5391149Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T00:57:28.5391516Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T00:57:28.5391868Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T00:57:28.5392226Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T00:57:28.5392580Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T00:57:28.5392928Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T00:57:28.5393300Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T00:57:28.5393661Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T00:57:28.5394011Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T00:57:28.5394365Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T00:57:28.5394727Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T00:57:28.5395087Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T00:57:28.5395548Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T00:57:28.5395925Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T00:57:28.5396308Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T00:57:28.5396688Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T00:57:28.5397065Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T00:57:28.5397448Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T00:57:28.5397815Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T00:57:28.5398196Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T00:57:28.5398576Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T00:57:28.5398957Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T00:57:28.5399359Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T00:57:28.5399751Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T00:57:28.5400127Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T00:57:28.5400522Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T00:57:28.5400906Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T00:57:28.5401375Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T00:57:28.5401749Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T00:57:28.5402123Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T00:57:28.5402510Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T00:57:28.5402891Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T00:57:28.5403433Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T00:57:28.5403819Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T00:57:28.5404196Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T00:57:28.5404587Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T00:57:28.5405051Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T00:57:28.5786308Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T00:57:28.5786758Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T00:57:28.5787172Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T00:57:28.5787561Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T00:57:28.5787946Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T00:57:28.5788347Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T00:57:28.5788730Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T00:57:28.5789110Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T00:57:28.5789491Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T00:57:28.5789854Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T00:57:28.5790244Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T00:57:28.5790622Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T00:57:28.5790991Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T00:57:28.5791372Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T00:57:28.5791751Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T00:57:28.5792112Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T00:57:28.5792668Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T00:57:28.5793056Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T00:57:28.5793438Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T00:57:28.5793828Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T00:57:28.5794224Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T00:57:28.5794590Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T00:57:28.5794980Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T00:57:28.5795367Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T00:57:28.5795751Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T00:57:28.5796131Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T00:57:28.5796511Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T00:57:28.5796884Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T00:57:28.5797250Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T00:57:28.5797622Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T00:57:28.5798003Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T00:57:28.5798464Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T00:57:28.5798845Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T00:57:28.5799246Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T00:57:28.5799626Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T00:57:28.5800016Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T00:57:28.5800420Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T00:57:28.5800791Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T00:57:28.5801174Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T00:57:28.5801547Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T00:57:28.5801930Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T00:57:28.5802313Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T00:57:28.5802691Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T00:57:28.5803069Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T00:57:28.5803438Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T00:57:28.5803824Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T00:57:28.5804210Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T00:57:28.5804576Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T00:57:28.5805050Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T00:57:28.5805437Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T00:57:28.5805818Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T00:57:28.5806214Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T00:57:28.5806599Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T00:57:28.5806963Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T00:57:28.5807342Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T00:57:28.5807729Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T00:57:28.5808104Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T00:57:28.5808578Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T00:57:28.6181979Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T00:57:28.6182415Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T00:57:28.6182799Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T00:57:28.6183206Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T00:57:28.6183583Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T00:57:28.6183948Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T00:57:28.6184331Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T00:57:28.6184723Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T00:57:28.6185143Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T00:57:28.6185583Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T00:57:28.6185969Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T00:57:28.6186406Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T00:57:28.6186798Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T00:57:28.6187168Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T00:57:28.6187693Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T00:57:28.6188086Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T00:57:28.6188455Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T00:57:28.6188845Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T00:57:28.6189225Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T00:57:28.6189616Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T00:57:28.6189993Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T00:57:28.6190374Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T00:57:28.6190756Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T00:57:28.6191126Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T00:57:28.6191569Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T00:57:28.6192004Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T00:57:28.6192424Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T00:57:28.6192804Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T00:57:28.6193185Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T00:57:28.6193560Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T00:57:28.6193928Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T00:57:28.6194304Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T00:57:28.6194678Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T00:57:28.6195055Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T00:57:28.6195440Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T00:57:28.6195819Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T00:57:28.6196183Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T00:57:28.6196555Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T00:57:28.6196928Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T00:57:28.6197301Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T00:57:28.6197872Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T00:57:28.6198312Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T00:57:28.6198739Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T00:57:28.6199136Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T00:57:28.6199509Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T00:57:28.6199868Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T00:57:28.6200246Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T00:57:28.6200633Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T00:57:28.6201001Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T00:57:28.6201378Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T00:57:28.6201760Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T00:57:28.6202132Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T00:57:28.6202503Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T00:57:28.6202888Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T00:57:28.6203362Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T00:57:28.6203732Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T00:57:28.6204169Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T00:57:28.6204596Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T00:57:28.6600187Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T00:57:28.6600640Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T00:57:28.6601047Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T00:57:28.6601412Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T00:57:28.6601793Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T00:57:28.6602170Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T00:57:28.6602544Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T00:57:28.6602922Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T00:57:28.6603294Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T00:57:28.6603676Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T00:57:28.6604054Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T00:57:28.6604445Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T00:57:28.6604831Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T00:57:28.6605436Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T00:57:28.6605909Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T00:57:28.6606286Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T00:57:28.6606664Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T00:57:28.6607042Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T00:57:28.6607424Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T00:57:28.6607793Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T00:57:28.6608160Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T00:57:28.6608534Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T00:57:28.6609077Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T00:57:28.6609456Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T00:57:28.6609829Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T00:57:28.6610204Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T00:57:28.6610573Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T00:57:28.6611023Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T00:57:28.6611406Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T00:57:28.6611835Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T00:57:28.6612214Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T00:57:28.6612591Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T00:57:28.6612974Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T00:57:28.6613337Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T00:57:28.6613715Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T00:57:28.6614080Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T00:57:28.6614443Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T00:57:28.6614937Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T00:57:28.6615311Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T00:57:28.6615679Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T00:57:28.6616060Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T00:57:28.6616445Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T00:57:28.6616875Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T00:57:28.6617264Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T00:57:28.6617714Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T00:57:28.6618080Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T00:57:28.6618459Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T00:57:28.6618839Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T00:57:28.6619213Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T00:57:28.6619578Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T00:57:28.6619959Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T00:57:28.6620343Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T00:57:28.6620713Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T00:57:28.6621107Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T00:57:28.6621482Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T00:57:28.6621845Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T00:57:28.6622229Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T00:57:28.6622671Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T00:57:28.9564134Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T00:57:28.9564594Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T00:57:28.9565091Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T00:57:28.9800247Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T00:57:29.0010738Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:57:29.0049686Z ##[endgroup] 2025-01-24T00:57:29.0050098Z ##[group]Determining the checkout info 2025-01-24T00:57:29.0051329Z ##[endgroup] 2025-01-24T00:57:29.0062531Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-01-24T00:57:29.0338329Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-01-24T00:57:29.0578230Z ##[group]Checking out the ref 2025-01-24T00:57:29.0588739Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:57:31.2628167Z Updating files: 6% (1100/18011) 2025-01-24T00:57:31.4800943Z Updating files: 6% (1152/18011) 2025-01-24T00:57:31.6090091Z Updating files: 7% (1261/18011) 2025-01-24T00:57:31.7779212Z Updating files: 8% (1441/18011) 2025-01-24T00:57:32.1998850Z Updating files: 9% (1621/18011) 2025-01-24T00:57:32.2133984Z Updating files: 9% (1773/18011) 2025-01-24T00:57:32.6102275Z Updating files: 10% (1802/18011) 2025-01-24T00:57:33.2224790Z Updating files: 11% (1982/18011) 2025-01-24T00:57:33.2378804Z Updating files: 11% (2128/18011) 2025-01-24T00:57:33.6912668Z Updating files: 12% (2162/18011) 2025-01-24T00:57:34.1748131Z Updating files: 13% (2342/18011) 2025-01-24T00:57:34.1816276Z Updating files: 13% (2503/18011) 2025-01-24T00:57:34.4885974Z Updating files: 14% (2522/18011) 2025-01-24T00:57:34.7666650Z Updating files: 15% (2702/18011) 2025-01-24T00:57:34.8209700Z Updating files: 16% (2882/18011) 2025-01-24T00:57:34.8708109Z Updating files: 17% (3062/18011) 2025-01-24T00:57:34.9211282Z Updating files: 18% (3242/18011) 2025-01-24T00:57:34.9801304Z Updating files: 19% (3423/18011) 2025-01-24T00:57:35.1148336Z Updating files: 20% (3603/18011) 2025-01-24T00:57:35.1277516Z Updating files: 21% (3783/18011) 2025-01-24T00:57:35.2590196Z Updating files: 21% (3829/18011) 2025-01-24T00:57:35.3475622Z Updating files: 22% (3963/18011) 2025-01-24T00:57:35.3959008Z Updating files: 23% (4143/18011) 2025-01-24T00:57:35.4444385Z Updating files: 24% (4323/18011) 2025-01-24T00:57:35.8905544Z Updating files: 25% (4503/18011) 2025-01-24T00:57:36.4026912Z Updating files: 26% (4683/18011) 2025-01-24T00:57:36.8888510Z Updating files: 26% (4691/18011) 2025-01-24T00:57:37.2007984Z Updating files: 27% (4863/18011) 2025-01-24T00:57:37.2014600Z Updating files: 27% (5041/18011) 2025-01-24T00:57:37.6303171Z Updating files: 28% (5044/18011) 2025-01-24T00:57:38.1334524Z Updating files: 29% (5224/18011) 2025-01-24T00:57:38.1536128Z Updating files: 29% (5346/18011) 2025-01-24T00:57:38.5995961Z Updating files: 30% (5404/18011) 2025-01-24T00:57:38.9761569Z Updating files: 31% (5584/18011) 2025-01-24T00:57:39.2582328Z Updating files: 32% (5764/18011) 2025-01-24T00:57:39.3418241Z Updating files: 32% (5878/18011) 2025-01-24T00:57:39.8606616Z Updating files: 33% (5944/18011) 2025-01-24T00:57:40.1407024Z Updating files: 34% (6124/18011) 2025-01-24T00:57:41.0705579Z Updating files: 34% (6187/18011) 2025-01-24T00:57:41.1627811Z Updating files: 35% (6304/18011) 2025-01-24T00:57:41.5681800Z Updating files: 35% (6332/18011) 2025-01-24T00:57:42.0690121Z Updating files: 36% (6484/18011) 2025-01-24T00:57:42.1465897Z Updating files: 37% (6665/18011) 2025-01-24T00:57:42.4630418Z Updating files: 37% (6703/18011) 2025-01-24T00:57:43.0594513Z Updating files: 38% (6845/18011) 2025-01-24T00:57:43.1635998Z Updating files: 39% (7025/18011) 2025-01-24T00:57:44.1974691Z Updating files: 39% (7033/18011) 2025-01-24T00:57:44.5019611Z Updating files: 39% (7141/18011) 2025-01-24T00:57:45.0254227Z Updating files: 40% (7205/18011) 2025-01-24T00:57:45.0514559Z Updating files: 41% (7385/18011) 2025-01-24T00:57:45.1464886Z Updating files: 42% (7565/18011) 2025-01-24T00:57:45.1653096Z Updating files: 42% (7623/18011) 2025-01-24T00:57:45.2841907Z Updating files: 43% (7745/18011) 2025-01-24T00:57:45.3088383Z Updating files: 44% (7925/18011) 2025-01-24T00:57:45.4448987Z Updating files: 45% (8105/18011) 2025-01-24T00:57:45.5729549Z Updating files: 46% (8286/18011) 2025-01-24T00:57:45.6017756Z Updating files: 47% (8466/18011) 2025-01-24T00:57:45.6291295Z Updating files: 48% (8646/18011) 2025-01-24T00:57:45.7610303Z Updating files: 49% (8826/18011) 2025-01-24T00:57:45.8689419Z Updating files: 50% (9006/18011) 2025-01-24T00:57:45.9653593Z Updating files: 51% (9186/18011) 2025-01-24T00:57:46.0586395Z Updating files: 52% (9366/18011) 2025-01-24T00:57:46.1598319Z Updating files: 53% (9546/18011) 2025-01-24T00:57:46.1793277Z Updating files: 53% (9618/18011) 2025-01-24T00:57:46.2096611Z Updating files: 54% (9726/18011) 2025-01-24T00:57:46.4043827Z Updating files: 55% (9907/18011) 2025-01-24T00:57:46.4369830Z Updating files: 56% (10087/18011) 2025-01-24T00:57:46.5879763Z Updating files: 57% (10267/18011) 2025-01-24T00:57:46.7246144Z Updating files: 58% (10447/18011) 2025-01-24T00:57:46.7624675Z Updating files: 59% (10627/18011) 2025-01-24T00:57:46.9031486Z Updating files: 60% (10807/18011) 2025-01-24T00:57:47.0264693Z Updating files: 61% (10987/18011) 2025-01-24T00:57:47.0623412Z Updating files: 62% (11167/18011) 2025-01-24T00:57:47.1985316Z Updating files: 63% (11347/18011) 2025-01-24T00:57:47.3455184Z Updating files: 63% (11460/18011) 2025-01-24T00:57:47.3794340Z Updating files: 64% (11528/18011) 2025-01-24T00:57:47.5312814Z Updating files: 65% (11708/18011) 2025-01-24T00:57:47.6435999Z Updating files: 66% (11888/18011) 2025-01-24T00:57:47.6811291Z Updating files: 67% (12068/18011) 2025-01-24T00:57:47.7112615Z Updating files: 68% (12248/18011) 2025-01-24T00:57:47.9773829Z Updating files: 69% (12428/18011) 2025-01-24T00:57:48.2366130Z Updating files: 70% (12608/18011) 2025-01-24T00:57:48.3365183Z Updating files: 70% (12771/18011) 2025-01-24T00:57:49.1315308Z Updating files: 71% (12788/18011) 2025-01-24T00:57:49.2649696Z Updating files: 72% (12968/18011) 2025-01-24T00:57:49.6092625Z Updating files: 72% (12998/18011) 2025-01-24T00:57:50.3373073Z Updating files: 73% (13149/18011) 2025-01-24T00:57:50.4318852Z Updating files: 73% (13288/18011) 2025-01-24T00:57:51.2826975Z Updating files: 74% (13329/18011) 2025-01-24T00:57:51.3779292Z Updating files: 74% (13484/18011) 2025-01-24T00:57:52.0296358Z Updating files: 75% (13509/18011) 2025-01-24T00:57:52.2113094Z Updating files: 76% (13689/18011) 2025-01-24T00:57:52.3752735Z Updating files: 76% (13768/18011) 2025-01-24T00:57:52.8192524Z Updating files: 77% (13869/18011) 2025-01-24T00:57:53.6805685Z Updating files: 78% (14049/18011) 2025-01-24T00:57:53.8229332Z Updating files: 78% (14160/18011) 2025-01-24T00:57:54.2410948Z Updating files: 79% (14229/18011) 2025-01-24T00:57:54.4919278Z Updating files: 79% (14351/18011) 2025-01-24T00:57:55.2384408Z Updating files: 80% (14409/18011) 2025-01-24T00:57:55.3996470Z Updating files: 80% (14543/18011) 2025-01-24T00:57:56.0055904Z Updating files: 81% (14589/18011) 2025-01-24T00:57:56.2428249Z Updating files: 82% (14770/18011) 2025-01-24T00:57:56.7372369Z Updating files: 82% (14821/18011) 2025-01-24T00:57:57.0490606Z Updating files: 83% (14950/18011) 2025-01-24T00:57:57.2939123Z Updating files: 84% (15130/18011) 2025-01-24T00:57:57.5381711Z Updating files: 84% (15211/18011) 2025-01-24T00:57:57.9773668Z Updating files: 85% (15310/18011) 2025-01-24T00:57:58.2784633Z Updating files: 86% (15490/18011) 2025-01-24T00:57:58.2915586Z Updating files: 86% (15627/18011) 2025-01-24T00:57:58.8872245Z Updating files: 87% (15670/18011) 2025-01-24T00:57:59.1231317Z Updating files: 88% (15850/18011) 2025-01-24T00:57:59.2156395Z Updating files: 89% (16030/18011) 2025-01-24T00:57:59.5123952Z Updating files: 89% (16046/18011) 2025-01-24T00:58:00.2733478Z Updating files: 90% (16210/18011) 2025-01-24T00:58:00.3642950Z Updating files: 90% (16363/18011) 2025-01-24T00:58:00.6966360Z Updating files: 91% (16391/18011) 2025-01-24T00:58:01.0957472Z Updating files: 92% (16571/18011) 2025-01-24T00:58:01.3277808Z Updating files: 93% (16751/18011) 2025-01-24T00:58:01.6508104Z Updating files: 93% (16822/18011) 2025-01-24T00:58:02.1916789Z Updating files: 94% (16931/18011) 2025-01-24T00:58:02.2971505Z Updating files: 95% (17111/18011) 2025-01-24T00:58:02.3783459Z Updating files: 95% (17137/18011) 2025-01-24T00:58:02.4397003Z Updating files: 96% (17291/18011) 2025-01-24T00:58:03.0840278Z Updating files: 97% (17471/18011) 2025-01-24T00:58:03.1738929Z Updating files: 98% (17651/18011) 2025-01-24T00:58:03.2191594Z Updating files: 99% (17831/18011) 2025-01-24T00:58:03.2422522Z Updating files: 99% (17951/18011) 2025-01-24T00:58:03.2422857Z Updating files: 100% (18011/18011) 2025-01-24T00:58:03.2423146Z Updating files: 100% (18011/18011), done. 2025-01-24T00:58:03.2875402Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:58:03.2875754Z 2025-01-24T00:58:03.2875975Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:58:03.2876544Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:58:03.2877086Z state without impacting any branches by switching back to a branch. 2025-01-24T00:58:03.2877406Z 2025-01-24T00:58:03.2877602Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:58:03.2878090Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:58:03.2878368Z 2025-01-24T00:58:03.2878574Z git switch -c 2025-01-24T00:58:03.2878990Z 2025-01-24T00:58:03.2879147Z Or undo this operation with: 2025-01-24T00:58:03.2879329Z 2025-01-24T00:58:03.2879415Z git switch - 2025-01-24T00:58:03.2879600Z 2025-01-24T00:58:03.2879827Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:58:03.2880234Z 2025-01-24T00:58:03.2880526Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:58:03.3073963Z ##[endgroup] 2025-01-24T00:58:03.3074402Z ##[group]Setting up auth for fetching submodules 2025-01-24T00:58:03.3085511Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:58:03.3367392Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T00:58:03.3619475Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T00:58:03.3866380Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T00:58:03.4103850Z ##[endgroup] 2025-01-24T00:58:03.4104239Z ##[group]Fetching submodules 2025-01-24T00:58:03.4113182Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-01-24T00:58:03.7737768Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T00:58:04.2141545Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T00:58:04.2142558Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T00:58:04.2143539Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T00:58:04.2144491Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T00:58:04.2145355Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T00:58:04.2146497Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T00:58:04.2147699Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T00:58:04.2148788Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T00:58:04.2149828Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T00:58:04.2150883Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T00:58:04.2151847Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T00:58:04.2152826Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T00:58:04.2153789Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T00:58:04.2154649Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T00:58:04.2155491Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T00:58:04.2156401Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T00:58:04.2157277Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T00:58:04.2158936Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:58:04.2159923Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T00:58:04.2160853Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T00:58:04.2161742Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T00:58:04.2162570Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T00:58:04.2163410Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T00:58:04.2164309Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T00:58:04.2165260Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T00:58:04.2166153Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T00:58:04.2167021Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T00:58:04.2167851Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T00:58:04.2168882Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T00:58:04.2169976Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T00:58:04.2170941Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T00:58:04.2171934Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T00:58:04.2173013Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T00:58:04.2215393Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T00:58:04.2216517Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T00:58:04.2217435Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T00:58:04.2218347Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T00:58:04.7996778Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T00:58:05.2154282Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T00:58:05.6161127Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T00:58:06.0294649Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T00:58:06.5494691Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T00:58:09.6427631Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T00:58:24.7605535Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T00:58:25.6699892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T00:58:30.1177710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T00:58:31.0887879Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T00:58:32.2073185Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T00:58:36.2901141Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T00:58:41.3720480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T00:58:51.3354547Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T00:58:56.0827421Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T00:58:59.6979320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T00:59:02.6093349Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T00:59:03.7531707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T00:59:04.5985731Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T00:59:06.6252585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T00:59:07.3469330Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T00:59:07.9314919Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T00:59:11.5897040Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T00:59:12.2405112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T00:59:13.3391514Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T00:59:14.2196268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T00:59:31.1805962Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T00:59:36.4292183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T00:59:44.8676511Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T00:59:45.2636897Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T01:00:03.2937509Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T01:00:03.6874188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T01:00:04.1541615Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T01:00:06.7078687Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T01:00:07.4659591Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T01:00:09.5015203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T01:00:10.3132919Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T01:00:10.5656462Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T01:00:11.0072208Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T01:00:11.0731042Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T01:00:11.6877187Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T01:00:13.0600849Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T01:00:14.3879939Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T01:00:53.2284705Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T01:00:53.9564180Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T01:01:06.0563500Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T01:01:06.6874225Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T01:01:10.3046643Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T01:01:11.6430852Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T01:01:33.1553991Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T01:01:38.8769442Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T01:01:41.5366408Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T01:01:41.5537164Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:01:41.5538302Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:01:41.5539366Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:01:41.5540445Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:01:41.5541652Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:01:43.6639258Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T01:01:44.9753343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T01:01:51.4971602Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T01:01:53.9934377Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T01:01:54.5683878Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T01:01:55.8707758Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T01:01:58.7998769Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T01:02:18.1653396Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T01:02:19.3642475Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T01:02:19.5136807Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T01:02:24.8103503Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T01:02:25.6042596Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T01:02:26.4381077Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T01:02:26.8510306Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T01:02:28.2406575Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T01:02:28.4639487Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T01:02:28.4734079Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T01:02:48.6935201Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T01:03:08.5362043Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T01:03:09.1797075Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T01:03:10.5706982Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T01:03:10.6634629Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:03:10.6635890Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:03:10.6637122Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:03:12.3522452Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T01:03:15.1106580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T01:03:17.0917464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T01:03:17.5154804Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T01:03:17.5373438Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:03:17.5374710Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:03:17.5375892Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:03:17.5377092Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:03:17.5378345Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:03:17.5379642Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:03:17.5381022Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:03:17.5382437Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:03:20.9820208Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T01:03:22.0525293Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T01:03:25.3488210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T01:03:26.4545661Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T01:03:28.0297573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T01:03:30.7522019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T01:03:50.7967941Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T01:03:51.2257444Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T01:03:54.1564054Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T01:03:54.5649859Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T01:03:56.1580239Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T01:03:56.4026130Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T01:03:56.4127016Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:03:57.2336706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T01:03:57.2906702Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T01:03:57.6133597Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T01:03:58.6242202Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T01:04:01.3900085Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T01:04:05.1507043Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T01:04:05.9088493Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T01:04:07.3715241Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T01:04:07.9974460Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T01:04:09.3160457Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T01:04:09.9317601Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T01:04:12.9699155Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T01:04:20.0363269Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T01:04:20.0480914Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T01:04:22.8559209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T01:04:23.9842658Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T01:04:26.0430389Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T01:04:26.0665825Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:04:26.0667130Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:04:26.0668293Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:04:26.0669444Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:04:26.0670803Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:04:26.0672574Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:04:26.0673945Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:04:26.0675106Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:04:27.4678703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T01:04:30.4243362Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T01:04:31.1748589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T01:04:48.7343265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T01:04:49.2928766Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T01:04:49.8404615Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T01:04:50.8075962Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T01:05:07.0679761Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T01:05:07.5717522Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T01:05:08.7989691Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T01:05:09.2423840Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T01:05:13.2720835Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T01:05:13.5429341Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T01:05:13.8831843Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T01:05:14.0972250Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T01:05:14.1085981Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:05:14.1087491Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:05:18.0539998Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T01:05:21.3491931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T01:05:28.9220369Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T01:05:29.2493514Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T01:05:37.2413506Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T01:05:37.3266367Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T01:05:39.4428777Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T01:05:39.4549769Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:05:39.4550969Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T01:05:40.1432686Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T01:05:41.5215244Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T01:05:41.6544010Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T01:05:41.9154702Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T01:05:42.0521252Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T01:05:42.1293682Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T01:05:42.3895900Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T01:05:42.9803272Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T01:05:43.8199282Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T01:05:44.2866982Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T01:05:44.4057138Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:05:44.4058366Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:05:44.4059409Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:05:44.4060465Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:05:45.8286142Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T01:05:46.2650520Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T01:05:48.8656793Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T01:05:50.9245652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T01:05:52.0908314Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T01:05:52.4548865Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T01:05:54.0939548Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T01:05:54.7919554Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T01:05:54.8017217Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:05:55.2186472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T01:05:55.2846627Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T01:05:55.3075689Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-01-24T01:05:55.6676218Z Entering 'android/libs/fbjni' 2025-01-24T01:05:55.7079103Z Entering 'third_party/FP16' 2025-01-24T01:05:55.7433285Z Entering 'third_party/FXdiv' 2025-01-24T01:05:55.7808462Z Entering 'third_party/NNPACK' 2025-01-24T01:05:56.4367840Z Entering 'third_party/NVTX' 2025-01-24T01:05:56.4718920Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:05:56.5072904Z Entering 'third_party/XNNPACK' 2025-01-24T01:05:56.5460014Z Entering 'third_party/benchmark' 2025-01-24T01:05:56.5811173Z Entering 'third_party/composable_kernel' 2025-01-24T01:05:56.6176528Z Entering 'third_party/cpp-httplib' 2025-01-24T01:05:56.6533779Z Entering 'third_party/cpuinfo' 2025-01-24T01:05:56.6929976Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:05:56.7298796Z Entering 'third_party/cutlass' 2025-01-24T01:05:56.7669900Z Entering 'third_party/eigen' 2025-01-24T01:05:56.8040983Z Entering 'third_party/fbgemm' 2025-01-24T01:05:56.8380151Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:05:56.8737581Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:05:56.9104424Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:05:56.9475442Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:05:56.9825091Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:05:57.0193385Z Entering 'third_party/flatbuffers' 2025-01-24T01:05:57.0548254Z Entering 'third_party/fmt' 2025-01-24T01:05:57.0904444Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:05:57.1250478Z Entering 'third_party/gloo' 2025-01-24T01:05:57.1662131Z Entering 'third_party/googletest' 2025-01-24T01:05:57.2021130Z Entering 'third_party/ideep' 2025-01-24T01:05:57.2357983Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:05:57.2766961Z Entering 'third_party/ittapi' 2025-01-24T01:05:57.3135155Z Entering 'third_party/kineto' 2025-01-24T01:05:57.3491084Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:05:57.3840039Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:05:57.4216614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:05:57.4589794Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:05:57.4951881Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:05:57.5292265Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:05:57.5689881Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:05:57.6049437Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:05:57.6424382Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:05:57.6784216Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:05:57.7158229Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:05:57.7539386Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:05:57.7918415Z Entering 'third_party/kleidiai' 2025-01-24T01:05:57.8285188Z Entering 'third_party/mimalloc' 2025-01-24T01:05:57.8696661Z Entering 'third_party/nccl/nccl' 2025-01-24T01:05:57.9076105Z Entering 'third_party/nlohmann' 2025-01-24T01:05:57.9423898Z Entering 'third_party/onnx' 2025-01-24T01:05:57.9785574Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:05:58.0396942Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:05:58.0773669Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:05:58.1162239Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:05:58.1541839Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:05:58.1897603Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:05:58.2249530Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:05:58.2636619Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:05:58.2992133Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:05:58.3346234Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:05:58.3730787Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:05:58.4106633Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:05:58.4514684Z Entering 'third_party/pocketfft' 2025-01-24T01:05:58.4880706Z Entering 'third_party/protobuf' 2025-01-24T01:05:58.5229050Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:05:58.5588828Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:05:58.5957120Z Entering 'third_party/psimd' 2025-01-24T01:05:58.6307156Z Entering 'third_party/pthreadpool' 2025-01-24T01:05:58.6705292Z Entering 'third_party/pybind11' 2025-01-24T01:05:58.7094294Z Entering 'third_party/python-peachpy' 2025-01-24T01:05:58.7441300Z Entering 'third_party/sleef' 2025-01-24T01:05:58.7829122Z Entering 'third_party/tensorpipe' 2025-01-24T01:05:58.8164962Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:05:58.8521257Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:05:58.8867378Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:05:58.9223114Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:05:58.9577717Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:05:59.0049221Z ##[endgroup] 2025-01-24T01:05:59.0049903Z ##[group]Persisting credentials for submodules 2025-01-24T01:05:59.0092041Z [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-01-24T01:05:59.3582834Z Entering 'android/libs/fbjni' 2025-01-24T01:05:59.4153729Z Entering 'third_party/FP16' 2025-01-24T01:05:59.4743481Z Entering 'third_party/FXdiv' 2025-01-24T01:05:59.5286141Z Entering 'third_party/NNPACK' 2025-01-24T01:05:59.5834668Z Entering 'third_party/NVTX' 2025-01-24T01:05:59.6378222Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:05:59.6939434Z Entering 'third_party/XNNPACK' 2025-01-24T01:05:59.7556452Z Entering 'third_party/benchmark' 2025-01-24T01:05:59.8102897Z Entering 'third_party/composable_kernel' 2025-01-24T01:05:59.8658388Z Entering 'third_party/cpp-httplib' 2025-01-24T01:05:59.9248533Z Entering 'third_party/cpuinfo' 2025-01-24T01:05:59.9805432Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:06:00.0348744Z Entering 'third_party/cutlass' 2025-01-24T01:06:00.0924297Z Entering 'third_party/eigen' 2025-01-24T01:06:00.1489862Z Entering 'third_party/fbgemm' 2025-01-24T01:06:00.2055262Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:06:00.2624071Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:06:00.3180842Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:06:00.3787834Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:06:00.4346684Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:06:00.4942191Z Entering 'third_party/flatbuffers' 2025-01-24T01:06:00.5515352Z Entering 'third_party/fmt' 2025-01-24T01:06:00.6079506Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:06:00.6655098Z Entering 'third_party/gloo' 2025-01-24T01:06:00.7269991Z Entering 'third_party/googletest' 2025-01-24T01:06:00.7840453Z Entering 'third_party/ideep' 2025-01-24T01:06:00.8381123Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:06:00.8975153Z Entering 'third_party/ittapi' 2025-01-24T01:06:00.9601654Z Entering 'third_party/kineto' 2025-01-24T01:06:01.0163558Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:06:01.0764207Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:06:01.1383504Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:06:01.1967844Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:06:01.2543471Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:06:01.3088147Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:06:01.3717354Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:06:01.4331949Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:06:01.4945836Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:06:01.5534004Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:06:01.6119243Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:06:01.6692491Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:06:01.7294535Z Entering 'third_party/kleidiai' 2025-01-24T01:06:01.7870452Z Entering 'third_party/mimalloc' 2025-01-24T01:06:01.8442425Z Entering 'third_party/nccl/nccl' 2025-01-24T01:06:01.9055097Z Entering 'third_party/nlohmann' 2025-01-24T01:06:01.9622707Z Entering 'third_party/onnx' 2025-01-24T01:06:02.0192496Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:06:02.0833414Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:06:02.1407454Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:06:02.1994383Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:06:02.2589463Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:06:02.3166365Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:06:02.3807129Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:06:02.4377797Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:06:02.4948383Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:06:02.5551641Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:06:02.6140719Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:06:02.6749502Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:06:02.7377957Z Entering 'third_party/pocketfft' 2025-01-24T01:06:02.7982061Z Entering 'third_party/protobuf' 2025-01-24T01:06:02.8552376Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:06:02.9109223Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:06:02.9688955Z Entering 'third_party/psimd' 2025-01-24T01:06:03.0248216Z Entering 'third_party/pthreadpool' 2025-01-24T01:06:03.0845323Z Entering 'third_party/pybind11' 2025-01-24T01:06:03.1411880Z Entering 'third_party/python-peachpy' 2025-01-24T01:06:03.1980202Z Entering 'third_party/sleef' 2025-01-24T01:06:03.2530043Z Entering 'third_party/tensorpipe' 2025-01-24T01:06:03.3101200Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:06:03.3651061Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:06:03.4223303Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:06:03.4785658Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:06:03.5344212Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:06:03.6031110Z [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-01-24T01:06:03.9746230Z Entering 'android/libs/fbjni' 2025-01-24T01:06:04.0332040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T01:06:04.0495217Z Entering 'third_party/FP16' 2025-01-24T01:06:04.1100443Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T01:06:04.1233674Z Entering 'third_party/FXdiv' 2025-01-24T01:06:04.1768292Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T01:06:04.1896710Z Entering 'third_party/NNPACK' 2025-01-24T01:06:04.2425195Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T01:06:04.2558825Z Entering 'third_party/NVTX' 2025-01-24T01:06:04.3090895Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T01:06:04.3220600Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:06:04.3745683Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T01:06:04.3886883Z Entering 'third_party/XNNPACK' 2025-01-24T01:06:04.4437911Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T01:06:04.4581594Z Entering 'third_party/benchmark' 2025-01-24T01:06:04.5115114Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:06:04.5262806Z Entering 'third_party/composable_kernel' 2025-01-24T01:06:04.5833146Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T01:06:04.5988752Z Entering 'third_party/cpp-httplib' 2025-01-24T01:06:04.6537120Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T01:06:04.6666952Z Entering 'third_party/cpuinfo' 2025-01-24T01:06:04.7194127Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T01:06:04.7370989Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:06:04.7890273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T01:06:04.8015032Z Entering 'third_party/cutlass' 2025-01-24T01:06:04.8544474Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T01:06:04.8710661Z Entering 'third_party/eigen' 2025-01-24T01:06:04.9232149Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T01:06:04.9366582Z Entering 'third_party/fbgemm' 2025-01-24T01:06:04.9912601Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T01:06:05.0028550Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:06:05.0608523Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T01:06:05.0737746Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:06:05.1334485Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T01:06:05.1462229Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:06:05.2006729Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T01:06:05.2147922Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:06:05.2671112Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:06:05.2798738Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:06:05.3336140Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T01:06:05.3494388Z Entering 'third_party/flatbuffers' 2025-01-24T01:06:05.4023706Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T01:06:05.4152520Z Entering 'third_party/fmt' 2025-01-24T01:06:05.4681107Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T01:06:05.4813265Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:06:05.5351449Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T01:06:05.5482078Z Entering 'third_party/gloo' 2025-01-24T01:06:05.6018371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T01:06:05.6143352Z Entering 'third_party/googletest' 2025-01-24T01:06:05.6666329Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:06:05.6793258Z Entering 'third_party/ideep' 2025-01-24T01:06:05.7313610Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T01:06:05.7431740Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:06:05.8009230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T01:06:05.8163715Z Entering 'third_party/ittapi' 2025-01-24T01:06:05.8707074Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T01:06:05.8835443Z Entering 'third_party/kineto' 2025-01-24T01:06:05.9360719Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T01:06:05.9484956Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:06:06.0048923Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T01:06:06.0162470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:06:06.0707689Z 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-01-24T01:06:06.0837118Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:06:06.1418166Z 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-01-24T01:06:06.1553143Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:06:06.2090369Z 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-01-24T01:06:06.2217797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:06:06.2751719Z 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-01-24T01:06:06.2869482Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:06:06.3418900Z 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-01-24T01:06:06.3589212Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:06:06.4129302Z 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-01-24T01:06:06.4256414Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:06:06.4807677Z 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-01-24T01:06:06.4935636Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:06:06.5479532Z 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-01-24T01:06:06.5619175Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:06:06.6204835Z 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-01-24T01:06:06.6350541Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:06:06.6880403Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T01:06:06.7012823Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:06:06.7573142Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T01:06:06.7729648Z Entering 'third_party/kleidiai' 2025-01-24T01:06:06.8275759Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T01:06:06.8402099Z Entering 'third_party/mimalloc' 2025-01-24T01:06:06.8931382Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T01:06:06.9062040Z Entering 'third_party/nccl/nccl' 2025-01-24T01:06:06.9587119Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T01:06:06.9715454Z Entering 'third_party/nlohmann' 2025-01-24T01:06:07.0237642Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T01:06:07.0364207Z Entering 'third_party/onnx' 2025-01-24T01:06:07.0889806Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T01:06:07.1027515Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:06:07.1579426Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:06:07.1725667Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:06:07.2252996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T01:06:07.2370008Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:06:07.2917214Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:06:07.3051264Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:06:07.3592462Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:06:07.3721956Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:06:07.4262609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T01:06:07.4392073Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:06:07.4929164Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T01:06:07.5101078Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:06:07.5660667Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T01:06:07.5793039Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:06:07.6334999Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T01:06:07.6470831Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:06:07.7077324Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T01:06:07.7200204Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:06:07.7769341Z 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-01-24T01:06:07.7905551Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:06:07.8451276Z 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-01-24T01:06:07.8594441Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:06:07.9125885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T01:06:07.9307631Z Entering 'third_party/pocketfft' 2025-01-24T01:06:07.9833340Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T01:06:07.9966634Z Entering 'third_party/protobuf' 2025-01-24T01:06:08.0529575Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T01:06:08.0652077Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:06:08.1209330Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:06:08.1339879Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:06:08.1896532Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:06:08.2047131Z Entering 'third_party/psimd' 2025-01-24T01:06:08.2585058Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T01:06:08.2729825Z Entering 'third_party/pthreadpool' 2025-01-24T01:06:08.3285434Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T01:06:08.3412299Z Entering 'third_party/pybind11' 2025-01-24T01:06:08.3944303Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:06:08.4073515Z Entering 'third_party/python-peachpy' 2025-01-24T01:06:08.4713777Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T01:06:08.4839248Z Entering 'third_party/sleef' 2025-01-24T01:06:08.5358945Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T01:06:08.5491540Z Entering 'third_party/tensorpipe' 2025-01-24T01:06:08.6020310Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T01:06:08.6134715Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:06:08.6654310Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:06:08.6786212Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:06:08.7353569Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T01:06:08.7481771Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:06:08.8006297Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T01:06:08.8169582Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:06:08.8699041Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:06:08.8812231Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:06:08.9350967Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T01:06:08.9959470Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-01-24T01:06:09.8933271Z Entering 'android/libs/fbjni' 2025-01-24T01:06:09.9327660Z Entering 'third_party/FP16' 2025-01-24T01:06:09.9676523Z Entering 'third_party/FXdiv' 2025-01-24T01:06:10.0048911Z Entering 'third_party/NNPACK' 2025-01-24T01:06:10.0410634Z Entering 'third_party/NVTX' 2025-01-24T01:06:10.0776002Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:06:10.1129976Z Entering 'third_party/XNNPACK' 2025-01-24T01:06:10.1507667Z Entering 'third_party/benchmark' 2025-01-24T01:06:10.1866550Z Entering 'third_party/composable_kernel' 2025-01-24T01:06:10.2241788Z Entering 'third_party/cpp-httplib' 2025-01-24T01:06:10.2603340Z Entering 'third_party/cpuinfo' 2025-01-24T01:06:10.2970262Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:06:10.3340604Z Entering 'third_party/cutlass' 2025-01-24T01:06:10.3703001Z Entering 'third_party/eigen' 2025-01-24T01:06:10.4061350Z Entering 'third_party/fbgemm' 2025-01-24T01:06:10.4418249Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:06:10.4799273Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:06:10.5153977Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:06:10.5521108Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:06:10.5879761Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:06:10.6294646Z Entering 'third_party/flatbuffers' 2025-01-24T01:06:10.6653376Z Entering 'third_party/fmt' 2025-01-24T01:06:10.7009258Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:06:10.7405753Z Entering 'third_party/gloo' 2025-01-24T01:06:10.7829689Z Entering 'third_party/googletest' 2025-01-24T01:06:10.8183575Z Entering 'third_party/ideep' 2025-01-24T01:06:10.8585323Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:06:10.8971593Z Entering 'third_party/ittapi' 2025-01-24T01:06:10.9333220Z Entering 'third_party/kineto' 2025-01-24T01:06:10.9671592Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:06:11.0022916Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:06:11.0430914Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:06:11.0800771Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:06:11.1153833Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:06:11.1517168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:06:11.1907205Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:06:11.2315699Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:06:11.2680016Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:06:11.3061864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:06:11.3463251Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:06:11.3828354Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:06:11.4213539Z Entering 'third_party/kleidiai' 2025-01-24T01:06:11.4613393Z Entering 'third_party/mimalloc' 2025-01-24T01:06:11.4982026Z Entering 'third_party/nccl/nccl' 2025-01-24T01:06:11.5345505Z Entering 'third_party/nlohmann' 2025-01-24T01:06:11.5702495Z Entering 'third_party/onnx' 2025-01-24T01:06:11.6094807Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:06:11.6503267Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:06:11.6839898Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:06:11.7230048Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:06:11.7615803Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:06:11.8027580Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:06:11.8422080Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:06:11.8769561Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:06:11.9128576Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:06:11.9496986Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:06:11.9868128Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:06:12.0256824Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:06:12.0689476Z Entering 'third_party/pocketfft' 2025-01-24T01:06:12.1048495Z Entering 'third_party/protobuf' 2025-01-24T01:06:12.1402699Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:06:12.1778611Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:06:12.2216164Z Entering 'third_party/psimd' 2025-01-24T01:06:12.2576425Z Entering 'third_party/pthreadpool' 2025-01-24T01:06:12.2946873Z Entering 'third_party/pybind11' 2025-01-24T01:06:12.3307796Z Entering 'third_party/python-peachpy' 2025-01-24T01:06:12.3680819Z Entering 'third_party/sleef' 2025-01-24T01:06:12.4045298Z Entering 'third_party/tensorpipe' 2025-01-24T01:06:12.4428451Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:06:12.4788701Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:06:12.5158682Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:06:12.5540336Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:06:12.5888773Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:06:12.6377744Z [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-01-24T01:06:13.0086765Z Entering 'android/libs/fbjni' 2025-01-24T01:06:13.0452048Z Entering 'third_party/FP16' 2025-01-24T01:06:13.0823983Z Entering 'third_party/FXdiv' 2025-01-24T01:06:13.1176517Z Entering 'third_party/NNPACK' 2025-01-24T01:06:13.1556605Z Entering 'third_party/NVTX' 2025-01-24T01:06:13.1925805Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:06:13.2297082Z Entering 'third_party/XNNPACK' 2025-01-24T01:06:13.2669002Z Entering 'third_party/benchmark' 2025-01-24T01:06:13.3051996Z Entering 'third_party/composable_kernel' 2025-01-24T01:06:13.3421223Z Entering 'third_party/cpp-httplib' 2025-01-24T01:06:13.3767185Z Entering 'third_party/cpuinfo' 2025-01-24T01:06:13.4121159Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:06:13.4515006Z Entering 'third_party/cutlass' 2025-01-24T01:06:13.4902212Z Entering 'third_party/eigen' 2025-01-24T01:06:13.5256669Z Entering 'third_party/fbgemm' 2025-01-24T01:06:13.5612166Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:06:13.5976105Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:06:13.6332817Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:06:13.6702630Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:06:13.7077621Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:06:13.7468880Z Entering 'third_party/flatbuffers' 2025-01-24T01:06:13.7888969Z Entering 'third_party/fmt' 2025-01-24T01:06:13.8252648Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:06:13.8611734Z Entering 'third_party/gloo' 2025-01-24T01:06:13.8958885Z Entering 'third_party/googletest' 2025-01-24T01:06:13.9308224Z Entering 'third_party/ideep' 2025-01-24T01:06:13.9643744Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:06:14.0025305Z Entering 'third_party/ittapi' 2025-01-24T01:06:14.0374288Z Entering 'third_party/kineto' 2025-01-24T01:06:14.0741893Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:06:14.1083789Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:06:14.1499434Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:06:14.1861482Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:06:14.2234174Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:06:14.2611492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:06:14.2996751Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:06:14.3357576Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:06:14.3731896Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:06:14.4104990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:06:14.4765407Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:06:14.5147313Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:06:14.5614104Z Entering 'third_party/kleidiai' 2025-01-24T01:06:14.5975473Z Entering 'third_party/mimalloc' 2025-01-24T01:06:14.6329446Z Entering 'third_party/nccl/nccl' 2025-01-24T01:06:14.6688990Z Entering 'third_party/nlohmann' 2025-01-24T01:06:14.7050587Z Entering 'third_party/onnx' 2025-01-24T01:06:14.7437213Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:06:14.7841334Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:06:14.8190244Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:06:14.8553284Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:06:14.8910070Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:06:14.9266934Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:06:14.9635158Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:06:14.9990924Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:06:15.0350374Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:06:15.0693930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:06:15.1057299Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:06:15.1427377Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:06:15.1823958Z Entering 'third_party/pocketfft' 2025-01-24T01:06:15.2180559Z Entering 'third_party/protobuf' 2025-01-24T01:06:15.2526469Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:06:15.2875229Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:06:15.3252133Z Entering 'third_party/psimd' 2025-01-24T01:06:15.3604157Z Entering 'third_party/pthreadpool' 2025-01-24T01:06:15.3956239Z Entering 'third_party/pybind11' 2025-01-24T01:06:15.4309876Z Entering 'third_party/python-peachpy' 2025-01-24T01:06:15.4663218Z Entering 'third_party/sleef' 2025-01-24T01:06:15.5013425Z Entering 'third_party/tensorpipe' 2025-01-24T01:06:15.5367399Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:06:15.5738123Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:06:15.6148261Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:06:15.6500062Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:06:15.6836435Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:06:15.7326086Z ##[endgroup] 2025-01-24T01:06:15.7606322Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-01-24T01:06:15.7817248Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:06:15.8111583Z Prepare all required actions 2025-01-24T01:06:15.8182033Z ##[group]Run ./.github/actions/setup-win 2025-01-24T01:06:15.8182340Z with: 2025-01-24T01:06:15.8182527Z cuda-version: cpu 2025-01-24T01:06:15.8182738Z env: 2025-01-24T01:06:15.8182939Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:15.8183166Z ##[endgroup] 2025-01-24T01:06:15.8259005Z ##[group]Run set -euo pipefail 2025-01-24T01:06:15.8259343Z set -euo pipefail 2025-01-24T01:06:15.8259620Z function get_ec2_metadata() { 2025-01-24T01:06:15.8259999Z  # Pulled from instance metadata endpoint for EC2 2025-01-24T01:06:15.8260612Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-24T01:06:15.8261157Z  category=$1 2025-01-24T01:06:15.8262045Z  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-01-24T01:06:15.8262911Z } 2025-01-24T01:06:15.8263158Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-24T01:06:15.8263564Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-24T01:06:15.8264016Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-24T01:06:15.8264415Z echo "system info $(uname -a)" 2025-01-24T01:06:15.8283839Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:15.8284309Z env: 2025-01-24T01:06:15.8284496Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:15.8284742Z ##[endgroup] 2025-01-24T01:06:15.8858801Z ami-id: ami-05638636f7a000c6a 2025-01-24T01:06:15.9360347Z instance-id: i-0ec918824af1ed046 2025-01-24T01:06:15.9790538Z instance-type: c5d.4xlarge 2025-01-24T01:06:16.0024976Z system info MSYS_NT-10.0-17763 EC2AMAZ-PEHGJN5 3.5.4-cbe555e0.x86_64 2024-10-10 20:32 UTC x86_64 Msys 2025-01-24T01:06:16.0144166Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T01:06:16.0145128Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T01:06:16.0162170Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:06:16.0162666Z env: 2025-01-24T01:06:16.0162883Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:16.0163132Z ##[endgroup] 2025-01-24T01:06:17.2781013Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:06:17.2858125Z Finished 2025-01-24T01:06:17.3677912Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-01-24T01:06:17.3678449Z # Windows conda is baked into the AMI at this location 2025-01-24T01:06:17.3678890Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-01-24T01:06:17.3679250Z  2025-01-24T01:06:17.3679461Z { 2025-01-24T01:06:17.3679739Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-01-24T01:06:17.3680151Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-01-24T01:06:17.3680520Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-01-24T01:06:17.3680830Z } >> "${GITHUB_ENV}" 2025-01-24T01:06:17.3702005Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:17.3702534Z env: 2025-01-24T01:06:17.3702775Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:17.3703248Z ##[endgroup] 2025-01-24T01:06:17.3986374Z ##[group]Run set +e 2025-01-24T01:06:17.3986643Z set +e 2025-01-24T01:06:17.3986865Z set -x 2025-01-24T01:06:17.3987068Z  2025-01-24T01:06:17.3987313Z PYTHON3=$(${CONDA_RUN} which python3) 2025-01-24T01:06:17.3987642Z EXIT_CODE=$? 2025-01-24T01:06:17.3987863Z  2025-01-24T01:06:17.3989444Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T01:06:17.3989904Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-01-24T01:06:17.3990297Z  2025-01-24T01:06:17.3990537Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-01-24T01:06:17.3990906Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T01:06:17.3991219Z else 2025-01-24T01:06:17.3991696Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-01-24T01:06:17.3992525Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-01-24T01:06:17.3993242Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-01-24T01:06:17.3993827Z  # needed. In both cases, Python binary is just called python 2025-01-24T01:06:17.3994247Z  PYTHON=$(${CONDA_RUN} which python) 2025-01-24T01:06:17.3994570Z  EXIT_CODE=$? 2025-01-24T01:06:17.3994806Z  2025-01-24T01:06:17.3995035Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T01:06:17.3995512Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-01-24T01:06:17.3995950Z  2025-01-24T01:06:17.3996237Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-01-24T01:06:17.3996802Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-01-24T01:06:17.3997346Z  # here pointing to Python 2025-01-24T01:06:17.3997684Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-01-24T01:06:17.3998054Z  2025-01-24T01:06:17.3998276Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-01-24T01:06:17.3998643Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T01:06:17.3998966Z  else 2025-01-24T01:06:17.3999227Z  echo "Found no Python using ${CONDA_RUN}" 2025-01-24T01:06:17.3999562Z  fi 2025-01-24T01:06:17.3999771Z fi 2025-01-24T01:06:17.4019606Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:17.4020078Z env: 2025-01-24T01:06:17.4020273Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:17.4020692Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:17.4021333Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:17.4021904Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:17.4022298Z ##[endgroup] 2025-01-24T01:06:17.4276443Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-01-24T01:06:28.4640793Z 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/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/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-01-24T01:06:28.4671401Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-01-24T01:06:28.5490874Z + PYTHON3= 2025-01-24T01:06:28.5491141Z + EXIT_CODE=1 2025-01-24T01:06:28.5491611Z + [[ 1 == \0 ]] 2025-01-24T01:06:28.5553729Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-01-24T01:06:30.2819556Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-01-24T01:06:30.2819929Z + EXIT_CODE=0 2025-01-24T01:06:30.2820129Z + [[ 0 == \0 ]] 2025-01-24T01:06:30.2820592Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-01-24T01:06:30.2822120Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-01-24T01:06:30.2961145Z ++ echo /c/Jenkins/Miniconda3/python 2025-01-24T01:06:30.3037708Z ++ sed s/python/python3/ 2025-01-24T01:06:30.3107330Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-01-24T01:06:30.3107810Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-01-24T01:06:30.3296133Z ++ dirname /c/Jenkins/Miniconda3/python 2025-01-24T01:06:30.3373704Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-01-24T01:06:30.3374094Z + echo /c/Jenkins/Miniconda3 2025-01-24T01:06:30.3480088Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T01:06:30.3480726Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T01:06:30.3481207Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-01-24T01:06:30.3505155Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:30.3505646Z env: 2025-01-24T01:06:30.3505846Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:30.3506261Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:30.3506824Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:30.3507326Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:30.3507795Z ##[endgroup] 2025-01-24T01:06:30.4436612Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T01:06:30.4437623Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T01:06:30.4438425Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-01-24T01:06:30.4438904Z # that it doesn't interfere 2025-01-24T01:06:30.4439388Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-01-24T01:06:30.4456505Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:06:30.4456978Z env: 2025-01-24T01:06:30.4457177Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:30.4457676Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:30.4458283Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:30.4458787Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:30.4459225Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:30.4459520Z ##[endgroup] 2025-01-24T01:06:31.7031165Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:06:31.7080519Z Finished 2025-01-24T01:06:34.1422908Z ##[group]Run choco install handle -y 2025-01-24T01:06:34.1423256Z choco install handle -y 2025-01-24T01:06:34.1423569Z handle C:\actions-runner\_work\ 2025-01-24T01:06:34.1439914Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:06:34.1440389Z env: 2025-01-24T01:06:34.1440595Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:34.1440988Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:34.1441531Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:34.1442014Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:34.1442424Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:34.1442891Z ##[endgroup] 2025-01-24T01:06:35.3662803Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:06:35.3695966Z Finished 2025-01-24T01:06:37.9536181Z Chocolatey v2.4.0 2025-01-24T01:06:38.1075864Z Installing the following packages: 2025-01-24T01:06:38.1080734Z handle 2025-01-24T01:06:38.1085246Z By installing, you accept licenses for the packages. 2025-01-24T01:06:39.6270651Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-01-24T01:06:39.7622628Z 2025-01-24T01:06:39.7624053Z Progress: Downloading Handle 5.0... 15% 2025-01-24T01:06:39.7624440Z Progress: Downloading Handle 5.0... 45% 2025-01-24T01:06:39.7624798Z Progress: Downloading Handle 5.0... 75% 2025-01-24T01:06:39.7625135Z Progress: Downloading Handle 5.0... 100% 2025-01-24T01:06:39.9937111Z 2025-01-24T01:06:39.9937523Z handle v5.0.0 [Approved] 2025-01-24T01:06:40.0150750Z handle package files install completed. Performing other installation steps. 2025-01-24T01:06:42.7495700Z Downloading Handle 2025-01-24T01:06:42.7496161Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-01-24T01:06:42.8503128Z 2025-01-24T01:06:42.8519070Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-01-24T01:06:42.8647840Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-01-24T01:06:42.8662030Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-01-24T01:06:42.8680496Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-01-24T01:06:42.8684749Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-01-24T01:06:42.8692564Z Download of Handle.zip (729.82 KB) completed. 2025-01-24T01:06:46.1375548Z Hashes match. 2025-01-24T01:06:46.1690507Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-01-24T01:06:46.8207352Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-01-24T01:06:46.8352816Z HKEY_CURRENT_USER\Software\Sysinternals 2025-01-24T01:06:46.8489330Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-01-24T01:06:47.5146806Z ShimGen has successfully created a shim for handle.exe 2025-01-24T01:06:47.7873795Z ShimGen has successfully created a shim for handle64.exe 2025-01-24T01:06:48.4903949Z ShimGen has successfully created a shim for handle64a.exe 2025-01-24T01:06:48.6046904Z The install of handle was successful. 2025-01-24T01:06:48.6050301Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-01-24T01:06:48.6151853Z 2025-01-24T01:06:48.6152150Z Chocolatey installed 1/1 packages. 2025-01-24T01:06:48.6152588Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-01-24T01:06:48.8185947Z 2025-01-24T01:06:48.8186328Z Nthandle v5.0 - Handle viewer 2025-01-24T01:06:48.8186689Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T01:06:48.8187014Z Sysinternals - www.sysinternals.com 2025-01-24T01:06:48.8187243Z 2025-01-24T01:06:48.8596094Z powershell.exe pid: 2360 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:06:48.8596759Z handle.exe pid: 3708 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:06:48.8597334Z handle.exe pid: 3992 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:06:48.8597927Z handle64.exe pid: 3956 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:06:48.9179199Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-01-24T01:06:48.9179676Z python3 .github/scripts/parse_ref.py 2025-01-24T01:06:48.9200023Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:48.9200482Z env: 2025-01-24T01:06:48.9200673Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:48.9201074Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:48.9201884Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:48.9202385Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:48.9202871Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:48.9203183Z ##[endgroup] 2025-01-24T01:06:49.0043251Z Prepare all required actions 2025-01-24T01:06:49.0079388Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T01:06:49.0079720Z with: 2025-01-24T01:06:49.0080262Z github-token: *** 2025-01-24T01:06:49.0080496Z env: 2025-01-24T01:06:49.0080701Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:49.0081095Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:49.0081760Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:49.0082279Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:49.0082697Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:49.0083014Z ##[endgroup] 2025-01-24T01:06:49.0156593Z ##[group]Run set -eux 2025-01-24T01:06:49.0156849Z set -eux 2025-01-24T01:06:49.0157260Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T01:06:49.0177695Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:49.0178133Z env: 2025-01-24T01:06:49.0178326Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:49.0178722Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:49.0179352Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:49.0179926Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:49.0180335Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:49.0180825Z GITHUB_TOKEN: *** 2025-01-24T01:06:49.0181044Z ##[endgroup] 2025-01-24T01:06:49.0373532Z + python3 .github/scripts/get_workflow_job_id.py 12940918145 i-0ec918824af1ed046 2025-01-24T01:06:49.5319822Z setting job-id=36096145226 2025-01-24T01:06:49.5320143Z setting job-name=win-vs2019-cpu-py3 / build 2025-01-24T01:06:49.5631499Z Prepare all required actions 2025-01-24T01:06:49.5631921Z Getting action download info 2025-01-24T01:06:49.6724766Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T01:06:50.0558633Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T01:06:50.0558968Z with: 2025-01-24T01:06:50.0559367Z github-token: *** 2025-01-24T01:06:50.0560437Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2025-01-24T01:06:50.0561692Z job-name: win-vs2019-cpu-py3 / build 2025-01-24T01:06:50.0561978Z env: 2025-01-24T01:06:50.0562176Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:50.0562594Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:50.0563166Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:50.0563724Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:50.0564217Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:50.0564516Z ##[endgroup] 2025-01-24T01:06:50.1356817Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:06:50.1357165Z with: 2025-01-24T01:06:50.1357349Z shell: bash 2025-01-24T01:06:50.1357612Z timeout_minutes: 10 2025-01-24T01:06:50.1357832Z max_attempts: 5 2025-01-24T01:06:50.1358095Z retry_wait_seconds: 30 2025-01-24T01:06:50.1358958Z 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.1 2025-01-24T01:06:50.1359853Z polling_interval_seconds: 1 2025-01-24T01:06:50.1360326Z warning_on_retry: true 2025-01-24T01:06:50.1360571Z continue_on_error: false 2025-01-24T01:06:50.1360851Z env: 2025-01-24T01:06:50.1361042Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:50.1361520Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:50.1362075Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:50.1362569Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:50.1362986Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:50.1363501Z GITHUB_TOKEN: *** 2025-01-24T01:06:50.1363707Z ##[endgroup] 2025-01-24T01:06:50.2590160Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T01:06:52.1443398Z Collecting requests==2.27.1 2025-01-24T01:06:52.3455876Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-01-24T01:06:52.5393389Z Collecting pyyaml==6.0.1 2025-01-24T01:06:52.5440377Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-01-24T01:06:52.5639480Z 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-01-24T01:06:52.5646215Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.8.30) 2025-01-24T01:06:52.5658355Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-01-24T01:06:52.5672413Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-01-24T01:06:52.5994539Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-01-24T01:06:52.6706197Z ---------------------------------------- 63.1/63.1 kB 853.1 kB/s eta 0:00:00 2025-01-24T01:06:52.6794106Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-01-24T01:06:52.9014551Z -------------------------------------- 152.8/152.8 kB 650.7 kB/s eta 0:00:00 2025-01-24T01:06:53.8886960Z Installing collected packages: requests, pyyaml 2025-01-24T01:06:53.8887508Z Attempting uninstall: requests 2025-01-24T01:06:53.8897705Z Found existing installation: requests 2.32.3 2025-01-24T01:06:53.8972278Z Uninstalling requests-2.32.3: 2025-01-24T01:06:53.8995798Z Successfully uninstalled requests-2.32.3 2025-01-24T01:06:54.0655148Z Attempting uninstall: pyyaml 2025-01-24T01:06:54.0662060Z Found existing installation: PyYAML 6.0.2 2025-01-24T01:06:54.0740341Z Uninstalling PyYAML-6.0.2: 2025-01-24T01:06:54.0769451Z Successfully uninstalled PyYAML-6.0.2 2025-01-24T01:06:54.1859572Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-01-24T01:06:55.2510951Z Command completed after 1 attempt(s). 2025-01-24T01:06:55.2671340Z ##[group]Run set -x 2025-01-24T01:06:55.2671654Z set -x 2025-01-24T01:06:55.2671860Z  2025-01-24T01:06:55.2672235Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T01:06:55.2672734Z # in runner workspace 2025-01-24T01:06:55.2673093Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T01:06:55.2693988Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:55.2694452Z env: 2025-01-24T01:06:55.2694702Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:55.2695105Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:55.2695652Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:55.2696143Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:55.2696553Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:55.2696863Z ##[endgroup] 2025-01-24T01:06:55.2897110Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-01-24T01:06:55.3826744Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T01:06:55.3827154Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T01:06:55.3827466Z echo "Job name: ${JOB_NAME}" 2025-01-24T01:06:55.3827739Z  2025-01-24T01:06:55.3828099Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T01:06:55.3828553Z # in runner workspace 2025-01-24T01:06:55.3828960Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T01:06:55.3829414Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T01:06:55.3829734Z  --job-name "${JOB_NAME}" \ 2025-01-24T01:06:55.3830021Z  --test-matrix "{ include: [ 2025-01-24T01:06:55.3830504Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-01-24T01:06:55.3831155Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-01-24T01:06:55.3831809Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-01-24T01:06:55.3832265Z ]} 2025-01-24T01:06:55.3832453Z " \ 2025-01-24T01:06:55.3832676Z  --selected-test-configs "" \ 2025-01-24T01:06:55.3832997Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T01:06:55.3833293Z  --tag "${TAG}" \ 2025-01-24T01:06:55.3833551Z  --event-name "${EVENT_NAME}" \ 2025-01-24T01:06:55.3833858Z  --schedule "${SCHEDULE}" \ 2025-01-24T01:06:55.3834151Z  --branch "${HEAD_BRANCH}" 2025-01-24T01:06:55.3854271Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:55.3854727Z env: 2025-01-24T01:06:55.3854930Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:55.3855322Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:55.3855859Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:55.3856984Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:55.3857411Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:55.3857969Z GITHUB_TOKEN: *** 2025-01-24T01:06:55.3858218Z JOB_NAME: win-vs2019-cpu-py3 / build 2025-01-24T01:06:55.3858499Z PR_NUMBER: 2025-01-24T01:06:55.3858722Z TAG: ciflow/trunk/145539 2025-01-24T01:06:55.3858968Z EVENT_NAME: push 2025-01-24T01:06:55.3859172Z SCHEDULE: 2025-01-24T01:06:55.3859373Z HEAD_BRANCH: 2025-01-24T01:06:55.3859580Z ##[endgroup] 2025-01-24T01:06:55.4053420Z Workflow: trunk 2025-01-24T01:06:55.4053695Z Job name: win-vs2019-cpu-py3 / build 2025-01-24T01:06:55.6839021Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T01:06:55.8547090Z ##[group]Run echo "Filtered matrix:" 2025-01-24T01:06:55.8547422Z echo "Filtered matrix:" 2025-01-24T01:06:55.8548551Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2025-01-24T01:06:55.8549657Z  2025-01-24T01:06:55.8549848Z echo 2025-01-24T01:06:55.8550097Z echo "Is the current job unstable? False" 2025-01-24T01:06:55.8550416Z  2025-01-24T01:06:55.8550588Z echo 2025-01-24T01:06:55.8550887Z echo "Is keep-going label set? False" 2025-01-24T01:06:55.8551195Z  2025-01-24T01:06:55.8551436Z echo 2025-01-24T01:06:55.8551649Z echo "Renabled issues? " 2025-01-24T01:06:55.8572054Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:06:55.8572562Z env: 2025-01-24T01:06:55.8572772Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:55.8573332Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:55.8573883Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:55.8574386Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:55.8574874Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:55.8575172Z ##[endgroup] 2025-01-24T01:06:55.8769309Z Filtered matrix: 2025-01-24T01:06:55.8770483Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2025-01-24T01:06:55.8771630Z 2025-01-24T01:06:55.8771743Z Is the current job unstable? False 2025-01-24T01:06:55.8771943Z 2025-01-24T01:06:55.8772039Z Is keep-going label set? False 2025-01-24T01:06:55.8772219Z 2025-01-24T01:06:55.8772310Z Renabled issues? 2025-01-24T01:06:55.8891155Z Prepare all required actions 2025-01-24T01:06:55.8891613Z Getting action download info 2025-01-24T01:06:55.9986436Z ##[group]Run ./.github/actions/pytest-cache-download 2025-01-24T01:06:55.9986786Z with: 2025-01-24T01:06:55.9986983Z cache_dir: .pytest_cache 2025-01-24T01:06:55.9987263Z job_identifier: trunk_win-vs2019-cpu-py3 2025-01-24T01:06:55.9987569Z s3_bucket: gha-artifacts 2025-01-24T01:06:55.9987800Z env: 2025-01-24T01:06:55.9987993Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:55.9988378Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:55.9988914Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:55.9989406Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:55.9989824Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:55.9990123Z ##[endgroup] 2025-01-24T01:06:56.0082652Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:06:56.0082997Z with: 2025-01-24T01:06:56.0083193Z shell: bash 2025-01-24T01:06:56.0083393Z timeout_minutes: 5 2025-01-24T01:06:56.0083611Z max_attempts: 5 2025-01-24T01:06:56.0083816Z retry_wait_seconds: 30 2025-01-24T01:06:56.0084136Z command: set -eu python3 -m pip install boto3==1.35.42 2025-01-24T01:06:56.0084497Z polling_interval_seconds: 1 2025-01-24T01:06:56.0084849Z warning_on_retry: true 2025-01-24T01:06:56.0085101Z continue_on_error: false 2025-01-24T01:06:56.0085353Z env: 2025-01-24T01:06:56.0085601Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:06:56.0085996Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:06:56.0086547Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:06:56.0087065Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:06:56.0087495Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:06:56.0087813Z ##[endgroup] 2025-01-24T01:06:57.6540441Z Collecting boto3==1.35.42 2025-01-24T01:06:57.8532446Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-01-24T01:06:58.7154693Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-01-24T01:06:58.7225808Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-01-24T01:06:58.7313884Z 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-01-24T01:06:58.7321555Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.1) 2025-01-24T01:06:58.7398286Z 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-01-24T01:06:58.7411105Z 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-01-24T01:06:58.9663227Z 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.16.0) 2025-01-24T01:06:58.9935375Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-01-24T01:06:59.1151490Z ---------------------------------------- 139.2/139.2 kB 1.2 MB/s eta 0:00:00 2025-01-24T01:06:59.1235241Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-01-24T01:07:01.4850019Z ---------------------------------------- 13.3/13.3 MB 4.4 MB/s eta 0:00:00 2025-01-24T01:07:02.3560908Z Installing collected packages: botocore, boto3 2025-01-24T01:07:02.3561571Z Attempting uninstall: botocore 2025-01-24T01:07:02.3570758Z Found existing installation: botocore 1.34.154 2025-01-24T01:07:02.6305766Z Uninstalling botocore-1.34.154: 2025-01-24T01:07:02.7102713Z Successfully uninstalled botocore-1.34.154 2025-01-24T01:07:09.6096744Z Attempting uninstall: boto3 2025-01-24T01:07:09.6107095Z Found existing installation: boto3 1.34.154 2025-01-24T01:07:09.6279243Z Uninstalling boto3-1.34.154: 2025-01-24T01:07:09.6333125Z Successfully uninstalled boto3-1.34.154 2025-01-24T01:07:10.0123671Z Successfully installed boto3-1.35.42 botocore-1.35.99 2025-01-24T01:07:10.1750285Z Command completed after 1 attempt(s). 2025-01-24T01:07:10.1906240Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-01-24T01:07:10.1906678Z python3 .github/scripts/pytest_cache.py \ 2025-01-24T01:07:10.1907016Z  --download \ 2025-01-24T01:07:10.1907315Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-01-24T01:07:10.1907664Z  --pr_identifier $GITHUB_REF \ 2025-01-24T01:07:10.1907985Z  --job_identifier $JOB_IDENTIFIER \ 2025-01-24T01:07:10.1908311Z  --temp_dir $RUNNER_TEMP \ 2025-01-24T01:07:10.1908594Z  --repo $REPO \ 2025-01-24T01:07:10.1908832Z  --bucket $BUCKET \ 2025-01-24T01:07:10.1929105Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:07:10.1929588Z env: 2025-01-24T01:07:10.1929778Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:10.1930175Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:10.1930707Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:10.1931185Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:10.1931600Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:10.1932020Z CACHE_DIR: .pytest_cache 2025-01-24T01:07:10.1932289Z JOB_IDENTIFIER: trunk_win-vs2019-cpu-py3 2025-01-24T01:07:10.1932667Z REPO: pytorch/pytorch 2025-01-24T01:07:10.1932909Z BUCKET: gha-artifacts 2025-01-24T01:07:10.1933128Z ##[endgroup] 2025-01-24T01:07:11.1014344Z PR identifier for `refs/tags/ciflow/trunk/145539` is `176fb65f7225139c8cde115d0862147c` 2025-01-24T01:07:11.1016191Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/tags/ciflow/trunk/145539', job_identifier='trunk_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-01-24T01:07:11.1018188Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/176fb65f7225139c8cde115d0862147c/trunk_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2025-01-24T01:07:11.1717501Z ##[group]Run .ci/pytorch/win-build.sh 2025-01-24T01:07:11.1717860Z .ci/pytorch/win-build.sh 2025-01-24T01:07:11.1737794Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:07:11.1738243Z env: 2025-01-24T01:07:11.1738450Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:11.1738840Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:11.1739379Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:11.1740028Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:11.1740442Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:11.1740833Z PYTORCH_FINAL_PACKAGE_DIR: /c/12940918145/build-results/ 2025-01-24T01:07:11.1741182Z BRANCH: 2025-01-24T01:07:11.1741388Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2025-01-24T01:07:11.1741678Z BUILD_WHEEL: 1 2025-01-24T01:07:11.1741883Z MAX_JOBS: 8 2025-01-24T01:07:11.1742101Z CUDA_VERSION: cpu 2025-01-24T01:07:11.1742308Z PYTHON_VERSION: 3.9 2025-01-24T01:07:11.1742554Z SCCACHE_BUCKET: ossci-compiler-cache 2025-01-24T01:07:11.1742856Z SCCACHE_S3_KEY_PREFIX: trunk 2025-01-24T01:07:11.1743114Z SCCACHE_REGION: us-east-1 2025-01-24T01:07:11.1743361Z VC_PRODUCT: BuildTools 2025-01-24T01:07:11.1743588Z VC_VERSION: 2025-01-24T01:07:11.1743773Z VC_YEAR: 2019 2025-01-24T01:07:11.1744109Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T01:07:11.1744545Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T01:07:11.1744797Z PR_NUMBER: 2025-01-24T01:07:11.1745040Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:07:11.1745348Z DEBUG: 0 2025-01-24T01:07:11.1745531Z TORCH_CUDA_ARCH_LIST: 8.6 2025-01-24T01:07:11.1745764Z USE_CUDA: 0 2025-01-24T01:07:11.1745954Z USE_XPU: 0 2025-01-24T01:07:11.1746134Z XPU_VERSION: 2025-01-24T01:07:11.1746351Z OUR_GITHUB_JOB_ID: 36096145226 2025-01-24T01:07:11.1746614Z ##[endgroup] 2025-01-24T01:07:11.5640132Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2025-01-24T01:07:11.5640487Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T01:07:11.5640997Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-01-24T01:07:11.5643526Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2025-01-24T01:07:11.5644055Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:07:11.5644630Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:07:11.5703721Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:07:11.5803542Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-01-24T01:07:11.5803971Z + export TMP_DIR_WIN 2025-01-24T01:07:11.5804302Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T01:07:11.5804753Z + PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T01:07:11.5805109Z + [[ -n /c/12940918145/build-results/ ]] 2025-01-24T01:07:11.5805437Z + mkdir -p /c/12940918145/build-results/ 2025-01-24T01:07:11.5935492Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:07:11.5936240Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:07:11.5936736Z + set +ex 2025-01-24T01:07:12.7194310Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T01:07:12.7335307Z 2025-01-24T01:07:12.7335743Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-01-24T01:07:12.7339209Z 2025-01-24T01:07:12.7343327Z 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:\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:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:07:12.7345949Z 2025-01-24T01:07:12.7346483Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:07:12.7347287Z 2025-01-24T01:07:12.7347844Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-01-24T01:07:12.7356868Z 2025-01-24T01:07:12.7357405Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-01-24T01:07:12.7357868Z echo skip magma installation for cpu builds 2025-01-24T01:07:12.7358192Z exit /b 0 2025-01-24T01:07:12.7358386Z ) 2025-01-24T01:07:12.7358586Z skip magma installation for cpu builds 2025-01-24T01:07:12.7361870Z 2025-01-24T01:07:12.7362157Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T01:07:12.7363115Z 2025-01-24T01:07:12.7363392Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T01:07:12.7365187Z 2025-01-24T01:07:12.7365890Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-01-24T01:07:12.7375158Z 2025-01-24T01:07:12.7375612Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-01-24T01:07:12.7383912Z 2025-01-24T01:07:12.7384387Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-01-24T01:07:12.7384914Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-01-24T01:07:12.7385430Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-01-24T01:07:12.7385943Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-01-24T01:07:12.7386407Z ) 2025-01-24T01:07:12.7387708Z if "win-vs2019-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-01-24T01:07:12.7389252Z ) 2025-01-24T01:07:14.1041514Z Completed 256.0 KiB/18.8 MiB (654.5 KiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1060479Z Completed 512.0 KiB/18.8 MiB (1.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1089898Z Completed 768.0 KiB/18.8 MiB (1.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1094473Z Completed 1.0 MiB/18.8 MiB (2.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1119603Z Completed 1.2 MiB/18.8 MiB (3.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1132033Z Completed 1.5 MiB/18.8 MiB (3.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1155169Z Completed 1.8 MiB/18.8 MiB (4.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1169293Z Completed 2.0 MiB/18.8 MiB (4.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1176418Z Completed 2.2 MiB/18.8 MiB (5.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1192742Z Completed 2.5 MiB/18.8 MiB (6.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1207140Z Completed 2.8 MiB/18.8 MiB (6.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1210830Z Completed 3.0 MiB/18.8 MiB (7.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1225346Z Completed 3.2 MiB/18.8 MiB (7.8 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1228682Z Completed 3.5 MiB/18.8 MiB (8.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1240156Z Completed 3.8 MiB/18.8 MiB (9.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1241921Z Completed 4.0 MiB/18.8 MiB (9.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1251313Z Completed 4.2 MiB/18.8 MiB (10.1 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1255576Z Completed 4.5 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1263553Z Completed 4.8 MiB/18.8 MiB (11.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1274136Z Completed 5.0 MiB/18.8 MiB (11.8 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1283566Z Completed 5.2 MiB/18.8 MiB (12.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1293669Z Completed 5.5 MiB/18.8 MiB (13.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1298193Z Completed 5.8 MiB/18.8 MiB (13.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1304748Z Completed 6.0 MiB/18.8 MiB (14.1 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1309805Z Completed 6.2 MiB/18.8 MiB (14.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1319294Z Completed 6.5 MiB/18.8 MiB (15.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1331009Z Completed 6.8 MiB/18.8 MiB (15.8 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1335574Z Completed 7.0 MiB/18.8 MiB (16.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1342639Z Completed 7.2 MiB/18.8 MiB (16.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1348018Z Completed 7.5 MiB/18.8 MiB (17.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1356226Z Completed 7.8 MiB/18.8 MiB (18.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1358924Z Completed 8.0 MiB/18.8 MiB (18.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1368091Z Completed 8.2 MiB/18.8 MiB (19.1 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1372149Z Completed 8.5 MiB/18.8 MiB (19.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1376511Z Completed 8.8 MiB/18.8 MiB (20.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1385109Z Completed 9.0 MiB/18.8 MiB (20.8 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1388257Z Completed 9.2 MiB/18.8 MiB (21.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1396936Z Completed 9.5 MiB/18.8 MiB (21.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1400000Z Completed 9.8 MiB/18.8 MiB (22.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1409549Z Completed 10.0 MiB/18.8 MiB (23.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1413642Z Completed 10.2 MiB/18.8 MiB (23.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1419688Z Completed 10.5 MiB/18.8 MiB (24.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1428233Z Completed 10.8 MiB/18.8 MiB (24.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1432520Z Completed 11.0 MiB/18.8 MiB (25.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1440640Z Completed 11.2 MiB/18.8 MiB (25.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1447801Z Completed 11.5 MiB/18.8 MiB (26.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1452594Z Completed 11.8 MiB/18.8 MiB (26.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1461445Z Completed 12.0 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1470497Z Completed 12.2 MiB/18.8 MiB (27.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1470996Z Completed 12.5 MiB/18.8 MiB (28.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1478201Z Completed 12.8 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1487086Z Completed 13.0 MiB/18.8 MiB (29.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1491189Z Completed 13.2 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1494222Z Completed 13.5 MiB/18.8 MiB (30.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1502961Z Completed 13.8 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1507241Z Completed 14.0 MiB/18.8 MiB (31.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1508547Z Completed 14.2 MiB/18.8 MiB (32.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1521462Z Completed 14.5 MiB/18.8 MiB (32.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1522530Z Completed 14.8 MiB/18.8 MiB (33.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1524176Z Completed 15.0 MiB/18.8 MiB (33.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1533308Z Completed 15.2 MiB/18.8 MiB (34.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1537550Z Completed 15.5 MiB/18.8 MiB (35.0 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1538943Z Completed 15.8 MiB/18.8 MiB (35.5 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1548194Z Completed 16.0 MiB/18.8 MiB (36.1 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1551465Z Completed 16.2 MiB/18.8 MiB (36.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1554650Z Completed 16.5 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1560205Z Completed 16.8 MiB/18.8 MiB (37.8 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1566743Z Completed 17.0 MiB/18.8 MiB (38.4 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1571093Z Completed 17.2 MiB/18.8 MiB (38.9 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1574430Z Completed 17.5 MiB/18.8 MiB (38.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1577318Z Completed 17.8 MiB/18.8 MiB (39.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1604421Z Completed 17.8 MiB/18.8 MiB (39.3 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1615231Z Completed 18.1 MiB/18.8 MiB (39.6 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1656897Z Completed 18.3 MiB/18.8 MiB (40.1 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:14.1664562Z Completed 18.6 MiB/18.8 MiB (40.2 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:15.6284780Z Completed 18.8 MiB/18.8 MiB (40.7 MiB/s) with 1 file(s) remaining 2025-01-24T01:07:15.6285567Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-01-24T01:07:15.7301604Z 2025-01-24T01:07:15.7302363Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T01:07:15.7303072Z 2025-01-24T01:07:15.7303388Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T01:07:15.7306011Z 2025-01-24T01:07:15.7306417Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-01-24T01:07:15.7306771Z set CUDA_VERSION=xpu 2025-01-24T01:07:15.7307320Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-01-24T01:07:15.7307930Z if errorlevel 1 exit /b 1 2025-01-24T01:07:15.7308178Z ) 2025-01-24T01:07:15.7308693Z 2025-01-24T01:07:15.7309321Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-01-24T01:07:15.7320256Z 2025-01-24T01:07:15.7320984Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-01-24T01:07:15.7324458Z 2025-01-24T01:07:15.7325108Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-01-24T01:07:15.7327222Z 2025-01-24T01:07:15.7327481Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-01-24T01:07:15.7328574Z 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-01-24T01:07:15.7329589Z if errorlevel 1 exit /b 2025-01-24T01:07:15.7329852Z if not errorlevel 0 exit /b 2025-01-24T01:07:15.7330680Z 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-01-24T01:07:15.7331523Z if errorlevel 1 exit /b 2025-01-24T01:07:15.7331784Z if not errorlevel 0 exit /b 2025-01-24T01:07:15.7332211Z ) 2025-01-24T01:07:15.7332322Z 2025-01-24T01:07:15.7332692Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T01:07:17.1962666Z Collecting mkl-include==2021.4.0 2025-01-24T01:07:17.3954508Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-01-24T01:07:17.4391959Z Collecting mkl-devel==2021.4.0 2025-01-24T01:07:17.4466690Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-01-24T01:07:17.4969083Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2025-01-24T01:07:17.5031865Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-01-24T01:07:17.5493391Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2025-01-24T01:07:17.5571230Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2025-01-24T01:07:17.5846583Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2025-01-24T01:07:17.5898838Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2025-01-24T01:07:17.6123578Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2025-01-24T01:07:17.8735620Z ---------------------------------------- 1.2/1.2 MB 4.8 MB/s eta 0:00:00 2025-01-24T01:07:17.8804337Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2025-01-24T01:07:18.5007336Z ---------------------------------------- 9.1/9.1 MB 15.0 MB/s eta 0:00:00 2025-01-24T01:07:18.5068878Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2025-01-24T01:08:30.1180609Z ---------------------------------------- 228.5/228.5 MB ? eta 0:00:00 2025-01-24T01:08:30.1257130Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2025-01-24T01:08:31.1963487Z ---------------------------------------- 3.5/3.5 MB 3.2 MB/s eta 0:00:00 2025-01-24T01:08:31.2031757Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2025-01-24T01:08:31.6233349Z -------------------------------------- 286.9/286.9 kB 681.4 kB/s eta 0:00:00 2025-01-24T01:08:33.1582098Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2025-01-24T01:08:46.4672435Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.1 2025-01-24T01:08:47.7878482Z ********************************************************************** 2025-01-24T01:08:47.7878975Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2025-01-24T01:08:47.7879439Z ** Copyright (c) 2021 Microsoft Corporation 2025-01-24T01:08:47.7881090Z ********************************************************************** 2025-01-24T01:08:48.5731341Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-01-24T01:08:48.5768575Z 2025-01-24T01:08:48.5769269Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-01-24T01:08:48.5773337Z 2025-01-24T01:08:48.5774159Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-01-24T01:08:48.5776614Z 2025-01-24T01:08:48.5776976Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-01-24T01:08:48.5779852Z 2025-01-24T01:08:48.5789377Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\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\2019\BuildTools\Common7\Tools\devinit;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\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\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:\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:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:08:48.5797866Z 2025-01-24T01:08:48.5798166Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T01:08:48.5798566Z 2025-01-24T01:08:48.5798785Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-01-24T01:08:48.5799139Z 2025-01-24T01:08:48.5799394Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T01:08:48.5799766Z 2025-01-24T01:08:48.5799985Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T01:08:48.5935803Z Stopping sccache server... 2025-01-24T01:08:49.5983149Z sccache: error: couldn't connect to server 2025-01-24T01:08:49.5986179Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-01-24T01:08:49.6017302Z 2025-01-24T01:08:49.6018011Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-01-24T01:08:49.6125103Z sccache: Starting the server... 2025-01-24T01:08:50.1737995Z 2025-01-24T01:08:50.1738724Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-01-24T01:08:50.1855800Z Compile requests 0 2025-01-24T01:08:50.1856237Z Compile requests executed 0 2025-01-24T01:08:50.1856551Z Cache hits 0 2025-01-24T01:08:50.1856898Z Cache misses 0 2025-01-24T01:08:50.1857184Z Cache timeouts 0 2025-01-24T01:08:50.1858664Z Cache read errors 0 2025-01-24T01:08:50.1858986Z Forced recaches 0 2025-01-24T01:08:50.1859266Z Cache write errors 0 2025-01-24T01:08:50.1859571Z Compilation failures 0 2025-01-24T01:08:50.1859888Z Cache errors 0 2025-01-24T01:08:50.1860185Z Non-cacheable compilations 0 2025-01-24T01:08:50.1860506Z Non-cacheable calls 0 2025-01-24T01:08:50.1860818Z Non-compilation calls 0 2025-01-24T01:08:50.1861123Z Unsupported compiler calls 0 2025-01-24T01:08:50.1861445Z Average cache write 0.000 s 2025-01-24T01:08:50.1861767Z Average compiler 0.000 s 2025-01-24T01:08:50.1862071Z Average cache read hit 0.000 s 2025-01-24T01:08:50.1862416Z Failed distributed compilations 0 2025-01-24T01:08:50.1862917Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T01:08:50.1864044Z Version (client) 0.7.4 2025-01-24T01:08:50.1877813Z 2025-01-24T01:08:50.1878169Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T01:08:50.1880455Z 2025-01-24T01:08:50.1881379Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T01:08:50.1883130Z 2025-01-24T01:08:50.1883536Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-01-24T01:08:50.1887797Z 2025-01-24T01:08:50.1888389Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-01-24T01:08:50.1888827Z 2025-01-24T01:08:50.1889074Z 2025-01-24T01:08:50.1889258Z 2025-01-24T01:08:50.1890193Z 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-01-24T01:08:50.1892434Z if errorlevel 1 goto fail 2025-01-24T01:08:50.1892790Z if not errorlevel 0 goto fail 2025-01-24T01:08:50.1894234Z 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\v12.6\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-01-24T01:08:50.1895993Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T01:08:50.1896771Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T01:08:50.1897851Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-01-24T01:08:50.1899247Z 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-01-24T01:08:50.1900099Z ) 2025-01-24T01:08:50.1900216Z 2025-01-24T01:08:50.1900356Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-01-24T01:08:50.1900718Z ALLUSERSPROFILE=C:\ProgramData 2025-01-24T01:08:50.1901254Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T01:08:50.1901728Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-01-24T01:08:50.1902068Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T01:08:50.1902325Z AWS_EXECUTION_ENV=EC2 2025-01-24T01:08:50.1902691Z BRANCH= 2025-01-24T01:08:50.1902980Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2025-01-24T01:08:50.1903312Z BUILD_TYPE=release 2025-01-24T01:08:50.1903551Z BUILD_WHEEL=1 2025-01-24T01:08:50.1903801Z CI=true 2025-01-24T01:08:50.1904020Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T01:08:50.1904326Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T01:08:50.1904603Z CMAKE_GENERATOR=Ninja 2025-01-24T01:08:50.1904864Z CommandPromptType=Native 2025-01-24T01:08:50.1905182Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-01-24T01:08:50.1905531Z COMPUTERNAME=EC2AMAZ-PEHGJN5 2025-01-24T01:08:50.1905823Z COMSPEC=C:\Windows\system32\cmd.exe 2025-01-24T01:08:50.1906228Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:50.1906635Z CONDA_DEFAULT_ENV=base 2025-01-24T01:08:50.1906931Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-01-24T01:08:50.1907364Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:50.1907743Z CONDA_PARENT_DIR=C:\Jenkins 2025-01-24T01:08:50.1908026Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-01-24T01:08:50.1908324Z CONDA_PROMPT_MODIFIER=(base) 2025-01-24T01:08:50.1908631Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-01-24T01:08:50.1909180Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:50.1909672Z CONDA_SHLVL=1 2025-01-24T01:08:50.1910052Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:08:50.1910578Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-01-24T01:08:50.1911114Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T01:08:50.1911626Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-01-24T01:08:50.1912319Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:08:50.1912740Z CUDA_VERSION=cpu 2025-01-24T01:08:50.1912996Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-01-24T01:08:50.1913422Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-01-24T01:08:50.1913862Z CommonProgramW6432=C:\Program Files\Common Files 2025-01-24T01:08:50.1914254Z DEBUG=0 2025-01-24T01:08:50.1914694Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-01-24T01:08:50.1915160Z DISTUTILS_USE_SDK=1 2025-01-24T01:08:50.1915497Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-01-24T01:08:50.1916018Z EC2LAUNCH_TELEMETRY=1 2025-01-24T01:08:50.1916492Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-01-24T01:08:50.1916954Z Framework40Version=v4.0 2025-01-24T01:08:50.1917261Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:08:50.1917676Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:08:50.1918037Z FrameworkVersion=v4.0.30319 2025-01-24T01:08:50.1918323Z FrameworkVersion64=v4.0.30319 2025-01-24T01:08:50.1918600Z GITHUB_ACTION=build 2025-01-24T01:08:50.1918819Z GITHUB_ACTIONS=true 2025-01-24T01:08:50.1919043Z GITHUB_ACTION_REF= 2025-01-24T01:08:50.1919282Z GITHUB_ACTION_REPOSITORY= 2025-01-24T01:08:50.1919539Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T01:08:50.1919821Z GITHUB_ACTOR_ID=54816060 2025-01-24T01:08:50.1920104Z GITHUB_API_URL=https://api.github.com 2025-01-24T01:08:50.1920455Z GITHUB_BASE_REF= 2025-01-24T01:08:50.1920920Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_536d869a-9844-4c4e-a523-04476f9405b5 2025-01-24T01:08:50.1921470Z GITHUB_EVENT_NAME=push 2025-01-24T01:08:50.1921926Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-01-24T01:08:50.1922523Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T01:08:50.1922886Z GITHUB_HEAD_REF= 2025-01-24T01:08:50.1923108Z GITHUB_JOB=build 2025-01-24T01:08:50.1923597Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_536d869a-9844-4c4e-a523-04476f9405b5 2025-01-24T01:08:50.1924411Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_536d869a-9844-4c4e-a523-04476f9405b5 2025-01-24T01:08:50.1924987Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T01:08:50.1925295Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T01:08:50.1925600Z GITHUB_REF_PROTECTED=false 2025-01-24T01:08:50.1925870Z GITHUB_REF_TYPE=tag 2025-01-24T01:08:50.1926111Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T01:08:50.1926421Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T01:08:50.1926709Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T01:08:50.1926990Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T01:08:50.1927286Z GITHUB_RETENTION_DAYS=90 2025-01-24T01:08:50.1927546Z GITHUB_RUN_ATTEMPT=1 2025-01-24T01:08:50.1927776Z GITHUB_RUN_ID=12940918145 2025-01-24T01:08:50.1928031Z GITHUB_RUN_NUMBER=113598 2025-01-24T01:08:50.1928293Z GITHUB_SERVER_URL=https://github.com 2025-01-24T01:08:50.1928650Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:08:50.1929270Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_536d869a-9844-4c4e-a523-04476f9405b5 2025-01-24T01:08:50.1930134Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_536d869a-9844-4c4e-a523-04476f9405b5 2025-01-24T01:08:50.1930743Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T01:08:50.1931065Z GITHUB_WORKFLOW=trunk 2025-01-24T01:08:50.1931532Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T01:08:50.1932136Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:08:50.1932607Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:50.1933055Z GIT_DEFAULT_BRANCH=main 2025-01-24T01:08:50.1933300Z HOME=C:\Users\runneruser 2025-01-24T01:08:50.1935473Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;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\shared;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\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-01-24T01:08:50.1938038Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:08:50.1939798Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\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-01-24T01:08:50.1942173Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\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-01-24T01:08:50.1943814Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-01-24T01:08:50.1944145Z MAX_JOBS=8 2025-01-24T01:08:50.1944458Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-01-24T01:08:50.1944865Z NUMBER_OF_PROCESSORS=16 2025-01-24T01:08:50.1945106Z OS=Windows_NT 2025-01-24T01:08:50.1945328Z OUR_GITHUB_JOB_ID=36096145226 2025-01-24T01:08:50.1953050Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\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\2019\BuildTools\Common7\Tools\devinit;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\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\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:\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:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:08:50.1960740Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-01-24T01:08:50.1961115Z Platform=x64 2025-01-24T01:08:50.1961331Z PROCESSOR_ARCHITECTURE=AMD64 2025-01-24T01:08:50.1961743Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel 2025-01-24T01:08:50.1962176Z PROCESSOR_LEVEL=6 2025-01-24T01:08:50.1962403Z PROCESSOR_REVISION=5504 2025-01-24T01:08:50.1963411Z PROGRAMFILES=C:\Program Files 2025-01-24T01:08:50.1963713Z PROMPT=(base) $P$G 2025-01-24T01:08:50.1963929Z PR_NUMBER= 2025-01-24T01:08:50.1964433Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-01-24T01:08:50.1965018Z PUBLIC=C:\Users\Public 2025-01-24T01:08:50.1965586Z *** 2025-01-24T01:08:50.1965789Z PYTHON_VERSION=3.9 2025-01-24T01:08:50.1966091Z PYTORCH_FINAL_PACKAGE_DIR=C:/12940918145/build-results/ 2025-01-24T01:08:50.1966450Z ProgramData=C:\ProgramData 2025-01-24T01:08:50.1966848Z ProgramFiles(x86)=C:\Program Files (x86) 2025-01-24T01:08:50.1967176Z ProgramW6432=C:\Program Files 2025-01-24T01:08:50.1967434Z RUNNER_ARCH=X64 2025-01-24T01:08:50.1967684Z RUNNER_ENVIRONMENT=self-hosted 2025-01-24T01:08:50.1967969Z RUNNER_NAME=i-0ec918824af1ed046 2025-01-24T01:08:50.1968230Z RUNNER_OS=Windows 2025-01-24T01:08:50.1968488Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-01-24T01:08:50.1968855Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-01-24T01:08:50.1969267Z RUNNER_TRACKING_ID=github_a0a3ed70-0150-42dd-a0d3-6468b3e7448f 2025-01-24T01:08:50.1969703Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-01-24T01:08:50.1970069Z SCCACHE_BUCKET=ossci-compiler-cache 2025-01-24T01:08:50.1970357Z SCCACHE_IDLE_TIMEOUT=0 2025-01-24T01:08:50.1970623Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T01:08:50.1970911Z SCCACHE_REGION=us-east-1 2025-01-24T01:08:50.1971158Z SCCACHE_S3_KEY_PREFIX=trunk 2025-01-24T01:08:50.1971626Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:08:50.1972176Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:08:50.1972483Z SHLVL=2 2025-01-24T01:08:50.1972770Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-01-24T01:08:50.1973139Z SYSTEMDRIVE=C: 2025-01-24T01:08:50.1973357Z SYSTEMROOT=C:\Windows 2025-01-24T01:08:50.1973631Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:50.1973941Z TERM=xterm-256color 2025-01-24T01:08:50.1974201Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:50.1974539Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:50.1974928Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:08:50.1975407Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-01-24T01:08:50.1975801Z TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T01:08:50.1976045Z UCRTVersion=10.0.19041.0 2025-01-24T01:08:50.1976393Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:08:50.1976793Z UPDATEFILE=update.finished 2025-01-24T01:08:50.1977051Z USERDOMAIN=EC2AMAZ-PEHGJN5 2025-01-24T01:08:50.1977314Z USERNAME=runneruser 2025-01-24T01:08:50.1977562Z USERPROFILE=C:\Users\runneruser 2025-01-24T01:08:50.1977813Z USE_CUDA=0 2025-01-24T01:08:50.1978018Z USE_XPU=0 2025-01-24T01:08:50.1978433Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-01-24T01:08:50.1979084Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-01-24T01:08:50.1979798Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-01-24T01:08:50.1980618Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-01-24T01:08:50.1981257Z VCToolsVersion=14.29.30133 2025-01-24T01:08:50.1981592Z VC_PRODUCT=BuildTools 2025-01-24T01:08:50.1981834Z VC_VERSION= 2025-01-24T01:08:50.1982027Z VC_YEAR=2019 2025-01-24T01:08:50.1982267Z VERBOSE_ARG='SilentlyContinue' 2025-01-24T01:08:50.1982665Z VisualStudioVersion=16.0 2025-01-24T01:08:50.1983122Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-01-24T01:08:50.1983706Z VSCMD_ARG_app_plat=Desktop 2025-01-24T01:08:50.1984044Z VSCMD_ARG_HOST_ARCH=x64 2025-01-24T01:08:50.1984397Z VSCMD_ARG_TGT_ARCH=x64 2025-01-24T01:08:50.1984699Z VSCMD_VER=16.11.42 2025-01-24T01:08:50.1985310Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-01-24T01:08:50.1985734Z WINDIR=C:\Windows 2025-01-24T01:08:50.1986340Z 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-01-24T01:08:50.1987303Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-01-24T01:08:50.1988033Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:08:50.1988414Z WindowsSDKLibVersion=10.0.19041.0\ 2025-01-24T01:08:50.1988952Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-01-24T01:08:50.1989406Z WindowsSDKVersion=10.0.19041.0\ 2025-01-24T01:08:50.1989955Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-01-24T01:08:50.1990749Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-01-24T01:08:50.1991393Z XPU_VERSION= 2025-01-24T01:08:50.1991825Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T01:08:50.1992355Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-01-24T01:08:50.1993047Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-01-24T01:08:50.1993602Z __DOTNET_ADD_64BIT=1 2025-01-24T01:08:50.1993859Z __DOTNET_PREFERRED_BITNESS=64 2025-01-24T01:08:50.1997565Z __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:\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:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:08:50.2001025Z 2025-01-24T01:08:50.2001278Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-01-24T01:08:52.6699309Z Building wheel torch-2.7.0a0+gitd087145 2025-01-24T01:09:06.7704967Z -- The CXX compiler identification is MSVC 19.29.30157.0 2025-01-24T01:09:06.9447423Z -- The C compiler identification is MSVC 19.29.30157.0 2025-01-24T01:09:06.9841268Z -- Detecting CXX compiler ABI info 2025-01-24T01:09:13.6117615Z -- Detecting CXX compiler ABI info - done 2025-01-24T01:09:13.6146102Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-01-24T01:09:13.6165027Z -- Detecting CXX compile features 2025-01-24T01:09:13.6183523Z -- Detecting CXX compile features - done 2025-01-24T01:09:13.6289457Z -- Detecting C compiler ABI info 2025-01-24T01:09:13.9388547Z -- Detecting C compiler ABI info - done 2025-01-24T01:09:13.9411144Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-01-24T01:09:13.9415200Z -- Detecting C compile features 2025-01-24T01:09:13.9421525Z -- Detecting C compile features - done 2025-01-24T01:09:13.9504298Z -- Not forcing any particular BLAS to be found 2025-01-24T01:09:13.9548261Z CMake Warning at CMakeLists.txt:422 (message): 2025-01-24T01:09:13.9548718Z TensorPipe cannot be used on Windows. Set it to OFF 2025-01-24T01:09:13.9548987Z 2025-01-24T01:09:13.9549012Z 2025-01-24T01:09:13.9549146Z CMake Warning at CMakeLists.txt:424 (message): 2025-01-24T01:09:13.9549923Z KleidiAI cannot be used on Windows. Set it to OFF 2025-01-24T01:09:13.9550190Z 2025-01-24T01:09:13.9550195Z 2025-01-24T01:09:13.9638395Z -- Performing Test C_HAS_AVX_1 2025-01-24T01:09:15.0973118Z -- Performing Test C_HAS_AVX_1 - Success 2025-01-24T01:09:15.0978542Z -- Performing Test C_HAS_AVX2_1 2025-01-24T01:09:15.4838630Z -- Performing Test C_HAS_AVX2_1 - Success 2025-01-24T01:09:15.4844507Z -- Performing Test C_HAS_AVX512_1 2025-01-24T01:09:16.2796945Z -- Performing Test C_HAS_AVX512_1 - Success 2025-01-24T01:09:16.2803508Z -- Performing Test CXX_HAS_AVX_1 2025-01-24T01:09:16.6745590Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-01-24T01:09:16.6751742Z -- Performing Test CXX_HAS_AVX2_1 2025-01-24T01:09:17.0547523Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-01-24T01:09:17.0554189Z -- Performing Test CXX_HAS_AVX512_1 2025-01-24T01:09:17.4441296Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-01-24T01:09:17.4443140Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-01-24T01:09:17.4447728Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-01-24T01:09:18.2735723Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-01-24T01:09:18.2736811Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-01-24T01:09:18.2749607Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-01-24T01:09:19.0012184Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-01-24T01:09:19.0028058Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-01-24T01:09:19.8593961Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-01-24T01:09:19.8609407Z -- Could not find hardware support for NEON on this machine. 2025-01-24T01:09:19.8609817Z -- No OMAP3 processor on this machine. 2025-01-24T01:09:19.8610125Z -- No OMAP4 processor on this machine. 2025-01-24T01:09:19.8610562Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-01-24T01:09:19.8903854Z -- Performing Test HAS/UTF_8 2025-01-24T01:09:20.8223936Z -- Performing Test HAS/UTF_8 - Success 2025-01-24T01:09:20.8251961Z -- Building using own protobuf under third_party per request. 2025-01-24T01:09:20.8252423Z -- Use custom protobuf build. 2025-01-24T01:09:20.8283244Z -- 2025-01-24T01:09:20.8283460Z -- 3.13.0.0 2025-01-24T01:09:20.8345286Z -- Looking for pthread.h 2025-01-24T01:09:21.1762095Z -- Looking for pthread.h - not found 2025-01-24T01:09:21.1798694Z -- Found Threads: TRUE 2025-01-24T01:09:21.2575631Z -- Caffe2 protobuf include directory: $$ 2025-01-24T01:09:21.2602794Z -- Trying to find preferred BLAS backend of choice: MKL 2025-01-24T01:09:21.2787662Z -- MKL_THREADING = OMP 2025-01-24T01:09:21.2797130Z -- Looking for sys/types.h 2025-01-24T01:09:21.6733083Z -- Looking for sys/types.h - found 2025-01-24T01:09:21.6743588Z -- Looking for stdint.h 2025-01-24T01:09:21.9865410Z -- Looking for stdint.h - found 2025-01-24T01:09:21.9879804Z -- Looking for stddef.h 2025-01-24T01:09:22.4608540Z -- Looking for stddef.h - found 2025-01-24T01:09:22.4610830Z -- Check size of void* 2025-01-24T01:09:22.8177457Z -- Check size of void* - done 2025-01-24T01:09:22.8670732Z -- Looking for cblas_sgemm 2025-01-24T01:09:23.2157056Z -- Looking for cblas_sgemm - found 2025-01-24T01:09:23.2160142Z -- Looking for cblas_gemm_bf16bf16f32 2025-01-24T01:09:23.5410141Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-01-24T01:09:23.5412907Z -- Looking for cblas_gemm_f16f16f32 2025-01-24T01:09:23.8675564Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-01-24T01:09:23.9234110Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib 2025-01-24T01:09:23.9235181Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-01-24T01:09:23.9235569Z -- MKL OpenMP type: 2025-01-24T01:09:23.9236068Z -- MKL OpenMP library: 2025-01-24T01:09:24.0903279Z -- The ASM compiler identification is MSVC 2025-01-24T01:09:24.0917823Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T01:09:24.1201829Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-01-24T01:09:24.1237261Z -- Generating microkernels.cmake 2025-01-24T01:09:29.1967602Z 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-01-24T01:09:29.1969268Z 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-01-24T01:09:29.1970184Z No microkernel found in src\reference\binary-elementwise.cc 2025-01-24T01:09:29.1970619Z No microkernel found in src\reference\packing.cc 2025-01-24T01:09:29.1971038Z No microkernel found in src\reference\unary-elementwise.cc 2025-01-24T01:09:29.3570516Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.0.windows.2") 2025-01-24T01:09:29.4594781Z -- git version: v1.6.1 normalized to 1.6.1 2025-01-24T01:09:29.4595188Z -- Version: 1.6.1 2025-01-24T01:09:29.4610915Z -- Looking for shm_open in rt 2025-01-24T01:09:29.6337389Z -- Looking for shm_open in rt - not found 2025-01-24T01:09:29.6340632Z -- Performing Test HAVE_STD_REGEX 2025-01-24T01:09:29.6341000Z -- Performing Test HAVE_STD_REGEX 2025-01-24T01:09:32.7051566Z -- Performing Test HAVE_STD_REGEX -- success 2025-01-24T01:09:32.7051984Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T01:09:32.7052306Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T01:09:32.8067847Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-01-24T01:09:32.8068313Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T01:09:32.8068617Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T01:09:32.8950362Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-01-24T01:09:32.8950826Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T01:09:32.8951133Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T01:09:33.4604519Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-01-24T01:09:33.5485201Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-01-24T01:09:33.5500341Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-01-24T01:09:33.8634136Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-01-24T01:09:35.6561794Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T01:09:35.6562699Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T01:09:35.6563251Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T01:09:35.6563793Z problems in calling code that expects `find_package` result variables 2025-01-24T01:09:35.6564279Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T01:09:35.6564606Z Call Stack (most recent call first): 2025-01-24T01:09:35.6565044Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T01:09:35.6565547Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T01:09:35.6566016Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:35.6566410Z 2025-01-24T01:09:35.6566538Z -- Found OpenMP_C: -openmp:experimental 2025-01-24T01:09:36.0272843Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T01:09:36.0273773Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T01:09:36.0274343Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T01:09:36.0274870Z problems in calling code that expects `find_package` result variables 2025-01-24T01:09:36.0275503Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T01:09:36.0275847Z Call Stack (most recent call first): 2025-01-24T01:09:36.0276282Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T01:09:36.0276769Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T01:09:36.0277248Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:36.0277569Z 2025-01-24T01:09:36.0277715Z -- Found OpenMP_CXX: -openmp:experimental 2025-01-24T01:09:36.0278030Z -- Found OpenMP: TRUE 2025-01-24T01:09:36.0279307Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-01-24T01:09:36.0281341Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-01-24T01:09:36.0281629Z 2025-01-24T01:09:36.0281634Z 2025-01-24T01:09:36.2960651Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-01-24T01:09:36.2961107Z ========== 2025-01-24T01:09:36.2961244Z 2025-01-24T01:09:36.2961249Z 2025-01-24T01:09:36.2961476Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-01-24T01:09:36.2961884Z CMAKE_BUILD_TYPE = Release 2025-01-24T01:09:36.2962058Z 2025-01-24T01:09:36.2962062Z 2025-01-24T01:09:36.2962270Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-01-24T01:09:36.2962707Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-01-24T01:09:36.2962968Z 2025-01-24T01:09:36.2962972Z 2025-01-24T01:09:36.2963166Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-01-24T01:09:36.2963615Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-01-24T01:09:36.2963879Z 2025-01-24T01:09:36.2963883Z 2025-01-24T01:09:36.2964070Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-01-24T01:09:36.2964457Z ========== 2025-01-24T01:09:36.2964577Z 2025-01-24T01:09:36.2964580Z 2025-01-24T01:09:36.3363619Z ** AsmJit Summary ** 2025-01-24T01:09:36.3364195Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-01-24T01:09:36.3364710Z ASMJIT_TEST=FALSE 2025-01-24T01:09:36.3364963Z ASMJIT_TARGET_TYPE=SHARED 2025-01-24T01:09:36.3365225Z ASMJIT_DEPS= 2025-01-24T01:09:36.3365435Z ASMJIT_LIBS=asmjit 2025-01-24T01:09:36.3365673Z ASMJIT_CFLAGS= 2025-01-24T01:09:36.3366191Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-01-24T01:09:36.3366714Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-01-24T01:09:36.3367032Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-01-24T01:09:36.3602466Z -- Using third party subdirectory Eigen. 2025-01-24T01:09:39.2217066Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-01-24T01:09:39.2218194Z -- Using third_party/pybind11. 2025-01-24T01:09:39.2218846Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-01-24T01:09:39.2257160Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-01-24T01:09:39.2257657Z -- Using third_party/opentelemetry-cpp. 2025-01-24T01:09:39.2258308Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-01-24T01:09:40.1707400Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-01-24T01:09:40.8642754Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-01-24T01:09:40.8645851Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-01-24T01:09:40.8648340Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-01-24T01:09:40.8648841Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-01-24T01:09:40.8649251Z Call Stack (most recent call first): 2025-01-24T01:09:40.8649553Z CMakeLists.txt:865 (include) 2025-01-24T01:09:40.8649732Z 2025-01-24T01:09:40.8649737Z 2025-01-24T01:09:40.8685380Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-01-24T01:09:40.8704845Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-01-24T01:09:40.8705396Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T01:09:40.8705973Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T01:09:40.8706434Z set the policy and suppress this warning. 2025-01-24T01:09:40.8706670Z 2025-01-24T01:09:40.8706890Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T01:09:40.8707499Z normal variable 'BUILD_BENCHMARK'. 2025-01-24T01:09:40.8707899Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:40.8708231Z 2025-01-24T01:09:40.8708441Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-01-24T01:09:40.8708972Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T01:09:40.8709550Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T01:09:40.8710004Z set the policy and suppress this warning. 2025-01-24T01:09:40.8710238Z 2025-01-24T01:09:40.8710452Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T01:09:40.8710885Z normal variable 'USE_NCCL'. 2025-01-24T01:09:40.8711257Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:40.8711583Z 2025-01-24T01:09:40.8711775Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-01-24T01:09:40.8712300Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T01:09:40.8712855Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T01:09:40.8713311Z set the policy and suppress this warning. 2025-01-24T01:09:40.8713542Z 2025-01-24T01:09:40.8713758Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T01:09:40.8714184Z normal variable 'USE_RCCL'. 2025-01-24T01:09:40.8714565Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:40.8714898Z 2025-01-24T01:09:40.8714985Z -- MSVC detected 2025-01-24T01:09:40.8715213Z -- Set USE_REDIS OFF 2025-01-24T01:09:40.8715443Z -- Set USE_IBVERBS OFF 2025-01-24T01:09:40.8715680Z -- Set USE_NCCL OFF 2025-01-24T01:09:40.8715907Z -- Set USE_RCCL OFF 2025-01-24T01:09:40.8716117Z -- Set USE_LIBUV ON 2025-01-24T01:09:40.8716374Z -- Only USE_LIBUV is supported on Windows 2025-01-24T01:09:40.8725853Z -- Gloo build as SHARED library 2025-01-24T01:09:40.9363503Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T01:09:40.9371598Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T01:09:40.9380516Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T01:09:41.7670571Z -- 2025-01-24T01:09:41.7671003Z -- ******** Summary ******** 2025-01-24T01:09:41.7671337Z -- CMake version : 3.22.1 2025-01-24T01:09:41.7671776Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T01:09:41.7672208Z -- System : Windows 2025-01-24T01:09:41.7672931Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T01:09:41.7673663Z -- C++ compiler version : 19.29.30157.0 2025-01-24T01:09:41.7674384Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-01-24T01:09:41.7674985Z -- Build type : Release 2025-01-24T01:09:41.7675496Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-01-24T01:09:41.7676353Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T01:09:41.7676956Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T01:09:41.7677650Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-01-24T01:09:41.7678127Z -- 2025-01-24T01:09:41.7678348Z -- ONNX version : 1.17.0 2025-01-24T01:09:41.7678737Z -- ONNX NAMESPACE : onnx_torch 2025-01-24T01:09:41.7679139Z -- ONNX_USE_LITE_PROTO : OFF 2025-01-24T01:09:41.7679639Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-01-24T01:09:41.7680009Z -- Protobuf_USE_STATIC_LIBS : ON 2025-01-24T01:09:41.7680476Z CMake Warning at cmake/Dependencies.cmake:1396 (message): 2025-01-24T01:09:41.7681029Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-01-24T01:09:41.7681510Z Call Stack (most recent call first): 2025-01-24T01:09:41.7681867Z CMakeLists.txt:865 (include) 2025-01-24T01:09:41.7693075Z 2025-01-24T01:09:41.7693083Z 2025-01-24T01:09:41.7693376Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-01-24T01:09:41.7693830Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-01-24T01:09:41.7694202Z -- ONNX_WERROR : OFF 2025-01-24T01:09:41.7694528Z -- ONNX_BUILD_TESTS : OFF 2025-01-24T01:09:41.7694911Z -- ONNX_BUILD_SHARED_LIBS : 2025-01-24T01:09:41.7695279Z -- BUILD_SHARED_LIBS : OFF 2025-01-24T01:09:41.7695617Z -- 2025-01-24T01:09:41.7695853Z -- Protobuf compiler : 2025-01-24T01:09:41.7696214Z -- Protobuf includes : 2025-01-24T01:09:41.7696584Z -- Protobuf libraries : 2025-01-24T01:09:41.7696917Z -- BUILD_ONNX_PYTHON : OFF 2025-01-24T01:09:41.7697400Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-01-24T01:09:41.7697897Z -- Adding -DNDEBUG to compile flags 2025-01-24T01:09:41.7698291Z -- Could not find hardware support for NEON on this machine. 2025-01-24T01:09:41.7698724Z -- No OMAP3 processor on this machine. 2025-01-24T01:09:41.7699100Z -- No OMAP4 processor on this machine. 2025-01-24T01:09:41.7700090Z -- Looking for sbgemm_ 2025-01-24T01:09:41.9809401Z -- Looking for sbgemm_ - not found 2025-01-24T01:09:41.9826084Z -- Found a library with LAPACK API (mkl). 2025-01-24T01:09:41.9826816Z disabling CUDA because NOT USE_CUDA is set 2025-01-24T01:09:41.9827181Z disabling ROCM because NOT USE_ROCM is set 2025-01-24T01:09:41.9827584Z -- MIOpen not found. Compiling without MIOpen support 2025-01-24T01:09:41.9836063Z -- Will build oneDNN UKERNEL 2025-01-24T01:09:41.9912276Z -- MKLDNN_CPU_RUNTIME = OMP 2025-01-24T01:09:41.9932283Z -- DNNL_TARGET_ARCH: X64 2025-01-24T01:09:41.9958184Z -- DNNL_LIBRARY_NAME: dnnl 2025-01-24T01:09:42.0043952Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T01:09:42.0044817Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T01:09:42.0045376Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T01:09:42.0045917Z problems in calling code that expects `find_package` result variables 2025-01-24T01:09:42.0046348Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T01:09:42.0046693Z Call Stack (most recent call first): 2025-01-24T01:09:42.0047127Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T01:09:42.0047675Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T01:09:42.0048885Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T01:09:42.0049842Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:42.0050164Z 2025-01-24T01:09:42.0050675Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T01:09:42.0051702Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T01:09:42.0052267Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T01:09:42.0052807Z problems in calling code that expects `find_package` result variables 2025-01-24T01:09:42.0053237Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T01:09:42.0053577Z Call Stack (most recent call first): 2025-01-24T01:09:42.0054017Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T01:09:42.0055937Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T01:09:42.0056408Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T01:09:42.0056888Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T01:09:42.0057206Z 2025-01-24T01:09:42.0476424Z -- Enabled testing coverage: CI 2025-01-24T01:09:42.0494389Z -- Enabled workload: TRAINING 2025-01-24T01:09:42.0494708Z -- Enabled primitives: ALL 2025-01-24T01:09:42.0494992Z -- Enabled primitive CPU ISA: ALL 2025-01-24T01:09:42.0495281Z -- Enabled primitive GPU ISA: ALL 2025-01-24T01:09:42.0495575Z -- Enabled GeMM kernels ISA: ALL 2025-01-24T01:09:42.0637621Z -- Primitive cache is enabled 2025-01-24T01:09:42.0638013Z -- Experimental functionality for ukernels is enabled 2025-01-24T01:09:42.1264387Z -- The ASM_MASM compiler identification is MSVC 2025-01-24T01:09:42.2438632Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-01-24T01:09:42.3042421Z -- Graph component is enabled 2025-01-24T01:09:42.3193108Z -- Graph compiler backend is disabled. 2025-01-24T01:09:42.3329330Z -- Found MKL-DNN: TRUE 2025-01-24T01:09:42.3400623Z -- {fmt} version: 11.1.1 2025-01-24T01:09:42.3400899Z -- Build type: Release 2025-01-24T01:09:42.3480457Z -- Using CPU-only version of Kineto 2025-01-24T01:09:42.3480776Z -- Configuring Kineto dependency: 2025-01-24T01:09:42.3481286Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-01-24T01:09:42.3481781Z -- KINETO_BUILD_TESTS = OFF 2025-01-24T01:09:42.3482048Z -- KINETO_LIBRARY_TYPE = static 2025-01-24T01:09:42.3959105Z INFO CUDA_SOURCE_DIR = 2025-01-24T01:09:42.3959408Z INFO ROCM_SOURCE_DIR = 2025-01-24T01:09:42.4380191Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-01-24T01:09:42.5203415Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-01-24T01:09:42.5205975Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-01-24T01:09:42.5206512Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-01-24T01:09:42.5206876Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-01-24T01:09:42.5207504Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-01-24T01:09:42.5208516Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-01-24T01:09:42.5231445Z -- Configured Kineto (CPU) 2025-01-24T01:09:42.5268243Z -- Performing Test HAS/WD4624 2025-01-24T01:09:42.8441673Z -- Performing Test HAS/WD4624 - Success 2025-01-24T01:09:42.8457604Z -- Performing Test HAS/WD4068 2025-01-24T01:09:43.3789308Z -- Performing Test HAS/WD4068 - Success 2025-01-24T01:09:43.3803008Z -- Performing Test HAS/WD4067 2025-01-24T01:09:43.7131584Z -- Performing Test HAS/WD4067 - Success 2025-01-24T01:09:43.7146850Z -- Performing Test HAS/WD4267 2025-01-24T01:09:44.0995058Z -- Performing Test HAS/WD4267 - Success 2025-01-24T01:09:44.1010547Z -- Performing Test HAS/WD4661 2025-01-24T01:09:44.4121511Z -- Performing Test HAS/WD4661 - Success 2025-01-24T01:09:44.4136686Z -- Performing Test HAS/WD4717 2025-01-24T01:09:45.8639497Z -- Performing Test HAS/WD4717 - Success 2025-01-24T01:09:45.8654709Z -- Performing Test HAS/WD4244 2025-01-24T01:09:46.3061912Z -- Performing Test HAS/WD4244 - Success 2025-01-24T01:09:46.3076846Z -- Performing Test HAS/WD4804 2025-01-24T01:09:46.6140988Z -- Performing Test HAS/WD4804 - Success 2025-01-24T01:09:46.6156002Z -- Performing Test HAS/WD4273 2025-01-24T01:09:46.9221115Z -- Performing Test HAS/WD4273 - Success 2025-01-24T01:09:46.9236346Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-01-24T01:09:46.9946471Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-01-24T01:09:47.0013239Z -- 2025-01-24T01:09:47.0014030Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-01-24T01:09:47.0016280Z -- 2025-01-24T01:09:47.0016498Z -- Library base name: mimalloc 2025-01-24T01:09:47.0016778Z -- Version : 1.8 2025-01-24T01:09:47.0017016Z -- Build type : release 2025-01-24T01:09:47.0017623Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T01:09:47.0018271Z -- Compiler flags : /Zc:__cplusplus 2025-01-24T01:09:47.0018556Z -- Compiler defines : 2025-01-24T01:09:47.0018862Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-01-24T01:09:47.0019225Z -- Build targets : static 2025-01-24T01:09:47.0019461Z -- 2025-01-24T01:09:47.0127249Z -- Performing Test HAS_WDEPRECATED 2025-01-24T01:09:47.0835964Z -- Performing Test HAS_WDEPRECATED - Failed 2025-01-24T01:09:47.0839296Z -- don't use NUMA 2025-01-24T01:09:47.0910480Z -- Looking for backtrace 2025-01-24T01:09:47.1785096Z -- Looking for backtrace - not found 2025-01-24T01:09:47.1849081Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-01-24T01:09:51.4129745Z -- headers outputs: 2025-01-24T01:09:54.6037457Z -- sources outputs: 2025-01-24T01:09:56.1852349Z -- declarations_yaml outputs: 2025-01-24T01:09:56.1959389Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-01-24T01:10:01.5358016Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-01-24T01:10:01.8788724Z -- Using ATen parallel backend: OMP 2025-01-24T01:10:01.8802963Z disabling CUDA because USE_CUDA is set false 2025-01-24T01:10:02.3298276Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-01-24T01:10:02.5194265Z -- Check size of long double 2025-01-24T01:10:02.8641325Z -- Check size of long double - done 2025-01-24T01:10:02.8649187Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-01-24T01:10:02.9918312Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-01-24T01:10:02.9923670Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-01-24T01:10:03.4704246Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-01-24T01:10:03.4709023Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-01-24T01:10:03.8839274Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-01-24T01:10:03.8844426Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-01-24T01:10:04.5090088Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-01-24T01:10:04.5093647Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-01-24T01:10:05.0203779Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-01-24T01:10:05.0208905Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-01-24T01:10:05.7738235Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-01-24T01:10:05.7743573Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-01-24T01:10:06.1707474Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-01-24T01:10:06.1780270Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-01-24T01:10:06.1784905Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-01-24T01:10:06.1788564Z -- Found OpenMP: TRUE (found version "2.0") 2025-01-24T01:10:06.1794416Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-01-24T01:10:06.5751569Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-01-24T01:10:06.5755882Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-01-24T01:10:06.6823307Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-01-24T01:10:06.6828106Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-01-24T01:10:06.7930030Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-01-24T01:10:06.7935098Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-01-24T01:10:06.9853315Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-01-24T01:10:06.9858164Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-01-24T01:10:07.0716197Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-01-24T01:10:07.2357068Z Target system: Windows-10.0.17763 2025-01-24T01:10:07.2357680Z -- Configuring build for SLEEF-v3.7.0 2025-01-24T01:10:07.2358014Z Target processor: AMD64 2025-01-24T01:10:07.2358283Z Host system: Windows-10.0.17763 2025-01-24T01:10:07.2358564Z Host processor: AMD64 2025-01-24T01:10:07.2359209Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T01:10:07.2359881Z CMake: 3.22.1 2025-01-24T01:10:07.2360173Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-01-24T01:10:07.2360705Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-01-24T01:10:07.2361190Z -- Building shared libs : OFF 2025-01-24T01:10:07.2361463Z -- Building static test bins: OFF 2025-01-24T01:10:07.2361732Z -- MPFR : LIB_MPFR-NOTFOUND 2025-01-24T01:10:07.2361986Z -- GMP : LIBGMP-NOTFOUND 2025-01-24T01:10:07.2362216Z -- RT : 2025-01-24T01:10:07.2362408Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-01-24T01:10:07.2362666Z -- OPENSSL : 3.0.15 2025-01-24T01:10:07.2362896Z -- SDE : SDE_COMMAND-NOTFOUND 2025-01-24T01:10:07.2363156Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-01-24T01:10:07.2694638Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-01-24T01:10:07.2695222Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-01-24T01:10:07.2696076Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-01-24T01:10:07.2696877Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-01-24T01:10:07.8552779Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-01-24T01:10:07.9239566Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-01-24T01:10:07.9245751Z -- Generating sources for unboxing kernels C:\Jenkins\Miniconda3\python.exe;-m;torchgen.gen_executorch;--source-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge;--install-dir=C:/actions-runner/_work/pytorch/pytorch/build/out;--tags-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/custom_ops.yaml 2025-01-24T01:10:08.1156552Z CMake Warning at CMakeLists.txt:1278 (message): 2025-01-24T01:10:08.1157088Z Generated cmake files are only fully tested if one builds with system glog, 2025-01-24T01:10:08.1157656Z gflags, and protobuf. Other settings may generate files that are not well 2025-01-24T01:10:08.1158063Z tested. 2025-01-24T01:10:08.1158186Z 2025-01-24T01:10:08.1158192Z 2025-01-24T01:10:08.1179704Z -- 2025-01-24T01:10:08.1179926Z -- ******** Summary ******** 2025-01-24T01:10:08.1180194Z -- General: 2025-01-24T01:10:08.1180387Z -- CMake version : 3.22.1 2025-01-24T01:10:08.1180761Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T01:10:08.1181148Z -- System : Windows 2025-01-24T01:10:08.1181773Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T01:10:08.1182595Z -- C++ compiler id : MSVC 2025-01-24T01:10:08.1182892Z -- C++ compiler version : 19.29.30157.0 2025-01-24T01:10:08.1183192Z -- Using ccache if found : OFF 2025-01-24T01:10:08.1184611Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-01-24T01:10:08.1186200Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T01:10:08.1186717Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T01:10:08.1187204Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T01:10:08.1187606Z -- Build type : Release 2025-01-24T01:10:08.1188819Z -- 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;FLASHATTENTION_DISABLE_ALIBI;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-01-24T01:10:08.1190239Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T01:10:08.1190744Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T01:10:08.1191181Z -- USE_GOLD_LINKER : OFF 2025-01-24T01:10:08.1191424Z -- 2025-01-24T01:10:08.1191616Z -- TORCH_VERSION : 2.7.0 2025-01-24T01:10:08.1191905Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-01-24T01:10:08.1192202Z -- BUILD_BINARY : OFF 2025-01-24T01:10:08.1192473Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-01-24T01:10:08.1192741Z -- Link local protobuf : ON 2025-01-24T01:10:08.1192992Z -- BUILD_PYTHON : True 2025-01-24T01:10:08.1193258Z -- Python version : 3.9.19 2025-01-24T01:10:08.1193605Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-01-24T01:10:08.1194053Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-01-24T01:10:08.1194485Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-01-24T01:10:08.1194929Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T01:10:08.1195310Z -- BUILD_SHARED_LIBS : ON 2025-01-24T01:10:08.1195652Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-01-24T01:10:08.1195967Z -- BUILD_TEST : True 2025-01-24T01:10:08.1196286Z -- BUILD_JNI : OFF 2025-01-24T01:10:08.1196554Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-01-24T01:10:08.1196827Z -- BUILD_LITE_INTERPRETER: OFF 2025-01-24T01:10:08.1197083Z -- INTERN_BUILD_MOBILE : 2025-01-24T01:10:08.1197340Z -- TRACING_BASED : OFF 2025-01-24T01:10:08.1197590Z -- USE_BLAS : 1 2025-01-24T01:10:08.1197842Z -- BLAS : mkl 2025-01-24T01:10:08.1198101Z -- BLAS_HAS_SBGEMM : 2025-01-24T01:10:08.1198348Z -- USE_LAPACK : 1 2025-01-24T01:10:08.1198597Z -- LAPACK : mkl 2025-01-24T01:10:08.1198855Z -- USE_ASAN : OFF 2025-01-24T01:10:08.1199097Z -- USE_TSAN : OFF 2025-01-24T01:10:08.1199351Z -- USE_CPP_CODE_COVERAGE : OFF 2025-01-24T01:10:08.1199608Z -- USE_CUDA : 0 2025-01-24T01:10:08.1199846Z -- USE_XPU : 0 2025-01-24T01:10:08.1200087Z -- USE_ROCM : OFF 2025-01-24T01:10:08.1200339Z -- BUILD_NVFUSER : 2025-01-24T01:10:08.1200595Z -- USE_EIGEN_FOR_BLAS : 2025-01-24T01:10:08.1200846Z -- USE_FBGEMM : ON 2025-01-24T01:10:08.1201110Z -- USE_FAKELOWP : OFF 2025-01-24T01:10:08.1201370Z -- USE_KINETO : ON 2025-01-24T01:10:08.1201672Z -- USE_GFLAGS : OFF 2025-01-24T01:10:08.1201928Z -- USE_GLOG : OFF 2025-01-24T01:10:08.1202228Z -- USE_LITE_PROTO : OFF 2025-01-24T01:10:08.1202617Z -- USE_PYTORCH_METAL : OFF 2025-01-24T01:10:08.1202895Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-01-24T01:10:08.1203183Z -- USE_MPS : OFF 2025-01-24T01:10:08.1203450Z -- CAN_COMPILE_METAL : 2025-01-24T01:10:08.1203714Z -- USE_MKL : ON 2025-01-24T01:10:08.1203962Z -- USE_STATIC_MKL : OFF 2025-01-24T01:10:08.1204218Z -- USE_MKLDNN : ON 2025-01-24T01:10:08.1204459Z -- USE_MKLDNN_ACL : OFF 2025-01-24T01:10:08.1204723Z -- USE_MKLDNN_CBLAS : OFF 2025-01-24T01:10:08.1205101Z -- USE_UCC : OFF 2025-01-24T01:10:08.1205338Z -- USE_ITT : ON 2025-01-24T01:10:08.1205588Z -- USE_NCCL : OFF 2025-01-24T01:10:08.1205841Z -- USE_NNPACK : OFF 2025-01-24T01:10:08.1206081Z -- USE_NUMPY : ON 2025-01-24T01:10:08.1206336Z -- USE_OBSERVERS : ON 2025-01-24T01:10:08.1206592Z -- USE_OPENCL : OFF 2025-01-24T01:10:08.1206842Z -- USE_OPENMP : ON 2025-01-24T01:10:08.1207090Z -- USE_MIMALLOC : ON 2025-01-24T01:10:08.1207347Z -- USE_MIMALLOC_ON_MKL : OFF 2025-01-24T01:10:08.1207665Z -- USE_VULKAN : OFF 2025-01-24T01:10:08.1207920Z -- USE_PROF : OFF 2025-01-24T01:10:08.1208235Z -- USE_PYTORCH_QNNPACK : OFF 2025-01-24T01:10:08.1208489Z -- USE_XNNPACK : ON 2025-01-24T01:10:08.1208743Z -- USE_DISTRIBUTED : ON 2025-01-24T01:10:08.1208996Z -- USE_MPI : OFF 2025-01-24T01:10:08.1209251Z -- USE_GLOO : ON 2025-01-24T01:10:08.1209512Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-01-24T01:10:08.1209783Z -- USE_TENSORPIPE : OFF 2025-01-24T01:10:08.1215393Z -- Public Dependencies : caffe2::mkl 2025-01-24T01:10:08.1216259Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-01-24T01:10:08.1217049Z -- Public CUDA Deps. : 2025-01-24T01:10:08.1217306Z -- Private CUDA Deps. : 2025-01-24T01:10:08.1217570Z -- USE_COREML_DELEGATE : OFF 2025-01-24T01:10:08.1217849Z -- BUILD_LAZY_TS_BACKEND : ON 2025-01-24T01:10:08.1218118Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-01-24T01:10:08.1257918Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-01-24T01:10:08.1951636Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-01-24T01:10:08.1966776Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-01-24T01:10:08.2681520Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-01-24T01:10:08.2743440Z -- Configuring done 2025-01-24T01:10:17.2954756Z -- Generating done 2025-01-24T01:10:17.5349534Z CMake Warning: 2025-01-24T01:10:17.5349933Z Manually-specified variables were not used by the project: 2025-01-24T01:10:17.5350241Z 2025-01-24T01:10:17.5350329Z BUILD_ENVIRONMENT 2025-01-24T01:10:17.5350555Z BUILD_TYPE 2025-01-24T01:10:17.5350743Z BUILD_WHEEL 2025-01-24T01:10:17.5350912Z 2025-01-24T01:10:17.5350917Z 2025-01-24T01:10:17.5377482Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-01-24T01:10:23.6791221Z [1/4] Generating ATen declarations_yaml 2025-01-24T01:10:31.4224694Z [2/4] Generating ATen sources 2025-01-24T01:10:32.6854161Z [3/4] Generating ATen headers 2025-01-24T01:10:38.6783696Z [1/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T01:10:38.6883007Z [2/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T01:10:38.6934309Z [3/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T01:10:38.7142233Z [4/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T01:10:38.7161661Z [5/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T01:10:38.7179166Z [6/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T01:10:38.7302099Z [7/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T01:10:38.7382711Z [8/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T01:10:38.9659576Z [9/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T01:10:39.0462155Z [10/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T01:10:39.0617202Z [11/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T01:10:39.0701103Z [12/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T01:10:39.0716361Z [13/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T01:10:39.0730881Z [14/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T01:10:39.1161563Z [15/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T01:10:39.2646407Z [16/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T01:10:39.3404139Z [17/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T01:10:39.3424565Z [18/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T01:10:39.3700729Z [19/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T01:10:39.3812857Z [20/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T01:10:39.4309859Z [21/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T01:10:39.5088121Z [22/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T01:10:39.6058624Z [23/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T01:10:39.6139194Z [24/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T01:10:39.7245971Z [25/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-01-24T01:10:39.7656743Z [26/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-01-24T01:10:39.8019650Z [27/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T01:10:39.8540474Z [28/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-01-24T01:10:39.9522267Z [29/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-01-24T01:10:40.0228646Z [30/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-01-24T01:10:40.2701554Z [31/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-01-24T01:10:40.2722391Z [32/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-01-24T01:10:40.2813065Z [33/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-01-24T01:10:40.2836639Z [34/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-01-24T01:10:40.3305848Z [35/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-01-24T01:10:40.3576563Z [36/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-01-24T01:10:40.4416914Z [37/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-01-24T01:10:40.5861348Z [38/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-01-24T01:10:40.6227265Z [39/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-01-24T01:10:40.6243856Z [40/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-01-24T01:10:40.6653371Z [41/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-01-24T01:10:40.6970143Z [42/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-01-24T01:10:40.7476826Z [43/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-01-24T01:10:40.9222745Z [44/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-01-24T01:10:40.9780692Z [45/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-01-24T01:10:40.9881760Z [46/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-01-24T01:10:41.0420718Z [47/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-01-24T01:10:41.1025119Z [48/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-01-24T01:10:41.1642146Z [49/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-01-24T01:10:41.1799596Z [50/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-01-24T01:10:41.3399201Z [51/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-01-24T01:10:41.3769227Z [52/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-01-24T01:10:41.4758038Z [53/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-01-24T01:10:41.4821767Z [54/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-01-24T01:10:41.4878138Z [55/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-01-24T01:10:41.4940011Z [56/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-01-24T01:10:41.6909770Z [57/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T01:10:41.7019946Z [58/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-01-24T01:10:41.7103498Z [59/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T01:10:41.7171605Z [60/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-01-24T01:10:41.7658107Z [61/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-01-24T01:10:41.7736912Z [62/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-01-24T01:10:41.8581005Z [63/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-01-24T01:10:41.9091806Z [64/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-01-24T01:10:41.9933471Z [65/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-01-24T01:10:42.0699941Z [66/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-01-24T01:10:42.0907415Z [67/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-01-24T01:10:42.1755860Z [68/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-01-24T01:10:42.2022618Z [69/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-01-24T01:10:42.2164181Z [70/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-01-24T01:10:42.2371182Z [71/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-01-24T01:10:42.3083576Z [72/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-01-24T01:10:42.3202515Z [73/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-01-24T01:10:42.4241295Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T01:10:42.4241828Z 2025-01-24T01:10:42.4241835Z 2025-01-24T01:10:42.4242104Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:10:42.4242509Z 2025-01-24T01:10:42.4242514Z 2025-01-24T01:10:42.4242519Z 2025-01-24T01:10:42.4242654Z 2025-01-24T01:10:42.4243654Z [74/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-01-24T01:10:42.4686698Z [75/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-01-24T01:10:42.5758880Z [76/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-01-24T01:10:42.6196712Z [77/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-01-24T01:10:42.6292927Z [78/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-01-24T01:10:42.7085383Z [79/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-01-24T01:10:42.7233485Z [80/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-01-24T01:10:42.9056202Z [81/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-01-24T01:10:42.9701213Z [82/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-01-24T01:10:43.0522458Z [83/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-01-24T01:10:43.0627757Z [84/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-01-24T01:10:43.1050208Z [85/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-01-24T01:10:43.1604626Z [86/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-01-24T01:10:43.2098069Z [87/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-01-24T01:10:43.3628086Z [88/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-01-24T01:10:43.4592745Z [89/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-01-24T01:10:43.4781677Z [90/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-01-24T01:10:43.4982392Z [91/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-01-24T01:10:43.5069076Z [92/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-01-24T01:10:43.5451912Z [93/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-01-24T01:10:43.6521709Z [94/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-01-24T01:10:43.7558541Z [95/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-01-24T01:10:43.8016241Z [96/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-01-24T01:10:43.9007081Z [97/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-01-24T01:10:43.9026752Z [98/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-01-24T01:10:43.9046510Z [99/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-01-24T01:10:43.9208040Z [100/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-01-24T01:10:44.0532287Z [101/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-01-24T01:10:44.1555375Z [102/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-01-24T01:10:44.1972651Z [103/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-01-24T01:10:44.2902110Z [104/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-01-24T01:10:44.3199596Z [105/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-01-24T01:10:44.3303212Z [106/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-01-24T01:10:44.3328179Z [107/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-01-24T01:10:44.3703224Z [108/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-01-24T01:10:44.4662436Z [109/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-01-24T01:10:44.5904991Z [110/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-01-24T01:10:44.6068986Z [111/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-01-24T01:10:44.6314211Z [112/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-01-24T01:10:44.6842850Z [113/7038] Linking CXX static library lib\libprotobuf.lib 2025-01-24T01:10:44.7047430Z [114/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-01-24T01:10:44.7142557Z [115/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-01-24T01:10:44.7352991Z [116/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-01-24T01:10:44.8917013Z [117/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-01-24T01:10:45.0148910Z [118/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-01-24T01:10:45.0175099Z [119/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-01-24T01:10:45.0383652Z [120/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-01-24T01:10:45.0932189Z [121/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-01-24T01:10:45.1352692Z [122/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-01-24T01:10:45.1468603Z [123/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-01-24T01:10:45.1762226Z [124/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-01-24T01:10:45.3046171Z [125/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-01-24T01:10:45.4464245Z [126/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-01-24T01:10:45.4849579Z [127/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-01-24T01:10:45.4944984Z [128/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-01-24T01:10:45.5452772Z [129/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-01-24T01:10:45.5541142Z [130/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-01-24T01:10:45.5636245Z [131/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-01-24T01:10:45.5802305Z [132/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-01-24T01:10:45.7530966Z [133/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-01-24T01:10:45.9022996Z [134/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-01-24T01:10:45.9136101Z [135/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-01-24T01:10:45.9161722Z [136/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-01-24T01:10:45.9542951Z [137/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-01-24T01:10:45.9655472Z [138/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-01-24T01:10:45.9744012Z [139/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-01-24T01:10:45.9857988Z [140/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-01-24T01:10:46.0684432Z [141/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-01-24T01:10:46.1791147Z [142/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-01-24T01:10:46.3142797Z [143/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-01-24T01:10:46.3582886Z [144/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-01-24T01:10:46.3607227Z [145/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-01-24T01:10:46.3770921Z [146/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-01-24T01:10:46.3914580Z [147/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-01-24T01:10:46.4320634Z [148/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-01-24T01:10:46.4889578Z [149/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-01-24T01:10:46.6837844Z [150/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-01-24T01:10:46.7246960Z [151/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-01-24T01:10:46.7464712Z [152/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-01-24T01:10:46.7828426Z [153/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-01-24T01:10:46.8017082Z [154/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-01-24T01:10:46.8693260Z [155/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-01-24T01:10:46.8847592Z [156/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-01-24T01:10:46.8863554Z [157/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-01-24T01:10:46.8977903Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T01:10:46.8978806Z 2025-01-24T01:10:46.8978816Z 2025-01-24T01:10:46.8979301Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:10:46.8979879Z 2025-01-24T01:10:46.8979886Z 2025-01-24T01:10:46.8979894Z 2025-01-24T01:10:46.8979901Z 2025-01-24T01:10:46.8980993Z [158/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-01-24T01:10:46.8989180Z [159/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-01-24T01:10:47.0697181Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T01:10:47.0697722Z 2025-01-24T01:10:47.0697729Z 2025-01-24T01:10:47.0697999Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:10:47.0698393Z 2025-01-24T01:10:47.0698400Z 2025-01-24T01:10:47.0698406Z 2025-01-24T01:10:47.0698413Z 2025-01-24T01:10:47.0698886Z [160/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-01-24T01:10:47.0782047Z [161/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-01-24T01:10:47.0967475Z [162/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-01-24T01:10:47.1669525Z [163/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-01-24T01:10:47.1965223Z [164/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-01-24T01:10:47.2228210Z [165/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-01-24T01:10:47.3144660Z [166/7038] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-01-24T01:10:47.3165582Z [167/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-01-24T01:10:47.3179644Z [168/7038] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-01-24T01:10:47.3673482Z [169/7038] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-01-24T01:10:47.5079157Z [170/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-01-24T01:10:47.6386924Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:10:47.6388746Z [171/7038] Linking CXX static library lib\libprotoc.lib 2025-01-24T01:10:47.6696091Z [172/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-01-24T01:10:47.6893228Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:10:47.6895273Z [173/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-01-24T01:10:47.7044056Z [174/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-01-24T01:10:47.7253669Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:10:47.7255846Z [175/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-01-24T01:10:47.7358476Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:10:47.7360154Z [176/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-01-24T01:10:47.7549124Z [177/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-01-24T01:10:47.7586528Z [178/7038] Linking C static library lib\pthreadpool.lib 2025-01-24T01:10:47.7717859Z [179/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-01-24T01:10:47.7732626Z [180/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-01-24T01:10:47.8010029Z [181/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-01-24T01:10:47.8224528Z [182/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-01-24T01:10:47.8315417Z [183/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-01-24T01:10:47.8474328Z [184/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-01-24T01:10:47.8533657Z [185/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-01-24T01:10:47.8586758Z [186/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-01-24T01:10:47.8683303Z [187/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-01-24T01:10:47.8744375Z [188/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-01-24T01:10:47.9317435Z [189/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-01-24T01:10:47.9574400Z [190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T01:10:47.9661343Z [191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-01-24T01:10:48.0012349Z [192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T01:10:48.0103579Z [193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T01:10:48.0448486Z [194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:10:48.0693486Z [195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-01-24T01:10:48.0710234Z [196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T01:10:48.0829327Z [197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T01:10:48.1376025Z [198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-01-24T01:10:48.1532229Z [199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-01-24T01:10:48.1837703Z [200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-01-24T01:10:48.1959197Z [201/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-01-24T01:10:48.2037630Z [202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-01-24T01:10:48.2236602Z [203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-01-24T01:10:48.2680576Z [204/7038] 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-01-24T01:10:48.2693468Z [205/7038] 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-01-24T01:10:48.2853995Z [206/7038] 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-01-24T01:10:48.3076814Z [207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-01-24T01:10:48.3134115Z [208/7038] 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-01-24T01:10:48.3280667Z [209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-01-24T01:10:48.3589981Z [210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-01-24T01:10:48.3739662Z [211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-01-24T01:10:48.3799662Z [212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-01-24T01:10:48.3879177Z [213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T01:10:48.4260643Z [214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-01-24T01:10:48.4327444Z [215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-01-24T01:10:48.4706596Z [216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T01:10:48.4767645Z [217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T01:10:48.4826081Z [218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-01-24T01:10:48.4895335Z [219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-01-24T01:10:48.4986468Z [220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-01-24T01:10:48.5369056Z [221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-01-24T01:10:48.5773104Z [222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-01-24T01:10:48.5835331Z [223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-01-24T01:10:48.6168694Z [224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-01-24T01:10:48.6325207Z [225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-01-24T01:10:48.6440328Z [226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-01-24T01:10:48.6457820Z [227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-01-24T01:10:48.6688688Z [228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-01-24T01:10:48.6964460Z [229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-01-24T01:10:48.7110861Z [230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-01-24T01:10:48.7344030Z [231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-01-24T01:10:48.7562685Z [232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-01-24T01:10:48.7644524Z [233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-01-24T01:10:48.7658973Z [234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-01-24T01:10:48.7959583Z [235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-01-24T01:10:48.8286031Z [236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-01-24T01:10:48.8413107Z [237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-01-24T01:10:48.8497454Z [238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-01-24T01:10:48.8914930Z [239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-01-24T01:10:48.8989924Z [240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-01-24T01:10:48.9006079Z [241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-01-24T01:10:48.9301751Z [242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-01-24T01:10:48.9514800Z [243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-01-24T01:10:48.9590799Z [244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-01-24T01:10:48.9721970Z [245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-01-24T01:10:49.0106808Z [246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-01-24T01:10:49.0280639Z [247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-01-24T01:10:49.0409825Z [248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-01-24T01:10:49.0608644Z [249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-01-24T01:10:49.0847068Z [250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-01-24T01:10:49.0866165Z [251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-01-24T01:10:49.0938158Z [252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T01:10:49.1374434Z [253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-01-24T01:10:49.1749035Z [254/7038] 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-01-24T01:10:49.1765984Z [255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T01:10:49.1927277Z [256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-01-24T01:10:49.2071000Z [257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-01-24T01:10:49.2251625Z [258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-01-24T01:10:49.2328738Z [259/7038] Linking CXX executable bin\protoc.exe 2025-01-24T01:10:49.2458024Z [260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-01-24T01:10:49.2571932Z [261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-01-24T01:10:49.2634148Z [262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-01-24T01:10:49.2690214Z [263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-01-24T01:10:49.2918095Z [264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-01-24T01:10:49.3062962Z [265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-01-24T01:10:49.3078088Z [266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-01-24T01:10:49.3332099Z [267/7038] Running gen_proto.py on onnx/onnx.in.proto 2025-01-24T01:10:49.3546558Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-01-24T01:10:49.3547012Z 2025-01-24T01:10:49.3547383Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-01-24T01:10:49.3547903Z 2025-01-24T01:10:49.3548309Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-01-24T01:10:49.3548975Z 2025-01-24T01:10:49.3549268Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-01-24T01:10:49.3549672Z 2025-01-24T01:10:49.3549981Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-01-24T01:10:49.3550422Z 2025-01-24T01:10:49.3551613Z [268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T01:10:49.3729881Z [269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T01:10:49.3869503Z [270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-01-24T01:10:49.4054482Z [271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T01:10:49.4239871Z [272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-01-24T01:10:49.4256214Z [273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T01:10:49.4763341Z [274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-01-24T01:10:49.5967870Z [275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-01-24T01:10:49.5981177Z [276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-01-24T01:10:49.5993292Z [277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T01:10:49.6006372Z [278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-01-24T01:10:49.6019338Z [279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-01-24T01:10:49.6036132Z [280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-01-24T01:10:49.6049409Z [281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T01:10:49.7374352Z [282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-01-24T01:10:49.7472852Z [283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T01:10:49.7564111Z [284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-01-24T01:10:49.7644429Z [285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-01-24T01:10:49.7689343Z [286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-01-24T01:10:49.7770299Z [287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-01-24T01:10:49.7868910Z [288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-01-24T01:10:49.8286073Z [289/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T01:10:49.8663595Z [290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T01:10:49.8955563Z [291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-01-24T01:10:49.8975945Z [292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-01-24T01:10:49.9038266Z [293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-01-24T01:10:49.9119943Z [294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-01-24T01:10:49.9250712Z [295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-01-24T01:10:49.9612067Z [296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-01-24T01:10:50.0034185Z [297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-01-24T01:10:50.0333267Z [298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-01-24T01:10:50.0435870Z [299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-01-24T01:10:50.0590792Z [300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T01:10:50.0646437Z [301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-01-24T01:10:50.1083915Z [302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-01-24T01:10:50.1208239Z [303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:10:50.1267893Z [304/7038] 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-01-24T01:10:50.1405828Z [305/7038] 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-01-24T01:10:50.1657151Z [306/7038] 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-01-24T01:10:50.1849990Z [307/7038] 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-01-24T01:10:50.1872233Z [308/7038] 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-01-24T01:10:50.2500361Z [309/7038] 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-01-24T01:10:50.2612703Z [310/7038] 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-01-24T01:10:50.2681980Z [311/7038] 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-01-24T01:10:50.2810721Z [312/7038] 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-01-24T01:10:50.2873929Z [313/7038] 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-01-24T01:10:50.3003355Z [314/7038] 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-01-24T01:10:52.3660026Z [315/7038] 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-01-24T01:10:52.3978331Z [316/7038] 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-01-24T01:10:52.4273904Z [317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-01-24T01:10:52.4488809Z [318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-01-24T01:10:52.4910007Z [319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-01-24T01:10:52.4965285Z [320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-01-24T01:10:52.5110882Z [321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-01-24T01:10:52.5273814Z [322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-01-24T01:10:52.5329702Z [323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T01:10:52.5344956Z [324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-01-24T01:10:52.5523427Z [325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:52.5845692Z [326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:52.6385356Z [327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:10:52.6452150Z [328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-01-24T01:10:52.6569917Z [329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-01-24T01:10:52.6873053Z [330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-01-24T01:10:52.6934998Z [331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-01-24T01:10:52.7046210Z [332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-01-24T01:10:52.7067475Z [333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-01-24T01:10:52.7380175Z [334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-01-24T01:10:52.8016510Z [335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-01-24T01:10:52.8138540Z [336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:52.8153389Z [337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-01-24T01:10:52.8470639Z [338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-01-24T01:10:52.8531876Z [339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-01-24T01:10:52.8544648Z [340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-01-24T01:10:52.8612014Z [341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-01-24T01:10:52.9313449Z [342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-01-24T01:10:52.9516294Z [343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-01-24T01:10:52.9611992Z [344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-01-24T01:10:52.9753998Z [345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-01-24T01:10:52.9908793Z [346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:52.9965039Z [347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T01:10:52.9986764Z [348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:10:53.0333454Z [349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-01-24T01:10:53.0639822Z [350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T01:10:53.0959252Z [351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:53.1045113Z [352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:53.1207934Z [353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-01-24T01:10:53.1292646Z [354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:10:53.1368118Z [355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-01-24T01:10:53.1532155Z [356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-01-24T01:10:53.1895134Z [357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-01-24T01:10:53.2191018Z [358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-01-24T01:10:53.2559636Z [359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-01-24T01:10:53.2663606Z [360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-01-24T01:10:53.2725757Z [361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-01-24T01:10:53.2738464Z [362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:10:53.2798745Z [363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-01-24T01:10:53.2967761Z [364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-01-24T01:10:53.3144600Z [365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-01-24T01:10:53.3608278Z [366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-01-24T01:10:53.3956906Z [367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-01-24T01:10:53.4007569Z [368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-01-24T01:10:53.4067447Z [369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T01:10:53.4296464Z [370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T01:10:53.4357007Z [371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T01:10:53.4613090Z [372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T01:10:53.4672507Z [373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:10:53.4963737Z [374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T01:10:53.5247057Z [375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T01:10:53.5445002Z [376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T01:10:53.5634646Z [377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-01-24T01:10:53.5773173Z [378/7038] 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-01-24T01:10:53.5845262Z [379/7038] 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-01-24T01:10:53.6107053Z [380/7038] 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-01-24T01:10:53.6342869Z [381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T01:10:53.6531389Z [382/7038] 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-01-24T01:10:53.6733832Z [383/7038] 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-01-24T01:10:53.7149925Z [384/7038] 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-01-24T01:10:53.7213673Z [385/7038] 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-01-24T01:10:53.7324099Z [386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T01:10:53.7690710Z [387/7038] 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-01-24T01:10:53.7785284Z [388/7038] 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-01-24T01:10:53.8012789Z [389/7038] 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-01-24T01:10:53.8202533Z [390/7038] 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-01-24T01:10:53.8490997Z [391/7038] 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-01-24T01:10:53.8699623Z [392/7038] 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-01-24T01:10:53.8769036Z [393/7038] 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-01-24T01:10:53.8826885Z [394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T01:10:53.9149341Z [395/7038] 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-01-24T01:10:53.9466653Z [396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T01:10:53.9534302Z [397/7038] 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-01-24T01:10:53.9692551Z [398/7038] 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-01-24T01:10:54.0170726Z [399/7038] 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-01-24T01:10:54.0249944Z [400/7038] 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-01-24T01:10:54.0320600Z [401/7038] 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-01-24T01:10:54.0333457Z [402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-01-24T01:10:54.0421844Z [403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-01-24T01:10:54.0601979Z [404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-01-24T01:10:54.0703246Z [405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T01:10:54.0840306Z [406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T01:10:54.1492692Z [407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-01-24T01:10:54.1510433Z [408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-01-24T01:10:54.1620818Z [409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-01-24T01:10:54.1711102Z [410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T01:10:54.1831568Z [411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-01-24T01:10:54.1844295Z [412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-01-24T01:10:54.1906732Z [413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T01:10:54.2213387Z [414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T01:10:54.2652392Z [415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-01-24T01:10:54.2737997Z [416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T01:10:54.2756892Z [417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-01-24T01:10:54.2842481Z [418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-01-24T01:10:54.3009116Z [419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-01-24T01:10:54.3154072Z [420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-01-24T01:10:54.3423501Z [421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-01-24T01:10:54.3439455Z [422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-01-24T01:10:54.3807850Z [423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-01-24T01:10:54.3928806Z [424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-01-24T01:10:54.3987145Z [425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-01-24T01:10:54.4134682Z [426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-01-24T01:10:54.4201480Z [427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-01-24T01:10:54.4628340Z [428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-01-24T01:10:54.4645141Z [429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-01-24T01:10:54.4657721Z [430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-01-24T01:10:54.5087102Z [431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-01-24T01:10:54.5100514Z [432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-01-24T01:10:54.5331337Z [433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-01-24T01:10:54.5539773Z [434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-01-24T01:10:54.5652112Z [435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-01-24T01:10:54.5898373Z [436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-01-24T01:10:54.5952737Z [437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-01-24T01:10:54.6045355Z [438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-01-24T01:10:54.6108316Z [439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-01-24T01:10:54.6272727Z [440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-01-24T01:10:54.6467802Z [441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-01-24T01:10:54.7076320Z [442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-01-24T01:10:54.7192234Z [443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-01-24T01:10:54.7307025Z [444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-01-24T01:10:54.7753805Z [445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-01-24T01:10:54.7834711Z [446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-01-24T01:10:54.7908271Z [447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-01-24T01:10:54.8033876Z [448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-01-24T01:10:54.8112531Z [449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-01-24T01:10:54.8182404Z [450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-01-24T01:10:54.8438102Z [451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-01-24T01:10:54.8455045Z [452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-01-24T01:10:54.9034955Z [453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-01-24T01:10:54.9199273Z [454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-01-24T01:10:54.9391878Z [455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-01-24T01:10:54.9474548Z [456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-01-24T01:10:54.9536063Z [457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-01-24T01:10:54.9702754Z [458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-01-24T01:10:54.9727121Z [459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-01-24T01:10:55.0468778Z [460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-01-24T01:10:55.0519031Z [461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-01-24T01:10:55.0672920Z [462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-01-24T01:10:55.0832065Z [463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-01-24T01:10:55.0913629Z [464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-01-24T01:10:55.0932899Z [465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-01-24T01:10:55.1093714Z [466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-01-24T01:10:55.1191864Z [467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-01-24T01:10:55.1735358Z [468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-01-24T01:10:55.2131177Z [469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-01-24T01:10:55.2236129Z [470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-01-24T01:10:55.2250030Z [471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-01-24T01:10:55.2435192Z [472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-01-24T01:10:55.2496707Z [473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-01-24T01:10:55.2560064Z [474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-01-24T01:10:55.2773665Z [475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-01-24T01:10:55.3233263Z [476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-01-24T01:10:55.3537949Z [477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-01-24T01:10:55.3610644Z [478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-01-24T01:10:55.3799857Z [479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-01-24T01:10:55.3817795Z [480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-01-24T01:10:55.4023027Z [481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-01-24T01:10:55.4038912Z [482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-01-24T01:10:55.4148704Z [483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-01-24T01:10:55.4451306Z [484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-01-24T01:10:55.4892709Z [485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-01-24T01:10:55.5150711Z [486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-01-24T01:10:55.5166327Z [487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-01-24T01:10:55.5181177Z [488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-01-24T01:10:55.5292379Z [489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-01-24T01:10:55.5603127Z [490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-01-24T01:10:55.5731078Z [491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-01-24T01:10:55.5923722Z [492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-01-24T01:10:55.6095334Z [493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-01-24T01:10:55.6459703Z [494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-01-24T01:10:55.6474076Z [495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-01-24T01:10:55.6607588Z [496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-01-24T01:10:55.6674565Z [497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-01-24T01:10:55.7042487Z [498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-01-24T01:10:55.7259956Z [499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-01-24T01:10:55.7425218Z [500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-01-24T01:10:55.7693554Z [501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-01-24T01:10:55.7940675Z [502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-01-24T01:10:55.8005707Z [503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-01-24T01:10:55.8020077Z [504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-01-24T01:10:55.8177887Z [505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-01-24T01:10:55.8507415Z [506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-01-24T01:10:55.8582268Z [507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-01-24T01:10:55.8698619Z [508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-01-24T01:10:55.9034876Z [509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-01-24T01:10:55.9209835Z [510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-01-24T01:10:55.9281372Z [511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-01-24T01:10:55.9350997Z [512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-01-24T01:10:55.9575783Z [513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-01-24T01:10:55.9848023Z [514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-01-24T01:10:55.9943211Z [515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-01-24T01:10:56.0095653Z [516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-01-24T01:10:56.0403636Z [517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-01-24T01:10:56.0554637Z [518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-01-24T01:10:56.0573017Z [519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-01-24T01:10:56.0636798Z [520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-01-24T01:10:56.0828270Z [521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-01-24T01:10:56.1096018Z [522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-01-24T01:10:56.1304152Z [523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-01-24T01:10:56.1377269Z [524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-01-24T01:10:56.1644975Z [525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-01-24T01:10:56.1904613Z [526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-01-24T01:10:56.2224538Z [527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-01-24T01:10:56.2288855Z [528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-01-24T01:10:56.2365486Z [529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-01-24T01:10:56.2491585Z [530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-01-24T01:10:56.2585919Z [531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-01-24T01:10:56.2603739Z [532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-01-24T01:10:56.2957953Z [533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-01-24T01:10:56.3191004Z [534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-01-24T01:10:56.3489734Z [535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-01-24T01:10:56.3671141Z [536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-01-24T01:10:56.3855098Z [537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-01-24T01:10:56.3952484Z [538/7038] 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-01-24T01:10:56.4014590Z [539/7038] 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-01-24T01:10:56.4193345Z [540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-01-24T01:10:56.4259629Z [541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-01-24T01:10:56.4356504Z [542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-01-24T01:10:56.4703566Z [543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-01-24T01:10:56.4929930Z [544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-01-24T01:10:56.5086619Z [545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-01-24T01:10:56.5497409Z [546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-01-24T01:10:56.5558495Z [547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-01-24T01:10:56.5576573Z [548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-01-24T01:10:56.5837658Z [549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-01-24T01:10:56.5922082Z [550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-01-24T01:10:56.6068174Z [551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-01-24T01:10:56.6141713Z [552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-01-24T01:10:56.6678406Z [553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-01-24T01:10:56.6820777Z [554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-01-24T01:10:56.6900648Z [555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-01-24T01:10:56.6919250Z [556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-01-24T01:10:56.7118231Z [557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-01-24T01:10:56.7264379Z [558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-01-24T01:10:56.7330183Z [559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-01-24T01:10:56.7893394Z [560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-01-24T01:10:56.8032186Z [561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-01-24T01:10:56.8129360Z [562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-01-24T01:10:56.8147055Z [563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-01-24T01:10:56.8313523Z [564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-01-24T01:10:56.8383976Z [565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-01-24T01:10:56.8478277Z [566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-01-24T01:10:56.8557709Z [567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-01-24T01:10:56.9187543Z [568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-01-24T01:10:56.9308575Z [569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-01-24T01:10:56.9423054Z [570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-01-24T01:10:56.9633028Z [571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-01-24T01:10:56.9705041Z [572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-01-24T01:10:56.9721487Z [573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-01-24T01:10:56.9997929Z [574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-01-24T01:10:57.0511786Z [575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-01-24T01:10:57.0779505Z [576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-01-24T01:10:57.0796990Z [577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-01-24T01:10:57.0859800Z [578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-01-24T01:10:57.0935546Z [579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-01-24T01:10:57.1076302Z [580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-01-24T01:10:57.1144442Z [581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-01-24T01:10:57.1658231Z [582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-01-24T01:10:57.1737693Z [583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-01-24T01:10:57.2019396Z [584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-01-24T01:10:57.2080112Z [585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-01-24T01:10:57.2254867Z [586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-01-24T01:10:57.2273183Z [587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-01-24T01:10:57.2474539Z [588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-01-24T01:10:57.2846149Z [589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-01-24T01:10:57.3257979Z [590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-01-24T01:10:57.3322079Z [591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-01-24T01:10:57.3389921Z [592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-01-24T01:10:57.3500686Z [593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T01:10:57.3582025Z [594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T01:10:57.3718677Z [595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-01-24T01:10:57.3906207Z [596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-01-24T01:10:57.4000820Z [597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-01-24T01:10:57.4605775Z [598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-01-24T01:10:57.4722488Z [599/7038] 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-01-24T01:10:57.4786544Z [600/7038] 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-01-24T01:10:57.4800873Z [601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-01-24T01:10:57.5032985Z [602/7038] 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-01-24T01:10:57.5103080Z [603/7038] 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-01-24T01:10:57.5172054Z [604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-01-24T01:10:57.5289256Z [605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T01:10:57.5994569Z [606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T01:10:57.6010758Z [607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-01-24T01:10:57.6136670Z [608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-01-24T01:10:57.6204649Z [609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-01-24T01:10:57.6367743Z [610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-01-24T01:10:57.6438656Z [611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-01-24T01:10:57.6505205Z [612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-01-24T01:10:57.6672876Z [613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-01-24T01:10:57.7416470Z [614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-01-24T01:10:57.7481894Z [615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-01-24T01:10:57.7572829Z [616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-01-24T01:10:57.7712180Z [617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-01-24T01:10:57.7818250Z [618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-01-24T01:10:57.7879433Z [619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-01-24T01:10:57.7955430Z [620/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-01-24T01:10:57.8107198Z [621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-01-24T01:10:57.8795111Z [622/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-01-24T01:10:57.8855977Z [623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-01-24T01:10:57.9002218Z [624/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-01-24T01:10:57.9255808Z [625/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-01-24T01:10:57.9320302Z [626/7038] 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-01-24T01:10:57.9517081Z [627/7038] 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-01-24T01:10:57.9649465Z [628/7038] 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-01-24T01:10:57.9930679Z [629/7038] 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-01-24T01:10:58.0336109Z [630/7038] 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-01-24T01:10:58.0396429Z [631/7038] 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-01-24T01:10:58.0625463Z [632/7038] 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-01-24T01:10:58.0761229Z [633/7038] 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-01-24T01:10:58.0936753Z [634/7038] 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-01-24T01:10:58.1082984Z [635/7038] 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-01-24T01:10:58.1331913Z [636/7038] 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-01-24T01:10:58.1665517Z [637/7038] 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-01-24T01:10:58.1892420Z [638/7038] 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-01-24T01:10:58.1910152Z [639/7038] 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-01-24T01:10:58.2155516Z [640/7038] 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-01-24T01:10:58.2293147Z [641/7038] 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-01-24T01:10:58.2467112Z [642/7038] 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-01-24T01:10:58.2529965Z [643/7038] 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-01-24T01:10:58.2774012Z [644/7038] 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-01-24T01:10:58.3230098Z [645/7038] 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-01-24T01:10:58.3381569Z [646/7038] 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-01-24T01:10:58.3589842Z [647/7038] 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-01-24T01:10:58.3963931Z [648/7038] 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-01-24T01:10:58.4075868Z [649/7038] 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-01-24T01:10:58.4091563Z [650/7038] 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-01-24T01:10:58.4160495Z [651/7038] 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-01-24T01:10:58.4670136Z [652/7038] 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-01-24T01:10:58.4874252Z [653/7038] 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-01-24T01:10:58.5191967Z [654/7038] 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-01-24T01:10:58.5330940Z [655/7038] 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-01-24T01:10:58.5463119Z [656/7038] 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-01-24T01:10:58.5584015Z [657/7038] 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-01-24T01:10:58.5657357Z [658/7038] 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-01-24T01:10:58.5719338Z [659/7038] 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-01-24T01:10:58.6251019Z [660/7038] 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-01-24T01:10:58.6713697Z [661/7038] 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-01-24T01:10:58.6773041Z [662/7038] 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-01-24T01:10:58.6896799Z [663/7038] 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-01-24T01:10:58.7048404Z [664/7038] 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-01-24T01:10:58.7114509Z [665/7038] 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-01-24T01:10:58.7216373Z [666/7038] 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-01-24T01:10:58.7520415Z [667/7038] 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-01-24T01:10:58.7940378Z [668/7038] 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-01-24T01:10:58.8262936Z [669/7038] 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-01-24T01:10:58.8555793Z [670/7038] 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-01-24T01:10:58.8570996Z [671/7038] 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-01-24T01:10:58.8722532Z [672/7038] 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-01-24T01:10:58.9139743Z [673/7038] 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-01-24T01:10:58.9255979Z [674/7038] 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-01-24T01:10:58.9352616Z [675/7038] 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-01-24T01:10:58.9483818Z [676/7038] 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-01-24T01:10:58.9666375Z [677/7038] 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-01-24T01:10:58.9980370Z [678/7038] 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-01-24T01:10:59.0228274Z [679/7038] 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-01-24T01:10:59.0551610Z [680/7038] 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-01-24T01:10:59.0622724Z [681/7038] 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-01-24T01:10:59.0820999Z [682/7038] 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-01-24T01:10:59.1024822Z [683/7038] 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-01-24T01:10:59.1159502Z [684/7038] 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-01-24T01:10:59.1227275Z [685/7038] 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-01-24T01:10:59.1558372Z [686/7038] 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-01-24T01:10:59.1808363Z [687/7038] 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-01-24T01:10:59.2106626Z [688/7038] 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-01-24T01:10:59.2364424Z [689/7038] 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-01-24T01:10:59.2602197Z [690/7038] 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-01-24T01:10:59.2672102Z [691/7038] 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-01-24T01:10:59.2741220Z [692/7038] 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-01-24T01:10:59.2753829Z [693/7038] 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-01-24T01:10:59.3228061Z [694/7038] 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-01-24T01:10:59.3493291Z [695/7038] 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-01-24T01:10:59.3509931Z [696/7038] 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-01-24T01:10:59.3642183Z [697/7038] 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-01-24T01:10:59.4008937Z [698/7038] 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-01-24T01:10:59.4115725Z [699/7038] 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-01-24T01:10:59.4219455Z [700/7038] 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-01-24T01:10:59.4275356Z [701/7038] 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-01-24T01:10:59.4953616Z [702/7038] 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-01-24T01:10:59.5152389Z [703/7038] 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-01-24T01:10:59.5166819Z [704/7038] 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-01-24T01:10:59.5299951Z [705/7038] 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-01-24T01:10:59.5400525Z [706/7038] 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-01-24T01:10:59.5494286Z [707/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:10:59.5555547Z [708/7038] 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-01-24T01:10:59.5626072Z [709/7038] 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-01-24T01:10:59.6378126Z [710/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:10:59.6575825Z [711/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:10:59.6670426Z [712/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:10:59.6737139Z [713/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:10:59.6793861Z [714/7038] 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-01-24T01:10:59.6855225Z [715/7038] 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-01-24T01:10:59.6986944Z [716/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:10:59.7283207Z [717/7038] 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-01-24T01:10:59.7669315Z [718/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:10:59.8018773Z [719/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:10:59.8095280Z [720/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:10:59.8257631Z [721/7038] 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-01-24T01:10:59.8274203Z [722/7038] 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-01-24T01:10:59.8335442Z [723/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-01-24T01:10:59.8398653Z [724/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:10:59.8415194Z [725/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-01-24T01:10:59.8775412Z [726/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-01-24T01:10:59.9178759Z [727/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T01:10:59.9275805Z [728/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-01-24T01:10:59.9456134Z [729/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-01-24T01:10:59.9471576Z [730/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-01-24T01:10:59.9536932Z [731/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-01-24T01:10:59.9623442Z [732/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-01-24T01:10:59.9679585Z [733/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T01:11:00.0192360Z [734/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-01-24T01:11:00.0399285Z [735/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T01:11:00.0603391Z [736/7038] 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-01-24T01:11:00.0797057Z [737/7038] 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-01-24T01:11:00.0863004Z [738/7038] 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-01-24T01:11:00.0878751Z [739/7038] 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-01-24T01:11:00.1011200Z [740/7038] 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-01-24T01:11:00.1029800Z [741/7038] 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-01-24T01:11:00.1624743Z [742/7038] 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-01-24T01:11:00.1717467Z [743/7038] 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-01-24T01:11:00.2783968Z [744/7038] 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-01-24T01:11:00.2797833Z [745/7038] 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-01-24T01:11:00.2829805Z [746/7038] 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-01-24T01:11:00.2841091Z [747/7038] 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-01-24T01:11:00.2852529Z [748/7038] 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-01-24T01:11:00.2867184Z [749/7038] 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-01-24T01:11:00.2943741Z [750/7038] 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-01-24T01:11:00.2960785Z [751/7038] 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-01-24T01:11:00.4257021Z [752/7038] 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-01-24T01:11:00.4291677Z [753/7038] 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-01-24T01:11:00.4352248Z [754/7038] 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-01-24T01:11:00.4405463Z [755/7038] 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-01-24T01:11:00.4474644Z [756/7038] 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-01-24T01:11:00.4563600Z [757/7038] 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-01-24T01:11:00.4675747Z [758/7038] 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-01-24T01:11:00.5215263Z [759/7038] 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-01-24T01:11:00.5733673Z [760/7038] 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-01-24T01:11:00.5748686Z [761/7038] 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-01-24T01:11:00.5941916Z [762/7038] 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-01-24T01:11:00.5968310Z [763/7038] 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-01-24T01:11:00.6109178Z [764/7038] 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-01-24T01:11:00.6329597Z [765/7038] 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-01-24T01:11:00.6457640Z [766/7038] 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-01-24T01:11:00.6750210Z [767/7038] 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-01-24T01:11:00.7285459Z [768/7038] 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-01-24T01:11:00.7431457Z [769/7038] 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-01-24T01:11:00.7490665Z [770/7038] 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-01-24T01:11:00.7738240Z [771/7038] 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-01-24T01:11:00.7808911Z [772/7038] 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-01-24T01:11:00.7879460Z [773/7038] 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-01-24T01:11:00.8008884Z [774/7038] 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-01-24T01:11:00.8268226Z [775/7038] 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-01-24T01:11:00.8955745Z [776/7038] 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-01-24T01:11:00.8971867Z [777/7038] 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-01-24T01:11:00.9029745Z [778/7038] 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-01-24T01:11:00.9142448Z [779/7038] 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-01-24T01:11:00.9329123Z [780/7038] 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-01-24T01:11:00.9395897Z [781/7038] 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-01-24T01:11:00.9492531Z [782/7038] 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-01-24T01:11:00.9631672Z [783/7038] 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-01-24T01:11:01.0409112Z [784/7038] 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-01-24T01:11:01.0450222Z [785/7038] 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-01-24T01:11:01.0754357Z [786/7038] 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-01-24T01:11:01.0836514Z [787/7038] 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-01-24T01:11:01.0900647Z [788/7038] 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-01-24T01:11:01.1048149Z [789/7038] 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-01-24T01:11:01.1105497Z [790/7038] 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-01-24T01:11:01.1121304Z [791/7038] 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-01-24T01:11:01.1794413Z [792/7038] 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-01-24T01:11:01.2076386Z [793/7038] 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-01-24T01:11:01.2404016Z [794/7038] 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-01-24T01:11:01.2419776Z [795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-01-24T01:11:01.2517556Z [796/7038] 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-01-24T01:11:01.2529802Z [797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-01-24T01:11:01.2616823Z [798/7038] 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-01-24T01:11:01.2964856Z [799/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-01-24T01:11:01.3264985Z [800/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-01-24T01:11:01.3488842Z [801/7038] 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-01-24T01:11:01.3548244Z [802/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-01-24T01:11:01.3562778Z [803/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-01-24T01:11:01.3735579Z [804/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-01-24T01:11:01.3807476Z [805/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-01-24T01:11:01.3822057Z [806/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-01-24T01:11:01.4114546Z [807/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-01-24T01:11:01.4884047Z [808/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T01:11:01.4902420Z [809/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-01-24T01:11:01.4971336Z [810/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T01:11:01.4989825Z [811/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T01:11:01.5058992Z [812/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-01-24T01:11:01.5141431Z [813/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T01:11:01.5164350Z [814/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T01:11:01.5424205Z [815/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T01:11:01.6220021Z [816/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T01:11:01.6292376Z [817/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T01:11:01.6306499Z [818/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T01:11:01.6400116Z [819/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-01-24T01:11:01.6413459Z [820/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T01:11:01.6426876Z [821/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T01:11:01.6655771Z [822/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-01-24T01:11:01.7381996Z [823/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-01-24T01:11:01.7568536Z [824/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-01-24T01:11:01.7583417Z [825/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T01:11:01.7596239Z [826/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-01-24T01:11:01.7656416Z [827/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-01-24T01:11:01.7671033Z [828/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-01-24T01:11:01.7761961Z [829/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-01-24T01:11:01.7835043Z [830/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-01-24T01:11:01.8736586Z [831/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T01:11:01.8959484Z [832/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-01-24T01:11:01.8974879Z [833/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-01-24T01:11:01.9004872Z [834/7038] 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-01-24T01:11:01.9073096Z [835/7038] 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-01-24T01:11:01.9143055Z [836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T01:11:01.9209404Z [837/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-01-24T01:11:01.9483226Z [838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-01-24T01:11:01.9934583Z [839/7038] 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-01-24T01:11:02.0260155Z [840/7038] 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-01-24T01:11:02.0314355Z [841/7038] 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-01-24T01:11:02.0328269Z [842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T01:11:02.0447127Z [843/7038] 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-01-24T01:11:02.0549682Z [844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T01:11:02.0612253Z [845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T01:11:02.1042598Z [846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-01-24T01:11:02.1151158Z [847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-01-24T01:11:02.1647064Z [848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:11:02.1821171Z [849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:11:02.1903756Z [850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:02.1921272Z [851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:02.2011175Z [852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:11:02.2073259Z [853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:11:02.2396627Z [854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:11:02.2588477Z [855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:11:02.3072337Z [856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:11:02.3182381Z [857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:11:02.3242114Z [858/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:11:02.3564600Z [859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:02.3583593Z [860/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:11:02.3645419Z [861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:02.3944431Z [862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:11:02.4209113Z [863/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:11:02.4223577Z [864/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-01-24T01:11:02.4342570Z [865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-01-24T01:11:02.4412785Z [866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T01:11:02.4679842Z [867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-01-24T01:11:02.4876369Z [868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-01-24T01:11:02.4960124Z [869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-01-24T01:11:02.5107003Z [870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-01-24T01:11:02.5804992Z [871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:02.5867433Z [872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:11:02.5941631Z [873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:02.6108833Z [874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:11:02.6171933Z [875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:11:02.6474528Z [876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:11:02.6540963Z [877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:11:02.6555511Z [878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:02.7420880Z [879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:11:02.7486599Z [880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:02.7669093Z [881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:11:02.7783600Z [882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:11:02.7983315Z [883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:11:02.8048453Z [884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:11:02.8063957Z [885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:11:02.8664766Z [886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:02.8819864Z [887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:11:02.9023008Z [888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:11:02.9037822Z [889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:02.9119951Z [890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:11:02.9399524Z [891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:11:02.9415888Z [892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:11:02.9626283Z [893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:11:03.0284636Z [894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:11:03.0299026Z [895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:11:03.0400768Z [896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:11:03.0413548Z [897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:11:03.0600426Z [898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-01-24T01:11:03.0654821Z [899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-01-24T01:11:03.0671570Z [900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:11:03.0762001Z [901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-01-24T01:11:03.1486493Z [902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-01-24T01:11:03.1502207Z [903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-01-24T01:11:03.1648079Z [904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T01:11:03.1714413Z [905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T01:11:03.2032094Z [906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T01:11:03.2048242Z [907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-01-24T01:11:03.2170995Z [908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T01:11:03.2278039Z [909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-01-24T01:11:03.2722669Z [910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T01:11:03.2850071Z [911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T01:11:03.2919864Z [912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T01:11:03.3094334Z [913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T01:11:03.3339899Z [914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T01:11:03.3416036Z [915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T01:11:03.3522272Z [916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T01:11:03.3592464Z [917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T01:11:03.4011899Z [918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-01-24T01:11:03.4030301Z [919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-01-24T01:11:03.4546003Z [920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-01-24T01:11:03.4763468Z [921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-01-24T01:11:03.4792307Z [922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-01-24T01:11:03.4858952Z [923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-01-24T01:11:03.4916581Z [924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-01-24T01:11:03.5139710Z [925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-01-24T01:11:03.5289837Z [926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T01:11:03.5758906Z [927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-01-24T01:11:03.6043680Z [928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-01-24T01:11:03.6058463Z [929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-01-24T01:11:03.6167137Z [930/7038] 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-01-24T01:11:03.6230191Z [931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-01-24T01:11:03.6437002Z [932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-01-24T01:11:03.6504756Z [933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T01:11:03.6816160Z [934/7038] 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-01-24T01:11:03.6987231Z [935/7038] 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-01-24T01:11:03.7436204Z [936/7038] 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-01-24T01:11:03.7509992Z [937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T01:11:03.7580313Z [938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-01-24T01:11:03.7699972Z [939/7038] 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-01-24T01:11:03.7886212Z [940/7038] 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-01-24T01:11:03.8036304Z [941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-01-24T01:11:03.8095504Z [942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-01-24T01:11:03.8354935Z [943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-01-24T01:11:03.8569627Z [944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-01-24T01:11:03.8697412Z [945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T01:11:03.8860276Z [946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-01-24T01:11:03.8989684Z [947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-01-24T01:11:03.9072980Z [948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T01:11:03.9362841Z [949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-01-24T01:11:03.9639544Z [950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-01-24T01:11:04.0020622Z [951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-01-24T01:11:04.0046686Z [952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-01-24T01:11:04.0118687Z [953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-01-24T01:11:04.0131734Z [954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-01-24T01:11:04.0143953Z [955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-01-24T01:11:04.0263417Z [956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-01-24T01:11:04.0351395Z [957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-01-24T01:11:04.0703784Z [958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T01:11:04.1189615Z [959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T01:11:04.1298996Z [960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-01-24T01:11:04.1516472Z [961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-01-24T01:11:04.1536287Z [962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-01-24T01:11:04.1692312Z [963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-01-24T01:11:04.1708967Z [964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-01-24T01:11:04.1834894Z [965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-01-24T01:11:04.1953943Z [966/7038] 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-01-24T01:11:04.2435840Z [967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-01-24T01:11:04.2490115Z [968/7038] 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-01-24T01:11:04.2617520Z [969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-01-24T01:11:04.2687447Z [970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-01-24T01:11:04.2798614Z [971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-01-24T01:11:04.2969761Z [972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-01-24T01:11:04.3054940Z [973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-01-24T01:11:04.3122854Z [974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-01-24T01:11:04.3646472Z [975/7038] 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-01-24T01:11:04.3660698Z [976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-01-24T01:11:04.3789615Z [977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-01-24T01:11:04.3978714Z [978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-01-24T01:11:04.4173968Z [979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-01-24T01:11:04.4252757Z [980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-01-24T01:11:04.4308324Z [981/7038] 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-01-24T01:11:04.4323425Z [982/7038] 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-01-24T01:11:04.4696786Z [983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-01-24T01:11:04.4709209Z [984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-01-24T01:11:04.4762022Z [985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-01-24T01:11:04.4813456Z [986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-01-24T01:11:04.4862517Z [987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-01-24T01:11:04.4926260Z [988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-01-24T01:11:04.5050113Z [989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-01-24T01:11:04.5202181Z [990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-01-24T01:11:04.5355957Z [991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-01-24T01:11:04.5483321Z [992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-01-24T01:11:04.5541060Z [993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-01-24T01:11:04.5555392Z [994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-01-24T01:11:04.5890536Z [995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-01-24T01:11:04.6052640Z [996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-01-24T01:11:04.6114577Z [997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-01-24T01:11:04.6175221Z [998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-01-24T01:11:04.6258011Z [999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-01-24T01:11:04.6274387Z [1000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-01-24T01:11:04.6435013Z [1001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-01-24T01:11:04.6449059Z [1002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-01-24T01:11:04.7268360Z [1003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-01-24T01:11:04.7351526Z [1004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-01-24T01:11:04.7406251Z [1005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-01-24T01:11:04.7469583Z [1006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-01-24T01:11:04.7482611Z [1007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-01-24T01:11:04.7495581Z [1008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-01-24T01:11:04.7511544Z [1009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-01-24T01:11:04.7715154Z [1010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-01-24T01:11:04.7999193Z [1011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-01-24T01:11:04.8079594Z [1012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-01-24T01:11:04.8192953Z [1013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-01-24T01:11:04.8204627Z [1014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-01-24T01:11:04.8215799Z [1015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-01-24T01:11:04.8272479Z [1016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-01-24T01:11:04.8490346Z [1017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-01-24T01:11:04.8572814Z [1018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-01-24T01:11:04.8915918Z [1019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-01-24T01:11:04.8928946Z [1020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-01-24T01:11:04.8976730Z [1021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-01-24T01:11:04.9169913Z [1022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-01-24T01:11:04.9230513Z [1023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-01-24T01:11:04.9546642Z [1024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-01-24T01:11:04.9592096Z [1025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-01-24T01:11:04.9636646Z [1026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-01-24T01:11:04.9647903Z [1027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-01-24T01:11:04.9694991Z [1028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-01-24T01:11:04.9789502Z [1029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-01-24T01:11:05.0193118Z [1030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-01-24T01:11:05.0238584Z [1031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-01-24T01:11:05.0295355Z [1032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-01-24T01:11:05.0452637Z [1033/7038] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-01-24T01:11:05.0453857Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-01-24T01:11:05.0455366Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-01-24T01:11:05.0456984Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-01-24T01:11:05.0457839Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-01-24T01:11:05.0464690Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-01-24T01:11:05.0465257Z 2025-01-24T01:11:05.0465436Z [1034/7038] Running gen_proto.py on onnx/onnx-data.in.proto 2025-01-24T01:11:05.0600279Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-01-24T01:11:05.0601160Z 2025-01-24T01:11:05.0602892Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-01-24T01:11:05.0603838Z 2025-01-24T01:11:05.0604492Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-01-24T01:11:05.0605341Z 2025-01-24T01:11:05.0605872Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-01-24T01:11:05.0606635Z 2025-01-24T01:11:05.0607196Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-01-24T01:11:05.0607923Z 2025-01-24T01:11:05.0608142Z [1035/7038] Linking C static library lib\cpuinfo.lib 2025-01-24T01:11:05.0647799Z [1036/7038] Linking C executable sleef\bin\mkrename.exe 2025-01-24T01:11:05.0695691Z [1037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-01-24T01:11:05.1188176Z [1038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-01-24T01:11:05.1332921Z [1039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-01-24T01:11:05.1599040Z [1040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-01-24T01:11:05.1633038Z [1041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-01-24T01:11:05.1755909Z [1042/7038] Linking C executable sleef\bin\mkalias.exe 2025-01-24T01:11:05.1876230Z [1043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-01-24T01:11:05.2047651Z [1044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-01-24T01:11:05.2118889Z [1045/7038] Linking C executable sleef\bin\mkdisp.exe 2025-01-24T01:11:05.2832818Z [1046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-01-24T01:11:05.2972887Z [1047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-01-24T01:11:05.2988450Z [1048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-01-24T01:11:05.3939999Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.3940719Z [1049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-01-24T01:11:05.4067983Z [1050/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-01-24T01:11:05.4071057Z 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-01-24T01:11:05.4072477Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:05.4073889Z 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-01-24T01:11:05.4076573Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:05.4078066Z 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-01-24T01:11:05.4080190Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:05.4084229Z 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-01-24T01:11:05.4086534Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:05.4113607Z 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-01-24T01:11:05.4114823Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:05.4115962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-01-24T01:11:05.4116851Z with 2025-01-24T01:11:05.4119396Z [ 2025-01-24T01:11:05.4119699Z _Ty=int 2025-01-24T01:11:05.4120028Z ] 2025-01-24T01:11:05.4121605Z 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-01-24T01:11:05.4123654Z with 2025-01-24T01:11:05.4123914Z [ 2025-01-24T01:11:05.4124109Z _OutIt=float *, 2025-01-24T01:11:05.4124479Z Dst=float, 2025-01-24T01:11:05.4125342Z _Diff=size_t, 2025-01-24T01:11:05.4127290Z _Ty=int 2025-01-24T01:11:05.4127582Z ] 2025-01-24T01:11:05.4128903Z 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-01-24T01:11:05.4132467Z with 2025-01-24T01:11:05.4133043Z [ 2025-01-24T01:11:05.4133259Z Src=float, 2025-01-24T01:11:05.4133552Z Dst=float 2025-01-24T01:11:05.4134124Z ] 2025-01-24T01:11:05.4141444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-01-24T01:11:05.4143242Z with 2025-01-24T01:11:05.4143548Z [ 2025-01-24T01:11:05.4143809Z _Ty=int 2025-01-24T01:11:05.4144097Z ] 2025-01-24T01:11:05.4146055Z 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-01-24T01:11:05.4149009Z with 2025-01-24T01:11:05.4149325Z [ 2025-01-24T01:11:05.4150185Z _OutIt=xnn_float16 *, 2025-01-24T01:11:05.4151236Z Dst=xnn_float16, 2025-01-24T01:11:05.4151568Z _Diff=size_t, 2025-01-24T01:11:05.4153432Z _Ty=int 2025-01-24T01:11:05.4155464Z ] 2025-01-24T01:11:05.4158008Z 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-01-24T01:11:05.4160271Z with 2025-01-24T01:11:05.4160647Z [ 2025-01-24T01:11:05.4160890Z Src=float, 2025-01-24T01:11:05.4161186Z Dst=xnn_float16 2025-01-24T01:11:05.4161469Z ] 2025-01-24T01:11:05.4162045Z [1051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-01-24T01:11:05.4174289Z [1052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-01-24T01:11:05.4190019Z [1053/7038] Linking C static library lib\microkernels-prod.lib 2025-01-24T01:11:05.4759921Z [1054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-01-24T01:11:05.5392412Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.5393158Z [1055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-01-24T01:11:05.5483858Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.5485176Z [1056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-01-24T01:11:05.5567570Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.5569128Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.5570395Z [1057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-01-24T01:11:05.5690325Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.5692025Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.5692987Z [1058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-01-24T01:11:05.5947982Z [1059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-01-24T01:11:05.6009978Z [1060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-01-24T01:11:05.6414695Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.6415989Z [1061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-01-24T01:11:05.6622726Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.6623564Z [1062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-01-24T01:11:05.6808315Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.6809324Z [1063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-01-24T01:11:05.6890583Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.6891359Z [1064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-01-24T01:11:05.7600884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.7602454Z [1065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-01-24T01:11:05.7948222Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.7948933Z [1066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-01-24T01:11:05.8115682Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.8117487Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8118761Z [1067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-01-24T01:11:05.8269659Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8270982Z [1068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-01-24T01:11:05.8333565Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8334648Z [1069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-01-24T01:11:05.8552911Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8554068Z [1070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-01-24T01:11:05.8735206Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.8736739Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8737886Z [1071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-01-24T01:11:05.8904566Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.8906972Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.8908666Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.8909760Z [1072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-01-24T01:11:05.9205221Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.9206307Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9207007Z [1073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-01-24T01:11:05.9345722Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:05.9346599Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9347230Z [1074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-01-24T01:11:05.9485973Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9487436Z [1075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-01-24T01:11:05.9602585Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9603739Z [1076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-01-24T01:11:05.9623001Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9623738Z [1077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-01-24T01:11:05.9783593Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:05.9784656Z [1078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-01-24T01:11:06.0012305Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.0013480Z [1079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-01-24T01:11:06.0286876Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.0287995Z [1080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-01-24T01:11:06.0422531Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.0423269Z [1081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-01-24T01:11:06.0659849Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:06.0661312Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.0662377Z [1082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-01-24T01:11:06.0664109Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-01-24T01:11:06.0666912Z 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-01-24T01:11:06.0669233Z 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-01-24T01:11:06.0821821Z 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-01-24T01:11:06.0824132Z 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-01-24T01:11:06.0826293Z [1083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-01-24T01:11:06.2383934Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-01-24T01:11:06.2385624Z [1084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-01-24T01:11:06.2459158Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.2460742Z [1085/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-01-24T01:11:06.2463496Z 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-01-24T01:11:06.2465852Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.2469123Z 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-01-24T01:11:06.2471206Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.2473672Z 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-01-24T01:11:06.2476261Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:06.2479993Z 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-01-24T01:11:06.2482382Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:06.2569795Z 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-01-24T01:11:06.2572218Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.2573889Z [1086/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-01-24T01:11:06.2575681Z 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-01-24T01:11:06.2578494Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.2580887Z 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-01-24T01:11:06.2583374Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.2585772Z 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-01-24T01:11:06.2588134Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:06.2590561Z 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-01-24T01:11:06.2592695Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T01:11:06.3067769Z 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-01-24T01:11:06.3069155Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T01:11:06.3070237Z [1087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-01-24T01:11:06.3217405Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.3218175Z [1088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-01-24T01:11:06.3250229Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.3251310Z [1089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-01-24T01:11:06.3502628Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.3503951Z [1090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-01-24T01:11:06.3731532Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.3732940Z [1091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-01-24T01:11:06.5007827Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.5009065Z [1092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-01-24T01:11:06.5137612Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.5138395Z [1093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-01-24T01:11:06.5270362Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.5271618Z [1094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-01-24T01:11:06.5893342Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.5894573Z [1095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-01-24T01:11:06.6060525Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.6061258Z [1096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-01-24T01:11:06.6156082Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.6157316Z [1097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-01-24T01:11:06.6374243Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.6374919Z [1098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-01-24T01:11:06.6392206Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.6393554Z [1099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-01-24T01:11:06.7877649Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.7879729Z [1100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-01-24T01:11:06.7929973Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.7930770Z [1101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-01-24T01:11:06.8090195Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.8091150Z [1102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-01-24T01:11:06.8719220Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.8720547Z [1103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-01-24T01:11:06.8739466Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.8740630Z [1104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-01-24T01:11:06.9036614Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.9037421Z [1105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-01-24T01:11:06.9132990Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.9133927Z [1106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-01-24T01:11:06.9235044Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:06.9236525Z [1107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-01-24T01:11:07.0696004Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.0698515Z [1108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-01-24T01:11:07.0772834Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.0774194Z [1109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-01-24T01:11:07.0847579Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.0849467Z [1110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-01-24T01:11:07.1593720Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.1594870Z [1111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-01-24T01:11:07.1766796Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.1767469Z [1112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-01-24T01:11:07.1863849Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.1865087Z [1113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-01-24T01:11:07.1877853Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.1879272Z [1114/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T01:11:07.1957891Z [1115/7038] Generating sleeflibm_AVX.h.tmp 2025-01-24T01:11:07.1998936Z [1116/7038] Generating sleeflibm_AVX2.h.tmp 2025-01-24T01:11:07.2017124Z [1117/7038] Generating sleeflibm_AVX2128.h.tmp 2025-01-24T01:11:07.2095047Z [1118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-01-24T01:11:07.2106101Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.2106643Z [1119/7038] Generating sleeflibm_AVX512F.h.tmp 2025-01-24T01:11:07.2135300Z [1120/7038] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-01-24T01:11:07.2159874Z [1121/7038] Generating sleeflibm_AVX512F_.h.tmp 2025-01-24T01:11:07.2254224Z [1122/7038] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-01-24T01:11:07.2269177Z [1123/7038] Generating sleeflibm_AVX_.h.tmp 2025-01-24T01:11:07.2289036Z [1124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-01-24T01:11:07.2302629Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.2303047Z [1125/7038] Generating sleeflibm_FMA4.h.tmp 2025-01-24T01:11:07.2316459Z [1126/7038] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-01-24T01:11:07.2406184Z [1127/7038] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-01-24T01:11:07.2419237Z [1128/7038] Generating sleeflibm_SSE2.h.tmp 2025-01-24T01:11:07.2437534Z [1129/7038] Generating sleeflibm_SSE4.h.tmp 2025-01-24T01:11:07.2448595Z [1130/7038] Generating sleeflibm_SSE_.h.tmp 2025-01-24T01:11:07.2496134Z [1131/7038] Generating alias_AVX512F_dp.h.tmp 2025-01-24T01:11:07.2553869Z [1132/7038] Generating alias_AVX512F_sp.h.tmp 2025-01-24T01:11:07.2587788Z [1133/7038] Generating dispsse.c.tmp 2025-01-24T01:11:07.2600113Z [1134/7038] Generating dispavx.c.tmp 2025-01-24T01:11:07.2612900Z [1135/7038] Generating dispscalar.c.body 2025-01-24T01:11:07.3185921Z [1136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-01-24T01:11:07.3727865Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.3729045Z [1137/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T01:11:07.3760165Z [1138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-01-24T01:11:07.5439354Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:07.5440122Z [1139/7038] Generating build_identifier.c 2025-01-24T01:11:07.6444811Z [1140/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-01-24T01:11:07.6515829Z [1141/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-01-24T01:11:07.6594540Z [1142/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-01-24T01:11:07.6710566Z [1143/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-01-24T01:11:07.6917298Z [1144/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-01-24T01:11:07.7288260Z [1145/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-01-24T01:11:07.7368848Z [1146/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-01-24T01:11:07.9470542Z [1147/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-01-24T01:11:08.0278269Z [1148/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-01-24T01:11:08.0375821Z [1149/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-01-24T01:11:08.0398354Z [1150/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-01-24T01:11:08.0494130Z [1151/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-01-24T01:11:08.0873258Z [1152/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-01-24T01:11:08.1228103Z [1153/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-01-24T01:11:08.1409861Z [1154/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-01-24T01:11:08.3434260Z [1155/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-01-24T01:11:08.4203202Z [1156/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-01-24T01:11:08.4220218Z [1157/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-01-24T01:11:08.4321227Z [1158/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-01-24T01:11:08.4414638Z [1159/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-01-24T01:11:08.4497295Z [1160/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-01-24T01:11:08.4871864Z [1161/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-01-24T01:11:08.4954838Z [1162/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-01-24T01:11:08.7577924Z [1163/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-01-24T01:11:08.8041016Z [1164/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-01-24T01:11:08.8120518Z [1165/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-01-24T01:11:08.8200622Z [1166/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-01-24T01:11:08.8292851Z [1167/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-01-24T01:11:08.8435745Z [1168/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-01-24T01:11:08.8772866Z [1169/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-01-24T01:11:08.8932354Z [1170/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-01-24T01:11:09.1360380Z [1171/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-01-24T01:11:09.1776683Z [1172/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-01-24T01:11:09.1904965Z [1173/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-01-24T01:11:09.1982462Z [1174/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-01-24T01:11:09.2107330Z [1175/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-01-24T01:11:09.2124391Z [1176/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-01-24T01:11:09.2905040Z [1177/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-01-24T01:11:09.3040651Z [1178/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-01-24T01:11:09.8255899Z [1179/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-01-24T01:11:09.8365697Z [1180/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-01-24T01:11:09.8387707Z [1181/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-01-24T01:11:09.8407123Z [1182/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-01-24T01:11:09.8429006Z [1183/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-01-24T01:11:09.8449559Z [1184/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-01-24T01:11:09.8466404Z [1185/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-01-24T01:11:09.8483893Z [1186/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-01-24T01:11:10.2591162Z [1187/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-01-24T01:11:10.2908385Z [1188/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-01-24T01:11:10.2988014Z [1189/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-01-24T01:11:10.3007097Z [1190/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-01-24T01:11:10.3022940Z [1191/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-01-24T01:11:10.3174492Z [1192/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-01-24T01:11:10.3320235Z [1193/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-01-24T01:11:10.3801314Z [1194/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-01-24T01:11:10.6856483Z [1195/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-01-24T01:11:10.6882091Z [1196/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-01-24T01:11:10.7420159Z [1197/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-01-24T01:11:10.7695606Z [1198/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-01-24T01:11:10.7881750Z [1199/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-01-24T01:11:10.7898805Z [1200/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-01-24T01:11:10.8115987Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:10.8117521Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:10.8118920Z [1201/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-01-24T01:11:10.8354671Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:10.8356731Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:10.8359042Z [1202/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-01-24T01:11:10.9111799Z [1203/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-01-24T01:11:10.9126145Z [1204/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-01-24T01:11:10.9938094Z [1205/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-01-24T01:11:11.0630055Z [1206/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-01-24T01:11:11.1413871Z [1207/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-01-24T01:11:11.2152490Z [1208/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-01-24T01:11:11.2169089Z [1209/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-01-24T01:11:11.2299929Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.2301099Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.2301871Z [1210/7038] Generating include/renameavx512fnofma.h 2025-01-24T01:11:11.2312041Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-01-24T01:11:11.2312473Z 2025-01-24T01:11:11.2312597Z [1211/7038] Generating include/renameavx512f.h 2025-01-24T01:11:11.2408467Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-01-24T01:11:11.2408806Z 2025-01-24T01:11:11.2409158Z [1212/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-01-24T01:11:11.2449344Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.2451611Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.2452942Z [1213/7038] Generating include/renameavx2.h 2025-01-24T01:11:11.2465691Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-01-24T01:11:11.2466006Z 2025-01-24T01:11:11.2466134Z [1214/7038] Generating include/renameavx2128.h 2025-01-24T01:11:11.2540286Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-01-24T01:11:11.2540620Z 2025-01-24T01:11:11.2541206Z [1215/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-01-24T01:11:11.2558787Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.2560066Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.2560777Z [1216/7038] Generating include/renamefma4.h 2025-01-24T01:11:11.2586273Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-01-24T01:11:11.2586822Z 2025-01-24T01:11:11.2587201Z [1217/7038] Generating include/renameavx.h 2025-01-24T01:11:11.2606591Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-01-24T01:11:11.2606987Z 2025-01-24T01:11:11.2607160Z [1218/7038] Generating include/renamesse4.h 2025-01-24T01:11:11.2692745Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-01-24T01:11:11.2693044Z 2025-01-24T01:11:11.2693191Z [1219/7038] Generating include/renamesse2.h 2025-01-24T01:11:11.2729444Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-01-24T01:11:11.2729998Z 2025-01-24T01:11:11.2730325Z [1220/7038] Generating include/renamepurecfma_scalar.h 2025-01-24T01:11:11.2740867Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-01-24T01:11:11.2741619Z 2025-01-24T01:11:11.2741891Z [1221/7038] Generating include/renamepurec_scalar.h 2025-01-24T01:11:11.2754857Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-01-24T01:11:11.2755335Z 2025-01-24T01:11:11.2755454Z [1222/7038] Generating include/renamecuda.h 2025-01-24T01:11:11.2894603Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-01-24T01:11:11.2894918Z 2025-01-24T01:11:11.2895055Z [1223/7038] Generating include/renamedspscalar.h 2025-01-24T01:11:11.2992479Z [1224/7038] Generating include/alias_avx512f.h 2025-01-24T01:11:11.3007751Z [1225/7038] Generating ../../../include/sleef.h 2025-01-24T01:11:11.3018738Z [1226/7038] Generating dispscalar.c 2025-01-24T01:11:11.3067874Z [1227/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-01-24T01:11:11.3128485Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.3130683Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.3131672Z [1228/7038] Generating include/renamedsp128.h 2025-01-24T01:11:11.3151597Z [1229/7038] Generating dispsse.c 2025-01-24T01:11:11.3166900Z [1230/7038] Generating include/renamedsp256.h 2025-01-24T01:11:11.3273381Z [1231/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-01-24T01:11:11.3287550Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.3289672Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.3290836Z [1232/7038] Generating dispavx.c 2025-01-24T01:11:11.4570278Z [1233/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-01-24T01:11:11.5653513Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.5655962Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.5657774Z [1234/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-01-24T01:11:11.6304341Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:11:11.6307240Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:11:11.6309317Z [1235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-01-24T01:11:11.7409637Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.7410968Z [1236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-01-24T01:11:11.7978909Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.7979735Z [1237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-01-24T01:11:11.8004703Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.8005403Z [1238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-01-24T01:11:11.8068892Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.8070030Z [1239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-01-24T01:11:11.8091832Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.8093068Z [1240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-01-24T01:11:11.8112990Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.8113901Z [1241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-01-24T01:11:11.9231935Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:11.9233565Z [1242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-01-24T01:11:12.0899651Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.0900903Z [1243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-01-24T01:11:12.1981498Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.1982226Z [1244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-01-24T01:11:12.2060455Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.2061179Z [1245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-01-24T01:11:12.2169200Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.2169926Z [1246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-01-24T01:11:12.2316205Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.2317044Z [1247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-01-24T01:11:12.2420216Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.2421403Z [1248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-01-24T01:11:12.2634612Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.2636278Z [1249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-01-24T01:11:12.3375157Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:12.3376166Z [1250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-01-24T01:11:13.0407704Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0408368Z [1251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-01-24T01:11:13.0501498Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0503040Z [1252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-01-24T01:11:13.0516983Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0517657Z [1253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-01-24T01:11:13.0532056Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0533574Z [1254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-01-24T01:11:13.0547949Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0548640Z [1255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-01-24T01:11:13.0565379Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0566486Z [1256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-01-24T01:11:13.0582106Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0583306Z [1257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-01-24T01:11:13.0600939Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.0603766Z [1258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-01-24T01:11:13.1279922Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.1281025Z [1259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-01-24T01:11:13.1339612Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.1341046Z [1260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-01-24T01:11:13.1911379Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:13.1912092Z [1261/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-01-24T01:11:13.4438749Z [1262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-01-24T01:11:14.9191221Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:14.9192021Z [1263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-01-24T01:11:14.9208138Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:14.9209197Z [1264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-01-24T01:11:14.9224587Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:14.9225698Z [1265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-01-24T01:11:15.1719241Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T01:11:15.1719995Z [1266/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-01-24T01:11:15.1937461Z [1267/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-01-24T01:11:15.2211725Z [1268/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-01-24T01:11:15.3919752Z [1269/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-01-24T01:11:15.3922435Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3924557Z with 2025-01-24T01:11:15.3924883Z [ 2025-01-24T01:11:15.3925170Z T=uint8_t, 2025-01-24T01:11:15.3925729Z accT=int32_t, 2025-01-24T01:11:15.3926124Z inpType=uint8_t 2025-01-24T01:11:15.3926491Z ] 2025-01-24T01:11:15.3927771Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:15.3929146Z with 2025-01-24T01:11:15.3929447Z [ 2025-01-24T01:11:15.3929759Z T=uint8_t, 2025-01-24T01:11:15.3930121Z accT=int32_t 2025-01-24T01:11:15.3930455Z ] 2025-01-24T01:11:15.3932412Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3935173Z with 2025-01-24T01:11:15.3935577Z [ 2025-01-24T01:11:15.3935876Z T=uint8_t, 2025-01-24T01:11:15.3936234Z accT=int32_t 2025-01-24T01:11:15.3936579Z ] 2025-01-24T01:11:15.3937907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:15.3939327Z with 2025-01-24T01:11:15.3939681Z [ 2025-01-24T01:11:15.3939982Z T=uint8_t, 2025-01-24T01:11:15.3940325Z accT=int32_t 2025-01-24T01:11:15.3940668Z ] 2025-01-24T01:11:15.3942573Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3944272Z with 2025-01-24T01:11:15.3944469Z [ 2025-01-24T01:11:15.3944640Z T=int8_t, 2025-01-24T01:11:15.3944869Z accT=int32_t, 2025-01-24T01:11:15.3945108Z inpType=int8_t 2025-01-24T01:11:15.3945326Z ] 2025-01-24T01:11:15.3946203Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:15.3947222Z with 2025-01-24T01:11:15.3947402Z [ 2025-01-24T01:11:15.3947579Z T=int8_t, 2025-01-24T01:11:15.3947786Z accT=int32_t 2025-01-24T01:11:15.3948000Z ] 2025-01-24T01:11:15.3949544Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3950819Z with 2025-01-24T01:11:15.3951001Z [ 2025-01-24T01:11:15.3951188Z T=int8_t, 2025-01-24T01:11:15.3951410Z accT=int32_t 2025-01-24T01:11:15.3951739Z ] 2025-01-24T01:11:15.3952996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:15.3954037Z with 2025-01-24T01:11:15.3954397Z [ 2025-01-24T01:11:15.3954588Z T=int8_t, 2025-01-24T01:11:15.3954816Z accT=int32_t 2025-01-24T01:11:15.3955027Z ] 2025-01-24T01:11:15.3956296Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3958146Z with 2025-01-24T01:11:15.3959325Z [ 2025-01-24T01:11:15.3959686Z ACC_T=int32_t, 2025-01-24T01:11:15.3961409Z T=uint8_t, 2025-01-24T01:11:15.3963940Z accT=int32_t, 2025-01-24T01:11:15.3964400Z inpType=uint8_t 2025-01-24T01:11:15.3964814Z ] 2025-01-24T01:11:15.3966044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:15.3967285Z with 2025-01-24T01:11:15.3967639Z [ 2025-01-24T01:11:15.3967960Z ACC_T=int32_t, 2025-01-24T01:11:15.3968364Z T=uint8_t, 2025-01-24T01:11:15.3968763Z accT=int32_t 2025-01-24T01:11:15.3969164Z ] 2025-01-24T01:11:15.3970773Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3972135Z with 2025-01-24T01:11:15.3972350Z [ 2025-01-24T01:11:15.3972587Z ACC_T=int32_t, 2025-01-24T01:11:15.3972886Z T=uint8_t, 2025-01-24T01:11:15.3973113Z accT=int32_t 2025-01-24T01:11:15.3973331Z ] 2025-01-24T01:11:15.3974181Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:15.3975085Z with 2025-01-24T01:11:15.3975265Z [ 2025-01-24T01:11:15.3975461Z ACC_T=int32_t, 2025-01-24T01:11:15.3975702Z T=uint8_t, 2025-01-24T01:11:15.3975918Z accT=int32_t 2025-01-24T01:11:15.3976143Z ] 2025-01-24T01:11:15.3977617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3978970Z with 2025-01-24T01:11:15.3979154Z [ 2025-01-24T01:11:15.3979347Z ACC_T=int32_t, 2025-01-24T01:11:15.3979824Z T=uint8_t, 2025-01-24T01:11:15.3980055Z accT=int32_t, 2025-01-24T01:11:15.3980303Z inpType=uint8_t 2025-01-24T01:11:15.3980613Z ] 2025-01-24T01:11:15.3981502Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:15.3982469Z with 2025-01-24T01:11:15.3982658Z [ 2025-01-24T01:11:15.3982859Z ACC_T=int32_t, 2025-01-24T01:11:15.3983108Z T=uint8_t, 2025-01-24T01:11:15.3983383Z accT=int32_t 2025-01-24T01:11:15.3983619Z ] 2025-01-24T01:11:15.3985266Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3986694Z with 2025-01-24T01:11:15.3986898Z [ 2025-01-24T01:11:15.3987167Z ACC_T=int32_t, 2025-01-24T01:11:15.3987405Z T=uint8_t, 2025-01-24T01:11:15.3987697Z accT=int32_t 2025-01-24T01:11:15.3987934Z ] 2025-01-24T01:11:15.3989607Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:15.3990791Z with 2025-01-24T01:11:15.3990994Z [ 2025-01-24T01:11:15.3991182Z ACC_T=int32_t, 2025-01-24T01:11:15.3991616Z T=uint8_t, 2025-01-24T01:11:15.3991839Z accT=int32_t 2025-01-24T01:11:15.3992064Z ] 2025-01-24T01:11:15.3993436Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.3994802Z with 2025-01-24T01:11:15.3994997Z [ 2025-01-24T01:11:15.3995180Z ACC_T=int32_t, 2025-01-24T01:11:15.3995415Z T=uint8_t, 2025-01-24T01:11:15.3995638Z accT=int32_t, 2025-01-24T01:11:15.3995877Z inpType=uint8_t 2025-01-24T01:11:15.3996115Z ] 2025-01-24T01:11:15.3996993Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:15.3998084Z with 2025-01-24T01:11:15.3998322Z [ 2025-01-24T01:11:15.3998510Z ACC_T=int32_t, 2025-01-24T01:11:15.3998741Z T=uint8_t, 2025-01-24T01:11:15.3998957Z accT=int32_t 2025-01-24T01:11:15.3999184Z ] 2025-01-24T01:11:15.4000443Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4001852Z with 2025-01-24T01:11:15.4002086Z [ 2025-01-24T01:11:15.4002289Z ACC_T=int32_t, 2025-01-24T01:11:15.4002531Z T=uint8_t, 2025-01-24T01:11:15.4002763Z accT=int32_t 2025-01-24T01:11:15.4003042Z ] 2025-01-24T01:11:15.4003956Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:15.4004864Z with 2025-01-24T01:11:15.4005051Z [ 2025-01-24T01:11:15.4005235Z ACC_T=int32_t, 2025-01-24T01:11:15.4005474Z T=uint8_t, 2025-01-24T01:11:15.4005690Z accT=int32_t 2025-01-24T01:11:15.4005911Z ] 2025-01-24T01:11:15.4007065Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4009360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4011782Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4013940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4016205Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4018731Z [1270/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-01-24T01:11:15.4289628Z [1271/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-01-24T01:11:15.4308240Z [1272/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-01-24T01:11:15.4310757Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4312478Z with 2025-01-24T01:11:15.4312673Z [ 2025-01-24T01:11:15.4312945Z inpType=uint8_t 2025-01-24T01:11:15.4313202Z ] 2025-01-24T01:11:15.4314127Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4316911Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4319382Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4321979Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4323578Z with 2025-01-24T01:11:15.4323866Z [ 2025-01-24T01:11:15.4324200Z inpType=int8_t 2025-01-24T01:11:15.4324572Z ] 2025-01-24T01:11:15.4325937Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4329463Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4333360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4337076Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4343584Z with 2025-01-24T01:11:15.4344111Z [ 2025-01-24T01:11:15.4344493Z inpType=uint8_t 2025-01-24T01:11:15.4344866Z ] 2025-01-24T01:11:15.4346268Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4349911Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4354021Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4357801Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4360741Z with 2025-01-24T01:11:15.4361081Z [ 2025-01-24T01:11:15.4361388Z inpType=int8_t 2025-01-24T01:11:15.4361819Z ] 2025-01-24T01:11:15.4363241Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4366772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4370295Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4373946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4376498Z with 2025-01-24T01:11:15.4376821Z [ 2025-01-24T01:11:15.4377121Z inpType=uint8_t 2025-01-24T01:11:15.4377501Z ] 2025-01-24T01:11:15.4380896Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4384484Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4387907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4391780Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4394408Z with 2025-01-24T01:11:15.4394746Z [ 2025-01-24T01:11:15.4395059Z inpType=uint8_t 2025-01-24T01:11:15.4395458Z ] 2025-01-24T01:11:15.4397054Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4400873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4404937Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4408509Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4410957Z with 2025-01-24T01:11:15.4411361Z [ 2025-01-24T01:11:15.4411715Z inpType=uint8_t 2025-01-24T01:11:15.4412135Z ] 2025-01-24T01:11:15.4413583Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4417299Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4420799Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4422947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4425325Z with 2025-01-24T01:11:15.4425647Z [ 2025-01-24T01:11:15.4425971Z inpType=uint8_t 2025-01-24T01:11:15.4426371Z ] 2025-01-24T01:11:15.4428047Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4430716Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4433807Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4436221Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4438637Z with 2025-01-24T01:11:15.4438963Z [ 2025-01-24T01:11:15.4439295Z inpType=uint8_t 2025-01-24T01:11:15.4439703Z ] 2025-01-24T01:11:15.4441171Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4445657Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4449662Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4453502Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4455919Z with 2025-01-24T01:11:15.4456220Z [ 2025-01-24T01:11:15.4456981Z inpType=uint8_t 2025-01-24T01:11:15.4457408Z ] 2025-01-24T01:11:15.4458988Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4463000Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4466866Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4470736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4473352Z with 2025-01-24T01:11:15.4473709Z [ 2025-01-24T01:11:15.4474055Z inpType=uint8_t 2025-01-24T01:11:15.4474477Z ] 2025-01-24T01:11:15.4476056Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4479946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4483824Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4488026Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4490757Z with 2025-01-24T01:11:15.4491123Z [ 2025-01-24T01:11:15.4491492Z inpType=uint8_t 2025-01-24T01:11:15.4491920Z ] 2025-01-24T01:11:15.4493558Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4497617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4502052Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4506133Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4510107Z with 2025-01-24T01:11:15.4510450Z [ 2025-01-24T01:11:15.4510757Z inpType=uint8_t 2025-01-24T01:11:15.4511480Z ] 2025-01-24T01:11:15.4513357Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4516423Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4518996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4521214Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4522931Z with 2025-01-24T01:11:15.4523218Z [ 2025-01-24T01:11:15.4523672Z inpType=uint8_t 2025-01-24T01:11:15.4524019Z ] 2025-01-24T01:11:15.4525621Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4528585Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4531484Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4534412Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4535892Z with 2025-01-24T01:11:15.4536096Z [ 2025-01-24T01:11:15.4536294Z inpType=int8_t 2025-01-24T01:11:15.4536541Z ] 2025-01-24T01:11:15.4537401Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4539915Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4542199Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4545114Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4546491Z with 2025-01-24T01:11:15.4546693Z [ 2025-01-24T01:11:15.4547106Z inpType=uint8_t 2025-01-24T01:11:15.4547683Z ] 2025-01-24T01:11:15.4548839Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4551569Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4553706Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4555782Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4557200Z with 2025-01-24T01:11:15.4557458Z [ 2025-01-24T01:11:15.4557679Z inpType=int8_t 2025-01-24T01:11:15.4557998Z ] 2025-01-24T01:11:15.4558898Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4561313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4563452Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4566449Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4567915Z with 2025-01-24T01:11:15.4568192Z [ 2025-01-24T01:11:15.4568451Z inpType=uint8_t 2025-01-24T01:11:15.4569002Z ] 2025-01-24T01:11:15.4570285Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4572400Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4576277Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4580766Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4583994Z with 2025-01-24T01:11:15.4584345Z [ 2025-01-24T01:11:15.4584696Z inpType=uint8_t 2025-01-24T01:11:15.4585103Z ] 2025-01-24T01:11:15.4586642Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4590202Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4593748Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4596180Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4597554Z with 2025-01-24T01:11:15.4597819Z [ 2025-01-24T01:11:15.4598074Z inpType=uint8_t 2025-01-24T01:11:15.4598377Z ] 2025-01-24T01:11:15.4599284Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4601462Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4604078Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4607428Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4610095Z with 2025-01-24T01:11:15.4610441Z [ 2025-01-24T01:11:15.4610770Z inpType=uint8_t 2025-01-24T01:11:15.4611190Z ] 2025-01-24T01:11:15.4612771Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4616511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4619686Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4621958Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4634203Z with 2025-01-24T01:11:15.4634629Z [ 2025-01-24T01:11:15.4634966Z inpType=uint8_t 2025-01-24T01:11:15.4635413Z ] 2025-01-24T01:11:15.4637001Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4640544Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4644259Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4648280Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4650928Z with 2025-01-24T01:11:15.4651316Z [ 2025-01-24T01:11:15.4651699Z inpType=uint8_t 2025-01-24T01:11:15.4652121Z ] 2025-01-24T01:11:15.4653659Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4657584Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4661626Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4665573Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4668151Z with 2025-01-24T01:11:15.4668508Z [ 2025-01-24T01:11:15.4668858Z inpType=uint8_t 2025-01-24T01:11:15.4669280Z ] 2025-01-24T01:11:15.4670961Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4674721Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4678751Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4682636Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4685209Z with 2025-01-24T01:11:15.4685534Z [ 2025-01-24T01:11:15.4685864Z inpType=uint8_t 2025-01-24T01:11:15.4686277Z ] 2025-01-24T01:11:15.4687943Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T01:11:15.4691815Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4695667Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T01:11:15.4700354Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4703062Z with 2025-01-24T01:11:15.4703401Z [ 2025-01-24T01:11:15.4703723Z inpType=uint8_t 2025-01-24T01:11:15.4704557Z ] 2025-01-24T01:11:15.4706424Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T01:11:15.4710298Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:15.4714391Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T01:11:15.4718365Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4722637Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4726204Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4728575Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4730886Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4733249Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4735822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4738365Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4742292Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4746725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4751432Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4755368Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4760016Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:15.4763542Z [1273/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-01-24T01:11:15.4896583Z [1274/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-01-24T01:11:15.6196427Z [1275/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-01-24T01:11:15.6314413Z [1276/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-01-24T01:11:15.8290340Z [1277/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-01-24T01:11:15.8519750Z [1278/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-01-24T01:11:15.8844404Z [1279/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-01-24T01:11:15.9900750Z [1280/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-01-24T01:11:15.9923943Z [1281/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-01-24T01:11:16.0015939Z [1282/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-01-24T01:11:16.0288089Z [1283/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-01-24T01:11:16.0497315Z [1284/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-01-24T01:11:16.2749119Z [1285/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-01-24T01:11:16.2750983Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2752456Z with 2025-01-24T01:11:16.2752666Z [ 2025-01-24T01:11:16.2752856Z T=uint8_t, 2025-01-24T01:11:16.2753073Z accT=int32_t, 2025-01-24T01:11:16.2753420Z inpType=uint8_t 2025-01-24T01:11:16.2753659Z ] 2025-01-24T01:11:16.2754500Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2755348Z with 2025-01-24T01:11:16.2755534Z [ 2025-01-24T01:11:16.2755717Z T=uint8_t, 2025-01-24T01:11:16.2755938Z accT=int32_t 2025-01-24T01:11:16.2756154Z ] 2025-01-24T01:11:16.2757362Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2758658Z with 2025-01-24T01:11:16.2758847Z [ 2025-01-24T01:11:16.2759018Z T=uint8_t, 2025-01-24T01:11:16.2759235Z accT=int32_t 2025-01-24T01:11:16.2759517Z ] 2025-01-24T01:11:16.2760366Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2761230Z with 2025-01-24T01:11:16.2761414Z [ 2025-01-24T01:11:16.2761592Z T=uint8_t, 2025-01-24T01:11:16.2761807Z accT=int32_t 2025-01-24T01:11:16.2762021Z ] 2025-01-24T01:11:16.2763265Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2764777Z with 2025-01-24T01:11:16.2764979Z [ 2025-01-24T01:11:16.2765216Z T=uint8_t, 2025-01-24T01:11:16.2765446Z accT=int16_t, 2025-01-24T01:11:16.2765690Z inpType=uint8_t 2025-01-24T01:11:16.2765982Z ] 2025-01-24T01:11:16.2766754Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2768372Z with 2025-01-24T01:11:16.2768784Z [ 2025-01-24T01:11:16.2769062Z T=uint8_t, 2025-01-24T01:11:16.2769653Z accT=int16_t 2025-01-24T01:11:16.2770544Z ] 2025-01-24T01:11:16.2773234Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2775025Z with 2025-01-24T01:11:16.2775273Z [ 2025-01-24T01:11:16.2775503Z T=uint8_t, 2025-01-24T01:11:16.2775801Z accT=int16_t 2025-01-24T01:11:16.2776181Z ] 2025-01-24T01:11:16.2777858Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2779468Z with 2025-01-24T01:11:16.2779745Z [ 2025-01-24T01:11:16.2779920Z T=uint8_t, 2025-01-24T01:11:16.2780141Z accT=int16_t 2025-01-24T01:11:16.2780366Z ] 2025-01-24T01:11:16.2781731Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2783025Z with 2025-01-24T01:11:16.2783300Z [ 2025-01-24T01:11:16.2784345Z T=uint8_t, 2025-01-24T01:11:16.2784778Z accT=int32_t, 2025-01-24T01:11:16.2785341Z inpType=uint8_t 2025-01-24T01:11:16.2785710Z ] 2025-01-24T01:11:16.2787492Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2788947Z with 2025-01-24T01:11:16.2789228Z [ 2025-01-24T01:11:16.2789648Z T=uint8_t, 2025-01-24T01:11:16.2790151Z accT=int32_t 2025-01-24T01:11:16.2790580Z ] 2025-01-24T01:11:16.2792849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2794397Z with 2025-01-24T01:11:16.2794583Z [ 2025-01-24T01:11:16.2794778Z T=uint8_t, 2025-01-24T01:11:16.2795007Z accT=int32_t 2025-01-24T01:11:16.2795215Z ] 2025-01-24T01:11:16.2797093Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2797978Z with 2025-01-24T01:11:16.2798168Z [ 2025-01-24T01:11:16.2798353Z T=uint8_t, 2025-01-24T01:11:16.2798570Z accT=int32_t 2025-01-24T01:11:16.2798788Z ] 2025-01-24T01:11:16.2800224Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2801508Z with 2025-01-24T01:11:16.2801753Z [ 2025-01-24T01:11:16.2802181Z T=uint8_t, 2025-01-24T01:11:16.2802663Z accT=int16_t, 2025-01-24T01:11:16.2803189Z inpType=uint8_t 2025-01-24T01:11:16.2803425Z ] 2025-01-24T01:11:16.2804209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2805185Z with 2025-01-24T01:11:16.2805375Z [ 2025-01-24T01:11:16.2805559Z T=uint8_t, 2025-01-24T01:11:16.2805777Z accT=int16_t 2025-01-24T01:11:16.2806002Z ] 2025-01-24T01:11:16.2807204Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2809465Z with 2025-01-24T01:11:16.2809693Z [ 2025-01-24T01:11:16.2809893Z T=uint8_t, 2025-01-24T01:11:16.2810107Z accT=int16_t 2025-01-24T01:11:16.2810324Z ] 2025-01-24T01:11:16.2811123Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2811997Z with 2025-01-24T01:11:16.2812191Z [ 2025-01-24T01:11:16.2812384Z T=uint8_t, 2025-01-24T01:11:16.2812597Z accT=int16_t 2025-01-24T01:11:16.2812822Z ] 2025-01-24T01:11:16.2814332Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.2817060Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.2818843Z [1286/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-01-24T01:11:16.2821748Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2823152Z with 2025-01-24T01:11:16.2823341Z [ 2025-01-24T01:11:16.2823524Z T=uint8_t, 2025-01-24T01:11:16.2823758Z accT=int32_t, 2025-01-24T01:11:16.2823995Z inpType=uint8_t 2025-01-24T01:11:16.2824220Z ] 2025-01-24T01:11:16.2825150Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2827074Z with 2025-01-24T01:11:16.2827568Z [ 2025-01-24T01:11:16.2827768Z T=uint8_t, 2025-01-24T01:11:16.2827994Z accT=int32_t 2025-01-24T01:11:16.2828206Z ] 2025-01-24T01:11:16.2829668Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2831027Z with 2025-01-24T01:11:16.2831228Z [ 2025-01-24T01:11:16.2831403Z T=uint8_t, 2025-01-24T01:11:16.2831631Z accT=int32_t 2025-01-24T01:11:16.2831844Z ] 2025-01-24T01:11:16.2833740Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2834817Z with 2025-01-24T01:11:16.2835012Z [ 2025-01-24T01:11:16.2835187Z T=uint8_t, 2025-01-24T01:11:16.2835418Z accT=int32_t 2025-01-24T01:11:16.2835635Z ] 2025-01-24T01:11:16.2836983Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2838946Z with 2025-01-24T01:11:16.2839277Z [ 2025-01-24T01:11:16.2839639Z T=uint8_t, 2025-01-24T01:11:16.2839916Z accT=int32_t, 2025-01-24T01:11:16.2840310Z inpType=uint8_t 2025-01-24T01:11:16.2840690Z ] 2025-01-24T01:11:16.2841592Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2842510Z with 2025-01-24T01:11:16.2842687Z [ 2025-01-24T01:11:16.2842875Z T=uint8_t, 2025-01-24T01:11:16.2843098Z accT=int32_t 2025-01-24T01:11:16.2843315Z ] 2025-01-24T01:11:16.2845595Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2850151Z with 2025-01-24T01:11:16.2850589Z [ 2025-01-24T01:11:16.2851005Z T=uint8_t, 2025-01-24T01:11:16.2851518Z accT=int32_t 2025-01-24T01:11:16.2852074Z ] 2025-01-24T01:11:16.2854772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2857810Z with 2025-01-24T01:11:16.2858254Z [ 2025-01-24T01:11:16.2858673Z T=uint8_t, 2025-01-24T01:11:16.2859215Z accT=int32_t 2025-01-24T01:11:16.2859847Z ] 2025-01-24T01:11:16.2862282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.2863797Z [1287/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-01-24T01:11:16.2866647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2869634Z with 2025-01-24T01:11:16.2869881Z [ 2025-01-24T01:11:16.2870105Z T=uint8_t, 2025-01-24T01:11:16.2870353Z accT=int32_t, 2025-01-24T01:11:16.2870585Z inpType=uint8_t 2025-01-24T01:11:16.2870826Z ] 2025-01-24T01:11:16.2872225Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2873378Z with 2025-01-24T01:11:16.2873806Z [ 2025-01-24T01:11:16.2874230Z T=uint8_t, 2025-01-24T01:11:16.2874747Z accT=int32_t 2025-01-24T01:11:16.2875138Z ] 2025-01-24T01:11:16.2876378Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2877816Z with 2025-01-24T01:11:16.2878014Z [ 2025-01-24T01:11:16.2878202Z T=uint8_t, 2025-01-24T01:11:16.2878424Z accT=int32_t 2025-01-24T01:11:16.2878654Z ] 2025-01-24T01:11:16.2879505Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2881936Z with 2025-01-24T01:11:16.2882219Z [ 2025-01-24T01:11:16.2882466Z T=uint8_t, 2025-01-24T01:11:16.2882777Z accT=int32_t 2025-01-24T01:11:16.2883047Z ] 2025-01-24T01:11:16.2885012Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2889031Z with 2025-01-24T01:11:16.2889470Z [ 2025-01-24T01:11:16.2889764Z T=uint8_t, 2025-01-24T01:11:16.2890120Z accT=int16_t, 2025-01-24T01:11:16.2890532Z inpType=uint8_t 2025-01-24T01:11:16.2890952Z ] 2025-01-24T01:11:16.2892690Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2894371Z with 2025-01-24T01:11:16.2894699Z [ 2025-01-24T01:11:16.2894965Z T=uint8_t, 2025-01-24T01:11:16.2895193Z accT=int16_t 2025-01-24T01:11:16.2895423Z ] 2025-01-24T01:11:16.2896699Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2898069Z with 2025-01-24T01:11:16.2898267Z [ 2025-01-24T01:11:16.2898459Z T=uint8_t, 2025-01-24T01:11:16.2898679Z accT=int16_t 2025-01-24T01:11:16.2898911Z ] 2025-01-24T01:11:16.2899893Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2900808Z with 2025-01-24T01:11:16.2901017Z [ 2025-01-24T01:11:16.2901218Z T=uint8_t, 2025-01-24T01:11:16.2901447Z accT=int16_t 2025-01-24T01:11:16.2901678Z ] 2025-01-24T01:11:16.2902986Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2904363Z with 2025-01-24T01:11:16.2904556Z [ 2025-01-24T01:11:16.2904739Z T=uint8_t, 2025-01-24T01:11:16.2905126Z accT=int32_t, 2025-01-24T01:11:16.2905380Z inpType=uint8_t 2025-01-24T01:11:16.2905627Z ] 2025-01-24T01:11:16.2906456Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2907445Z with 2025-01-24T01:11:16.2907642Z [ 2025-01-24T01:11:16.2907817Z T=uint8_t, 2025-01-24T01:11:16.2908041Z accT=int32_t 2025-01-24T01:11:16.2908361Z ] 2025-01-24T01:11:16.2909702Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2911146Z with 2025-01-24T01:11:16.2911339Z [ 2025-01-24T01:11:16.2911510Z T=uint8_t, 2025-01-24T01:11:16.2911730Z accT=int32_t 2025-01-24T01:11:16.2911947Z ] 2025-01-24T01:11:16.2912756Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2913656Z with 2025-01-24T01:11:16.2913843Z [ 2025-01-24T01:11:16.2914013Z T=uint8_t, 2025-01-24T01:11:16.2914237Z accT=int32_t 2025-01-24T01:11:16.2914452Z ] 2025-01-24T01:11:16.2915713Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2917040Z with 2025-01-24T01:11:16.2917233Z [ 2025-01-24T01:11:16.2917403Z T=uint8_t, 2025-01-24T01:11:16.2917620Z accT=int16_t, 2025-01-24T01:11:16.2917856Z inpType=uint8_t 2025-01-24T01:11:16.2918077Z ] 2025-01-24T01:11:16.2918867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2919724Z with 2025-01-24T01:11:16.2919912Z [ 2025-01-24T01:11:16.2920093Z T=uint8_t, 2025-01-24T01:11:16.2920315Z accT=int16_t 2025-01-24T01:11:16.2920554Z ] 2025-01-24T01:11:16.2921998Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2923302Z with 2025-01-24T01:11:16.2923493Z [ 2025-01-24T01:11:16.2923664Z T=uint8_t, 2025-01-24T01:11:16.2923882Z accT=int16_t 2025-01-24T01:11:16.2924094Z ] 2025-01-24T01:11:16.2924921Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2925814Z with 2025-01-24T01:11:16.2926006Z [ 2025-01-24T01:11:16.2926183Z T=uint8_t, 2025-01-24T01:11:16.2926410Z accT=int16_t 2025-01-24T01:11:16.2926623Z ] 2025-01-24T01:11:16.2928266Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2929855Z with 2025-01-24T01:11:16.2930049Z [ 2025-01-24T01:11:16.2930223Z T=uint8_t, 2025-01-24T01:11:16.2930446Z accT=int32_t, 2025-01-24T01:11:16.2930683Z inpType=uint8_t 2025-01-24T01:11:16.2930907Z ] 2025-01-24T01:11:16.2931708Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2932674Z with 2025-01-24T01:11:16.2932861Z [ 2025-01-24T01:11:16.2933059Z T=uint8_t, 2025-01-24T01:11:16.2933293Z accT=int32_t 2025-01-24T01:11:16.2933509Z ] 2025-01-24T01:11:16.2934744Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2936134Z with 2025-01-24T01:11:16.2936323Z [ 2025-01-24T01:11:16.2936561Z T=uint8_t, 2025-01-24T01:11:16.2936791Z accT=int32_t 2025-01-24T01:11:16.2937005Z ] 2025-01-24T01:11:16.2937898Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2938797Z with 2025-01-24T01:11:16.2938989Z [ 2025-01-24T01:11:16.2939166Z T=uint8_t, 2025-01-24T01:11:16.2939385Z accT=int32_t 2025-01-24T01:11:16.2939683Z ] 2025-01-24T01:11:16.2941023Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2942348Z with 2025-01-24T01:11:16.2942548Z [ 2025-01-24T01:11:16.2942724Z T=uint8_t, 2025-01-24T01:11:16.2942942Z accT=int16_t, 2025-01-24T01:11:16.2943176Z inpType=uint8_t 2025-01-24T01:11:16.2943399Z ] 2025-01-24T01:11:16.2944315Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2945266Z with 2025-01-24T01:11:16.2945442Z [ 2025-01-24T01:11:16.2945627Z T=uint8_t, 2025-01-24T01:11:16.2945855Z accT=int16_t 2025-01-24T01:11:16.2946062Z ] 2025-01-24T01:11:16.2948198Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2950512Z with 2025-01-24T01:11:16.2950810Z [ 2025-01-24T01:11:16.2951113Z T=uint8_t, 2025-01-24T01:11:16.2951491Z accT=int16_t 2025-01-24T01:11:16.2951846Z ] 2025-01-24T01:11:16.2953347Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2955055Z with 2025-01-24T01:11:16.2955351Z [ 2025-01-24T01:11:16.2955650Z T=uint8_t, 2025-01-24T01:11:16.2956001Z accT=int16_t 2025-01-24T01:11:16.2956360Z ] 2025-01-24T01:11:16.2959456Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2961965Z with 2025-01-24T01:11:16.2962251Z [ 2025-01-24T01:11:16.2962537Z T=uint8_t, 2025-01-24T01:11:16.2962896Z accT=int32_t, 2025-01-24T01:11:16.2963275Z inpType=uint8_t 2025-01-24T01:11:16.2963653Z ] 2025-01-24T01:11:16.2965152Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2966729Z with 2025-01-24T01:11:16.2967043Z [ 2025-01-24T01:11:16.2967349Z T=uint8_t, 2025-01-24T01:11:16.2967713Z accT=int32_t 2025-01-24T01:11:16.2968068Z ] 2025-01-24T01:11:16.2970287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2972663Z with 2025-01-24T01:11:16.2972995Z [ 2025-01-24T01:11:16.2973291Z T=uint8_t, 2025-01-24T01:11:16.2973649Z accT=int32_t 2025-01-24T01:11:16.2974032Z ] 2025-01-24T01:11:16.2975586Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2977255Z with 2025-01-24T01:11:16.2977569Z [ 2025-01-24T01:11:16.2977891Z T=uint8_t, 2025-01-24T01:11:16.2978263Z accT=int32_t 2025-01-24T01:11:16.2978655Z ] 2025-01-24T01:11:16.2981173Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2983586Z with 2025-01-24T01:11:16.2983884Z [ 2025-01-24T01:11:16.2984189Z T=uint8_t, 2025-01-24T01:11:16.2984558Z accT=int16_t, 2025-01-24T01:11:16.2984972Z inpType=uint8_t 2025-01-24T01:11:16.2985387Z ] 2025-01-24T01:11:16.2986765Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.2988298Z with 2025-01-24T01:11:16.2988613Z [ 2025-01-24T01:11:16.2988934Z T=uint8_t, 2025-01-24T01:11:16.2989327Z accT=int16_t 2025-01-24T01:11:16.2989682Z ] 2025-01-24T01:11:16.2991816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.2994273Z with 2025-01-24T01:11:16.2994570Z [ 2025-01-24T01:11:16.2994866Z T=uint8_t, 2025-01-24T01:11:16.2995242Z accT=int16_t 2025-01-24T01:11:16.2995605Z ] 2025-01-24T01:11:16.2996685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.2997594Z with 2025-01-24T01:11:16.2997781Z [ 2025-01-24T01:11:16.2997970Z T=uint8_t, 2025-01-24T01:11:16.2998780Z accT=int16_t 2025-01-24T01:11:16.2999023Z ] 2025-01-24T01:11:16.3000334Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3001692Z with 2025-01-24T01:11:16.3001892Z [ 2025-01-24T01:11:16.3002183Z T=uint8_t, 2025-01-24T01:11:16.3002401Z accT=int32_t, 2025-01-24T01:11:16.3002636Z inpType=uint8_t 2025-01-24T01:11:16.3002872Z ] 2025-01-24T01:11:16.3003677Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3004800Z with 2025-01-24T01:11:16.3005001Z [ 2025-01-24T01:11:16.3005184Z T=uint8_t, 2025-01-24T01:11:16.3005415Z accT=int32_t 2025-01-24T01:11:16.3005637Z ] 2025-01-24T01:11:16.3006867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3008175Z with 2025-01-24T01:11:16.3008360Z [ 2025-01-24T01:11:16.3008538Z T=uint8_t, 2025-01-24T01:11:16.3008752Z accT=int32_t 2025-01-24T01:11:16.3009007Z ] 2025-01-24T01:11:16.3009851Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3010763Z with 2025-01-24T01:11:16.3010942Z [ 2025-01-24T01:11:16.3011110Z T=uint8_t, 2025-01-24T01:11:16.3011327Z accT=int32_t 2025-01-24T01:11:16.3011540Z ] 2025-01-24T01:11:16.3012780Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3014110Z with 2025-01-24T01:11:16.3014291Z [ 2025-01-24T01:11:16.3014546Z T=uint8_t, 2025-01-24T01:11:16.3014780Z accT=int16_t, 2025-01-24T01:11:16.3015017Z inpType=uint8_t 2025-01-24T01:11:16.3015247Z ] 2025-01-24T01:11:16.3016044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3016907Z with 2025-01-24T01:11:16.3017081Z [ 2025-01-24T01:11:16.3017261Z T=uint8_t, 2025-01-24T01:11:16.3017482Z accT=int16_t 2025-01-24T01:11:16.3017692Z ] 2025-01-24T01:11:16.3018907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3020320Z with 2025-01-24T01:11:16.3020516Z [ 2025-01-24T01:11:16.3020689Z T=uint8_t, 2025-01-24T01:11:16.3020914Z accT=int16_t 2025-01-24T01:11:16.3021133Z ] 2025-01-24T01:11:16.3022473Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3023374Z with 2025-01-24T01:11:16.3023576Z [ 2025-01-24T01:11:16.3023753Z T=uint8_t, 2025-01-24T01:11:16.3023973Z accT=int16_t 2025-01-24T01:11:16.3024190Z ] 2025-01-24T01:11:16.3025443Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3026852Z with 2025-01-24T01:11:16.3027037Z [ 2025-01-24T01:11:16.3027209Z T=uint8_t, 2025-01-24T01:11:16.3027432Z accT=int32_t, 2025-01-24T01:11:16.3027669Z inpType=uint8_t 2025-01-24T01:11:16.3027886Z ] 2025-01-24T01:11:16.3028680Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3029548Z with 2025-01-24T01:11:16.3029724Z [ 2025-01-24T01:11:16.3029903Z T=uint8_t, 2025-01-24T01:11:16.3030120Z accT=int32_t 2025-01-24T01:11:16.3030334Z ] 2025-01-24T01:11:16.3031561Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3032850Z with 2025-01-24T01:11:16.3033025Z [ 2025-01-24T01:11:16.3033203Z T=uint8_t, 2025-01-24T01:11:16.3033418Z accT=int32_t 2025-01-24T01:11:16.3033622Z ] 2025-01-24T01:11:16.3034439Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3035326Z with 2025-01-24T01:11:16.3035503Z [ 2025-01-24T01:11:16.3035680Z T=uint8_t, 2025-01-24T01:11:16.3035893Z accT=int32_t 2025-01-24T01:11:16.3036101Z ] 2025-01-24T01:11:16.3037354Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3038944Z with 2025-01-24T01:11:16.3039127Z [ 2025-01-24T01:11:16.3039312Z T=uint8_t, 2025-01-24T01:11:16.3039540Z accT=int16_t, 2025-01-24T01:11:16.3039769Z inpType=uint8_t 2025-01-24T01:11:16.3040020Z ] 2025-01-24T01:11:16.3040867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3041785Z with 2025-01-24T01:11:16.3041973Z [ 2025-01-24T01:11:16.3042157Z T=uint8_t, 2025-01-24T01:11:16.3042365Z accT=int16_t 2025-01-24T01:11:16.3042589Z ] 2025-01-24T01:11:16.3043801Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3045096Z with 2025-01-24T01:11:16.3045276Z [ 2025-01-24T01:11:16.3045467Z T=uint8_t, 2025-01-24T01:11:16.3045673Z accT=int16_t 2025-01-24T01:11:16.3046398Z ] 2025-01-24T01:11:16.3047248Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3048153Z with 2025-01-24T01:11:16.3048333Z [ 2025-01-24T01:11:16.3048517Z T=uint8_t, 2025-01-24T01:11:16.3048735Z accT=int16_t 2025-01-24T01:11:16.3048958Z ] 2025-01-24T01:11:16.3050103Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3052324Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3054434Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3056546Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3058662Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3060916Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.3062401Z [1288/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-01-24T01:11:16.3064076Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3065438Z with 2025-01-24T01:11:16.3065635Z [ 2025-01-24T01:11:16.3065822Z T=uint8_t, 2025-01-24T01:11:16.3066045Z accT=int32_t, 2025-01-24T01:11:16.3066276Z inpType=uint8_t 2025-01-24T01:11:16.3066509Z ] 2025-01-24T01:11:16.3067307Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3068175Z with 2025-01-24T01:11:16.3068365Z [ 2025-01-24T01:11:16.3068543Z T=uint8_t, 2025-01-24T01:11:16.3068753Z accT=int32_t 2025-01-24T01:11:16.3068971Z ] 2025-01-24T01:11:16.3070222Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3071533Z with 2025-01-24T01:11:16.3071721Z [ 2025-01-24T01:11:16.3072370Z T=uint8_t, 2025-01-24T01:11:16.3072594Z accT=int32_t 2025-01-24T01:11:16.3072821Z ] 2025-01-24T01:11:16.3073661Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3074544Z with 2025-01-24T01:11:16.3074732Z [ 2025-01-24T01:11:16.3074913Z T=uint8_t, 2025-01-24T01:11:16.3075117Z accT=int32_t 2025-01-24T01:11:16.3075419Z ] 2025-01-24T01:11:16.3076700Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3078039Z with 2025-01-24T01:11:16.3078234Z [ 2025-01-24T01:11:16.3078428Z T=uint8_t, 2025-01-24T01:11:16.3078644Z accT=int16_t, 2025-01-24T01:11:16.3078883Z inpType=uint8_t 2025-01-24T01:11:16.3079118Z ] 2025-01-24T01:11:16.3079903Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3080773Z with 2025-01-24T01:11:16.3090939Z [ 2025-01-24T01:11:16.3091159Z T=uint8_t, 2025-01-24T01:11:16.3091410Z accT=int16_t 2025-01-24T01:11:16.3091624Z ] 2025-01-24T01:11:16.3092909Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3094251Z with 2025-01-24T01:11:16.3094442Z [ 2025-01-24T01:11:16.3094635Z T=uint8_t, 2025-01-24T01:11:16.3094857Z accT=int16_t 2025-01-24T01:11:16.3095149Z ] 2025-01-24T01:11:16.3096042Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3096974Z with 2025-01-24T01:11:16.3097161Z [ 2025-01-24T01:11:16.3097358Z T=uint8_t, 2025-01-24T01:11:16.3097587Z accT=int16_t 2025-01-24T01:11:16.3097801Z ] 2025-01-24T01:11:16.3099102Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3100558Z with 2025-01-24T01:11:16.3100745Z [ 2025-01-24T01:11:16.3100939Z T=uint8_t, 2025-01-24T01:11:16.3101170Z accT=int32_t, 2025-01-24T01:11:16.3101408Z inpType=uint8_t 2025-01-24T01:11:16.3101648Z ] 2025-01-24T01:11:16.3102452Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3103324Z with 2025-01-24T01:11:16.3103513Z [ 2025-01-24T01:11:16.3103699Z T=uint8_t, 2025-01-24T01:11:16.3103913Z accT=int32_t 2025-01-24T01:11:16.3104139Z ] 2025-01-24T01:11:16.3106022Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3107368Z with 2025-01-24T01:11:16.3107568Z [ 2025-01-24T01:11:16.3107764Z T=uint8_t, 2025-01-24T01:11:16.3108060Z accT=int32_t 2025-01-24T01:11:16.3108294Z ] 2025-01-24T01:11:16.3109129Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3110632Z with 2025-01-24T01:11:16.3110825Z [ 2025-01-24T01:11:16.3111015Z T=uint8_t, 2025-01-24T01:11:16.3111229Z accT=int32_t 2025-01-24T01:11:16.3111458Z ] 2025-01-24T01:11:16.3112765Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3114119Z with 2025-01-24T01:11:16.3114297Z [ 2025-01-24T01:11:16.3114482Z T=uint8_t, 2025-01-24T01:11:16.3114704Z accT=int16_t, 2025-01-24T01:11:16.3114933Z inpType=uint8_t 2025-01-24T01:11:16.3115163Z ] 2025-01-24T01:11:16.3115985Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.3116852Z with 2025-01-24T01:11:16.3117035Z [ 2025-01-24T01:11:16.3117213Z T=uint8_t, 2025-01-24T01:11:16.3117420Z accT=int16_t 2025-01-24T01:11:16.3117633Z ] 2025-01-24T01:11:16.3118887Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.3120195Z with 2025-01-24T01:11:16.3120389Z [ 2025-01-24T01:11:16.3120569Z T=uint8_t, 2025-01-24T01:11:16.3120773Z accT=int16_t 2025-01-24T01:11:16.3120994Z ] 2025-01-24T01:11:16.3121815Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.3122709Z with 2025-01-24T01:11:16.3122891Z [ 2025-01-24T01:11:16.3123071Z T=uint8_t, 2025-01-24T01:11:16.3123283Z accT=int16_t 2025-01-24T01:11:16.3123508Z ] 2025-01-24T01:11:16.3124656Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8264536Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8267568Z [1289/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-01-24T01:11:16.8270675Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8274257Z with 2025-01-24T01:11:16.8274689Z [ 2025-01-24T01:11:16.8275004Z T=int8_t, 2025-01-24T01:11:16.8275385Z accT=int32_t, 2025-01-24T01:11:16.8275814Z inpType=int8_t 2025-01-24T01:11:16.8276221Z ] 2025-01-24T01:11:16.8277674Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.8279319Z with 2025-01-24T01:11:16.8279821Z [ 2025-01-24T01:11:16.8280057Z T=int8_t, 2025-01-24T01:11:16.8280285Z accT=int32_t 2025-01-24T01:11:16.8280514Z ] 2025-01-24T01:11:16.8281746Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8283030Z with 2025-01-24T01:11:16.8283223Z [ 2025-01-24T01:11:16.8283402Z T=int8_t, 2025-01-24T01:11:16.8283627Z accT=int32_t 2025-01-24T01:11:16.8283858Z ] 2025-01-24T01:11:16.8284640Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.8285563Z with 2025-01-24T01:11:16.8285770Z [ 2025-01-24T01:11:16.8285995Z T=int8_t, 2025-01-24T01:11:16.8286206Z accT=int32_t 2025-01-24T01:11:16.8286428Z ] 2025-01-24T01:11:16.8287656Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8288962Z with 2025-01-24T01:11:16.8289151Z [ 2025-01-24T01:11:16.8289321Z T=int8_t, 2025-01-24T01:11:16.8289546Z accT=int16_t, 2025-01-24T01:11:16.8289790Z inpType=int8_t 2025-01-24T01:11:16.8290011Z ] 2025-01-24T01:11:16.8290783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.8291674Z with 2025-01-24T01:11:16.8291853Z [ 2025-01-24T01:11:16.8292091Z T=int8_t, 2025-01-24T01:11:16.8292310Z accT=int16_t 2025-01-24T01:11:16.8292523Z ] 2025-01-24T01:11:16.8293739Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8295008Z with 2025-01-24T01:11:16.8295197Z [ 2025-01-24T01:11:16.8295370Z T=int8_t, 2025-01-24T01:11:16.8295594Z accT=int16_t 2025-01-24T01:11:16.8295808Z ] 2025-01-24T01:11:16.8296606Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.8297667Z with 2025-01-24T01:11:16.8297866Z [ 2025-01-24T01:11:16.8298097Z T=int8_t, 2025-01-24T01:11:16.8298324Z accT=int16_t 2025-01-24T01:11:16.8298536Z ] 2025-01-24T01:11:16.8300291Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8301596Z with 2025-01-24T01:11:16.8301786Z [ 2025-01-24T01:11:16.8301961Z T=int8_t, 2025-01-24T01:11:16.8302183Z accT=int32_t, 2025-01-24T01:11:16.8302420Z inpType=int8_t 2025-01-24T01:11:16.8302642Z ] 2025-01-24T01:11:16.8303413Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.8304434Z with 2025-01-24T01:11:16.8304614Z [ 2025-01-24T01:11:16.8304800Z T=int8_t, 2025-01-24T01:11:16.8305025Z accT=int32_t 2025-01-24T01:11:16.8305237Z ] 2025-01-24T01:11:16.8306572Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8307817Z with 2025-01-24T01:11:16.8307994Z [ 2025-01-24T01:11:16.8308175Z T=int8_t, 2025-01-24T01:11:16.8308397Z accT=int32_t 2025-01-24T01:11:16.8308609Z ] 2025-01-24T01:11:16.8309397Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.8310382Z with 2025-01-24T01:11:16.8310560Z [ 2025-01-24T01:11:16.8310744Z T=int8_t, 2025-01-24T01:11:16.8310966Z accT=int32_t 2025-01-24T01:11:16.8311178Z ] 2025-01-24T01:11:16.8312394Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8313664Z with 2025-01-24T01:11:16.8313840Z [ 2025-01-24T01:11:16.8314023Z T=int8_t, 2025-01-24T01:11:16.8314238Z accT=int16_t, 2025-01-24T01:11:16.8314462Z inpType=int8_t 2025-01-24T01:11:16.8314692Z ] 2025-01-24T01:11:16.8315771Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.8317221Z with 2025-01-24T01:11:16.8324983Z [ 2025-01-24T01:11:16.8326545Z T=int8_t, 2025-01-24T01:11:16.8326970Z accT=int16_t 2025-01-24T01:11:16.8327355Z ] 2025-01-24T01:11:16.8329657Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8331948Z with 2025-01-24T01:11:16.8332281Z [ 2025-01-24T01:11:16.8332605Z T=int8_t, 2025-01-24T01:11:16.8332963Z accT=int16_t 2025-01-24T01:11:16.8333357Z ] 2025-01-24T01:11:16.8341313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.8343379Z with 2025-01-24T01:11:16.8343688Z [ 2025-01-24T01:11:16.8343984Z T=int8_t, 2025-01-24T01:11:16.8344277Z accT=int16_t 2025-01-24T01:11:16.8344556Z ] 2025-01-24T01:11:16.8346589Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8350987Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8353114Z [1290/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-01-24T01:11:16.8356046Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8358734Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8362760Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8364864Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8368072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8370282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8373009Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8375564Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8377642Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8380801Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8383792Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8389819Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8392942Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8396939Z [1291/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-01-24T01:11:16.8402125Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8406307Z with 2025-01-24T01:11:16.8406750Z [ 2025-01-24T01:11:16.8407157Z T=int8_t, 2025-01-24T01:11:16.8407706Z accT=int32_t, 2025-01-24T01:11:16.8408299Z inpType=int8_t 2025-01-24T01:11:16.8408885Z ] 2025-01-24T01:11:16.8411160Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T01:11:16.8412413Z with 2025-01-24T01:11:16.8412659Z [ 2025-01-24T01:11:16.8412851Z T=int8_t, 2025-01-24T01:11:16.8413062Z accT=int32_t 2025-01-24T01:11:16.8413331Z ] 2025-01-24T01:11:16.8414613Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8415941Z with 2025-01-24T01:11:16.8416428Z [ 2025-01-24T01:11:16.8416857Z T=int8_t, 2025-01-24T01:11:16.8417357Z accT=int32_t 2025-01-24T01:11:16.8417912Z ] 2025-01-24T01:11:16.8420383Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T01:11:16.8423052Z with 2025-01-24T01:11:16.8423496Z [ 2025-01-24T01:11:16.8423897Z T=int8_t, 2025-01-24T01:11:16.8424434Z accT=int32_t 2025-01-24T01:11:16.8424989Z ] 2025-01-24T01:11:16.8428454Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T01:11:16.8433189Z [1292/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-01-24T01:11:16.8435107Z [1293/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-01-24T01:11:16.8436758Z [1294/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-01-24T01:11:16.8439437Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8442617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8446398Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8450461Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8454422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8456305Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8458001Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8460291Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8462979Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8464806Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8466529Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8468376Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8470181Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8472056Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8473825Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8475544Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8477408Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8479114Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8480927Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8483433Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8485259Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8487023Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8488789Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8490578Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8492715Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8495417Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8498455Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8501996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8505561Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8509033Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8512384Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8515997Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8518432Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8520816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8523014Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8524864Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8526580Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8528288Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8530125Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8532939Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8535197Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8537247Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8539721Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8542638Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8544459Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8546162Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8548231Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8551355Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8554620Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8558081Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8560679Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8562404Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8564194Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8566049Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8568011Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8569745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8571640Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8573516Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8575345Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8577189Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8579763Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8582243Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8584243Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8586219Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8588228Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8590382Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8592144Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8593964Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8596650Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8599028Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8600856Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8602767Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8604618Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8606628Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8608556Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8610578Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8613332Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8615252Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8617124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8619169Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8621187Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8622907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8624705Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8626547Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8628324Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8630055Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8631778Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8634217Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8637729Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8641210Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8644623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8647979Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8651671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8655388Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8659134Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8662739Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8666304Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8670280Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8674024Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8677734Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8681269Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8684633Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T01:11:16.8688282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8691804Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8695262Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8698794Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T01:11:16.8702340Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8705685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T01:11:16.8709201Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8713449Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T01:11:16.8716975Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8720557Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T01:11:16.8724210Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8728020Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8731932Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8735482Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T01:11:16.8739053Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8742147Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T01:11:16.8744598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8746671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T01:11:16.8748064Z [1295/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-01-24T01:11:16.8749705Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8751764Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8753617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8755705Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8758811Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8762084Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8765550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8768063Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:16.8769977Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8772247Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:16.8775755Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8779026Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8782728Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8784696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8786830Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8789838Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8793416Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8797055Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:16.8800738Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8804451Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:16.8807900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8811275Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8813407Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8815841Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8817772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8820029Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8822007Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8824114Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:16.8828010Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8832204Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:16.8835829Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8839257Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8843027Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8846479Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8850687Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8854382Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8857275Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8859178Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:16.8861279Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8863859Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:16.8866946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8869837Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8872610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8876395Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8880162Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8883693Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8887068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8890600Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:16.8894378Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8898515Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:16.8902280Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8905736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T01:11:16.8907949Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8910513Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T01:11:16.8912958Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8915015Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T01:11:16.8917769Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:16.8919879Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T01:11:17.0256408Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T01:11:17.0260799Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T01:11:17.0263023Z [1296/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-01-24T01:11:17.6201371Z [1297/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-01-24T01:11:17.6217694Z [1298/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-01-24T01:11:17.6298599Z [1299/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-01-24T01:11:17.6323948Z [1300/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-01-24T01:11:17.6337128Z [1301/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-01-24T01:11:17.6355866Z [1302/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-01-24T01:11:17.6372503Z [1303/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-01-24T01:11:17.8136129Z [1304/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-01-24T01:11:17.8387541Z [1305/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-01-24T01:11:18.2504053Z [1306/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-01-24T01:11:18.2517072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(23): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.2518453Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(39): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.2519549Z [1307/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-01-24T01:11:18.2529161Z [1308/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-01-24T01:11:18.2541510Z [1309/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-01-24T01:11:18.2555701Z [1310/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-01-24T01:11:18.2569651Z [1311/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-01-24T01:11:18.2634552Z [1312/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-01-24T01:11:18.3448140Z [1313/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-01-24T01:11:18.3672670Z [1314/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-01-24T01:11:18.4487714Z [1315/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-01-24T01:11:18.4509990Z [1316/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-01-24T01:11:18.4913656Z [1317/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-01-24T01:11:18.5091961Z [1318/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-01-24T01:11:18.5617932Z [1319/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-01-24T01:11:18.5634235Z [1320/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-01-24T01:11:18.5636160Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1555): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5638613Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2037): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5641503Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2201): note: see reference to function template instantiation 'void fbgemm::FusedNBitRowwiseQuantizedSBHalfToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-01-24T01:11:18.5644006Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2041): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5645535Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2045): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5646839Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2049): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5648074Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2102): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5649717Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2107): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5651147Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2112): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5652542Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2117): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5653821Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2170): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:11:18.5834213Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2223): note: see reference to function template instantiation 'void fbgemm::Fused8BitRowwiseQuantizedSBFloatToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-01-24T01:11:18.5837524Z [1321/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-01-24T01:11:18.5923887Z [1322/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-01-24T01:11:18.6396123Z [1323/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-01-24T01:11:18.6878387Z [1324/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-01-24T01:11:18.6999509Z [1325/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-01-24T01:11:18.8054809Z [1326/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-01-24T01:11:18.8672734Z [1327/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-01-24T01:11:18.8949312Z [1328/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-01-24T01:11:19.2613715Z [1329/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-01-24T01:11:19.2628588Z [1330/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-01-24T01:11:19.2641485Z [1331/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-01-24T01:11:19.2653964Z [1332/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-01-24T01:11:19.2666279Z [1333/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-01-24T01:11:19.4147502Z [1334/7038] Linking CXX shared library bin\asmjit.dll 2025-01-24T01:11:19.5240965Z [1335/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-01-24T01:11:19.5256438Z [1336/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-01-24T01:11:19.5327945Z [1337/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-01-24T01:11:19.5354829Z [1338/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-01-24T01:11:19.5433420Z [1339/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-01-24T01:11:19.7028915Z [1340/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-01-24T01:11:19.7595034Z [1341/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-01-24T01:11:19.8084967Z [1342/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-01-24T01:11:19.8100372Z [1343/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-01-24T01:11:19.8273427Z [1344/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-01-24T01:11:19.8581975Z [1345/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-01-24T01:11:20.0940356Z [1346/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-01-24T01:11:20.1285289Z [1347/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-01-24T01:11:20.1358416Z [1348/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-01-24T01:11:20.1428552Z [1349/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-01-24T01:11:20.2237826Z [1350/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-01-24T01:11:20.2323605Z [1351/7038] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-01-24T01:11:20.2734421Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:11:20.2736395Z [1352/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-01-24T01:11:20.3186626Z [1353/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-01-24T01:11:20.3283699Z [1354/7038] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-01-24T01:11:20.3552641Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:11:20.3553701Z [1355/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-01-24T01:11:20.3739431Z [1356/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-01-24T01:11:20.4311543Z [1357/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-01-24T01:11:20.4454066Z [1358/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-01-24T01:11:20.4918111Z [1359/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-01-24T01:11:20.5041861Z [1360/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-01-24T01:11:20.5486615Z [1361/7038] Linking CXX static library lib\onnx_proto.lib 2025-01-24T01:11:20.7325174Z [1362/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-01-24T01:11:20.7342117Z [1363/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-01-24T01:11:20.9951095Z [1364/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-01-24T01:11:21.0365018Z [1365/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-01-24T01:11:21.0366177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T01:11:21.0369151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T01:11:21.0371157Z with 2025-01-24T01:11:21.0371352Z [ 2025-01-24T01:11:21.0371613Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0371943Z ] 2025-01-24T01:11:21.0373773Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0375526Z with 2025-01-24T01:11:21.0375702Z [ 2025-01-24T01:11:21.0375952Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0376346Z ] 2025-01-24T01:11:21.0378103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0380043Z with 2025-01-24T01:11:21.0380245Z [ 2025-01-24T01:11:21.0380564Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0380938Z ] 2025-01-24T01:11:21.0382608Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0384330Z with 2025-01-24T01:11:21.0384520Z [ 2025-01-24T01:11:21.0384764Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0385169Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0385488Z ] 2025-01-24T01:11:21.0387437Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0389506Z with 2025-01-24T01:11:21.0389703Z [ 2025-01-24T01:11:21.0390013Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0390462Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0390804Z U=uv_write_t 2025-01-24T01:11:21.0391025Z ] 2025-01-24T01:11:21.0392941Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0394746Z with 2025-01-24T01:11:21.0394937Z [ 2025-01-24T01:11:21.0395193Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0395748Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0396077Z U=uv_write_t 2025-01-24T01:11:21.0396307Z ] 2025-01-24T01:11:21.0609342Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0612397Z with 2025-01-24T01:11:21.0612602Z [ 2025-01-24T01:11:21.0613263Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0614041Z ] 2025-01-24T01:11:21.0614893Z [1366/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-01-24T01:11:21.0617151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T01:11:21.0622180Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T01:11:21.0625778Z with 2025-01-24T01:11:21.0626135Z [ 2025-01-24T01:11:21.0626543Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0640326Z ] 2025-01-24T01:11:21.0643605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0646674Z with 2025-01-24T01:11:21.0647007Z [ 2025-01-24T01:11:21.0647516Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0648176Z ] 2025-01-24T01:11:21.0652375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0658149Z with 2025-01-24T01:11:21.0658546Z [ 2025-01-24T01:11:21.0658969Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0659751Z ] 2025-01-24T01:11:21.0663222Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0666116Z with 2025-01-24T01:11:21.0666452Z [ 2025-01-24T01:11:21.0667415Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0668273Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0668877Z ] 2025-01-24T01:11:21.0672579Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0676401Z with 2025-01-24T01:11:21.0676766Z [ 2025-01-24T01:11:21.0677264Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0678023Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0678741Z U=uv_write_t 2025-01-24T01:11:21.0679101Z ] 2025-01-24T01:11:21.0682901Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0686931Z with 2025-01-24T01:11:21.0687288Z [ 2025-01-24T01:11:21.0687746Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0688505Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.0689121Z U=uv_write_t 2025-01-24T01:11:21.0689512Z ] 2025-01-24T01:11:21.0699596Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.0702822Z with 2025-01-24T01:11:21.0703221Z [ 2025-01-24T01:11:21.0703628Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.0704275Z ] 2025-01-24T01:11:21.0705098Z [1367/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-01-24T01:11:21.0947972Z [1368/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-01-24T01:11:21.1400332Z [1369/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-01-24T01:11:21.1402893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T01:11:21.1408382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T01:11:21.1412394Z with 2025-01-24T01:11:21.1412759Z [ 2025-01-24T01:11:21.1413238Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.1413875Z ] 2025-01-24T01:11:21.1417587Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.1421104Z with 2025-01-24T01:11:21.1421444Z [ 2025-01-24T01:11:21.1421886Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.1422435Z ] 2025-01-24T01:11:21.1425716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.1429283Z with 2025-01-24T01:11:21.1429642Z [ 2025-01-24T01:11:21.1430101Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.1430738Z ] 2025-01-24T01:11:21.1432952Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.1434945Z with 2025-01-24T01:11:21.1435132Z [ 2025-01-24T01:11:21.1435505Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.1436071Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.1436605Z ] 2025-01-24T01:11:21.1438737Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.1441095Z with 2025-01-24T01:11:21.1441302Z [ 2025-01-24T01:11:21.1441554Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.1442028Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.1442466Z U=uv_write_t 2025-01-24T01:11:21.1442712Z ] 2025-01-24T01:11:21.1445076Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.1447128Z with 2025-01-24T01:11:21.1447319Z [ 2025-01-24T01:11:21.1447603Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.1448150Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T01:11:21.1448520Z U=uv_write_t 2025-01-24T01:11:21.1448747Z ] 2025-01-24T01:11:21.4946290Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T01:11:21.4948049Z with 2025-01-24T01:11:21.4948233Z [ 2025-01-24T01:11:21.4948486Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T01:11:21.4948821Z ] 2025-01-24T01:11:21.4949286Z [1370/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-01-24T01:11:21.5440832Z [1371/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-01-24T01:11:21.6001510Z [1372/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-01-24T01:11:21.6535315Z [1373/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-01-24T01:11:21.6569035Z [1374/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-01-24T01:11:21.6646596Z [1375/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-01-24T01:11:21.9056382Z [1376/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-01-24T01:11:21.9158222Z [1377/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-01-24T01:11:21.9699498Z [1378/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-01-24T01:11:21.9825779Z [1379/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-01-24T01:11:22.1141114Z [1380/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-01-24T01:11:22.1236235Z [1381/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-01-24T01:11:22.1436195Z [1382/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-01-24T01:11:22.1861531Z [1383/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-01-24T01:11:22.3962354Z [1384/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-01-24T01:11:22.4058542Z [1385/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-01-24T01:11:22.4575420Z [1386/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-01-24T01:11:22.5404585Z [1387/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-01-24T01:11:22.5489300Z [1388/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-01-24T01:11:22.6887445Z [1389/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-01-24T01:11:22.7011403Z [1390/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-01-24T01:11:22.7892696Z [1391/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-01-24T01:11:22.8601477Z [1392/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-01-24T01:11:22.9178299Z [1393/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-01-24T01:11:22.9288031Z [1394/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-01-24T01:11:23.0364210Z [1395/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-01-24T01:11:23.0429372Z [1396/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-01-24T01:11:23.2117419Z [1397/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-01-24T01:11:23.2207953Z [1398/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-01-24T01:11:23.3532389Z [1399/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-01-24T01:11:23.7418505Z [1400/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-01-24T01:11:23.7437779Z [1401/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-01-24T01:11:23.7454976Z [1402/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-01-24T01:11:23.7473147Z [1403/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-01-24T01:11:23.7493761Z [1404/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-01-24T01:11:23.7517876Z [1405/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-01-24T01:11:23.7540718Z [1406/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-01-24T01:11:24.8852978Z [1407/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-01-24T01:11:24.8871678Z [1408/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-01-24T01:11:24.8951037Z [1409/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-01-24T01:11:24.9004418Z [1410/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-01-24T01:11:24.9024808Z [1411/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-01-24T01:11:24.9047065Z [1412/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-01-24T01:11:25.2580276Z [1413/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-01-24T01:11:25.2861188Z [1414/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-01-24T01:11:25.2901286Z [1415/7038] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-01-24T01:11:25.3695481Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T01:11:25.3695839Z 2025-01-24T01:11:25.3695844Z 2025-01-24T01:11:25.3696014Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:11:25.3696307Z 2025-01-24T01:11:25.3696311Z 2025-01-24T01:11:25.3696315Z 2025-01-24T01:11:25.3696318Z 2025-01-24T01:11:25.3696722Z [1416/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-01-24T01:11:25.3773509Z [1417/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-01-24T01:11:25.4255388Z [1418/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-01-24T01:11:25.4398628Z [1419/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-01-24T01:11:25.5387741Z [1420/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-01-24T01:11:25.5452645Z [1421/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-01-24T01:11:25.8186431Z [1422/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-01-24T01:11:26.8326447Z [1423/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-01-24T01:11:26.8407433Z [1424/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-01-24T01:11:26.8425339Z [1425/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-01-24T01:11:26.8441165Z [1426/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-01-24T01:11:26.8459497Z [1427/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-01-24T01:11:26.8480982Z [1428/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-01-24T01:11:26.8546961Z [1429/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-01-24T01:11:26.9107671Z [1430/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-01-24T01:11:26.9621151Z [1431/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-01-24T01:11:27.0334146Z [1432/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-01-24T01:11:27.2022703Z [1433/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-01-24T01:11:27.2080779Z [1434/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-01-24T01:11:27.2612760Z [1435/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-01-24T01:11:27.5980672Z [1436/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-01-24T01:11:27.8064953Z [1437/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-01-24T01:11:27.8702443Z [1438/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-01-24T01:11:27.9016399Z [1439/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-01-24T01:11:28.0557632Z [1440/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-01-24T01:11:28.0805353Z [1441/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-01-24T01:11:28.2380903Z [1442/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-01-24T01:11:28.2903989Z [1443/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-01-24T01:11:28.5967778Z [1444/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-01-24T01:11:28.7726043Z [1445/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-01-24T01:11:28.8434113Z [1446/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-01-24T01:11:28.8666720Z [1447/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-01-24T01:11:28.9547953Z [1448/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-01-24T01:11:29.0591071Z [1449/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-01-24T01:11:29.2652909Z [1450/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-01-24T01:11:29.2909644Z [1451/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-01-24T01:11:29.5131250Z [1452/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-01-24T01:11:29.7994297Z [1453/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-01-24T01:11:29.8100519Z [1454/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-01-24T01:11:30.3094052Z [1455/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-01-24T01:11:30.3117285Z [1456/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-01-24T01:11:30.3192862Z [1457/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-01-24T01:11:30.3218184Z [1458/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-01-24T01:11:30.3242757Z [1459/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-01-24T01:11:30.5251902Z [1460/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-01-24T01:11:30.6725918Z [1461/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-01-24T01:11:30.7613568Z [1462/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-01-24T01:11:31.2931816Z [1463/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-01-24T01:11:31.4731160Z [1464/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-01-24T01:11:31.4821114Z [1465/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-01-24T01:11:31.4846827Z [1466/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-01-24T01:11:31.4873499Z [1467/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-01-24T01:11:31.4894348Z [1468/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-01-24T01:11:31.7237779Z [1469/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-01-24T01:11:31.7266589Z [1470/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-01-24T01:11:32.2024834Z [1471/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-01-24T01:11:32.4155880Z [1472/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-01-24T01:11:32.4636910Z [1473/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-01-24T01:11:32.4741652Z [1474/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-01-24T01:11:32.4753428Z [1475/7038] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-01-24T01:11:32.5177531Z Microsoft (R) Macro Assembler (x64) Version 14.29.30157.0 2025-01-24T01:11:32.5177868Z 2025-01-24T01:11:32.5178283Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:11:32.5178639Z 2025-01-24T01:11:32.5178644Z 2025-01-24T01:11:32.5178648Z 2025-01-24T01:11:32.5179049Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-01-24T01:11:32.5179603Z 2025-01-24T01:11:32.5180057Z [1476/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-01-24T01:11:32.5464222Z [1477/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-01-24T01:11:32.6180419Z [1478/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-01-24T01:11:32.8569219Z [1479/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-01-24T01:11:33.0151703Z [1480/7038] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-01-24T01:11:33.2836970Z [1481/7038] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-01-24T01:11:33.7815348Z [1482/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-01-24T01:11:33.7835670Z [1483/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-01-24T01:11:33.7854661Z [1484/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-01-24T01:11:33.7872101Z [1485/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-01-24T01:11:33.7980445Z [1486/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-01-24T01:11:33.8491340Z [1487/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-01-24T01:11:34.2234968Z [1488/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-01-24T01:11:34.3956579Z [1489/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-01-24T01:11:34.7206742Z [1490/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-01-24T01:11:34.8753354Z [1491/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-01-24T01:11:34.9519653Z [1492/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-01-24T01:11:34.9613068Z [1493/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-01-24T01:11:35.0215948Z [1494/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-01-24T01:11:35.5390945Z [1495/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-01-24T01:11:35.5518982Z [1496/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-01-24T01:11:35.5541205Z [1497/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-01-24T01:11:35.8338426Z [1498/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-01-24T01:11:35.9162819Z [1499/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-01-24T01:11:35.9274459Z [1500/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-01-24T01:11:36.0148408Z [1501/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-01-24T01:11:36.5970364Z [1502/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-01-24T01:11:36.9270391Z [1503/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-01-24T01:11:36.9291349Z [1504/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-01-24T01:11:36.9390211Z [1505/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-01-24T01:11:36.9498582Z [1506/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-01-24T01:11:36.9568526Z [1507/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-01-24T01:11:36.9672356Z [1508/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-01-24T01:11:37.3070913Z [1509/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-01-24T01:11:37.7407805Z [1510/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-01-24T01:11:38.0740573Z [1511/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-01-24T01:11:38.0857052Z [1512/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-01-24T01:11:38.0933441Z [1513/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-01-24T01:11:38.0996799Z [1514/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-01-24T01:11:38.1142200Z [1515/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-01-24T01:11:38.1243779Z [1516/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T01:11:38.4371415Z [1517/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-01-24T01:11:38.7649449Z [1518/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-01-24T01:11:39.1372716Z [1519/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-01-24T01:11:39.1511371Z [1520/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-01-24T01:11:39.1736865Z [1521/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-01-24T01:11:39.2247703Z [1522/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-01-24T01:11:39.2466960Z [1523/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-01-24T01:11:39.3214010Z [1524/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-01-24T01:11:39.5332622Z [1525/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-01-24T01:11:39.8621793Z [1526/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-01-24T01:11:40.2301050Z [1527/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-01-24T01:11:40.2429011Z [1528/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-01-24T01:11:40.2567443Z [1529/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-01-24T01:11:40.3200406Z [1530/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-01-24T01:11:40.3320357Z [1531/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-01-24T01:11:40.4234204Z [1532/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-01-24T01:11:40.6150489Z [1533/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-01-24T01:11:40.8651189Z [1534/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-01-24T01:11:41.1602748Z [1535/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-01-24T01:11:41.2503774Z [1536/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-01-24T01:11:41.3599796Z [1537/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-01-24T01:11:41.3944095Z [1538/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-01-24T01:11:41.4878681Z [1539/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-01-24T01:11:41.5326407Z [1540/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-01-24T01:11:41.5624183Z [1541/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-01-24T01:11:41.6182323Z [1542/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-01-24T01:11:41.7432486Z [1543/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-01-24T01:11:41.7526490Z [1544/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-01-24T01:11:41.7615009Z [1545/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-01-24T01:11:42.4848978Z [1546/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-01-24T01:11:42.4993563Z [1547/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-01-24T01:11:42.5177551Z [1548/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-01-24T01:11:42.7091062Z [1549/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-01-24T01:11:42.7999166Z [1550/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-01-24T01:11:42.9150766Z [1551/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-01-24T01:11:42.9317087Z [1552/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-01-24T01:11:42.9972504Z [1553/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-01-24T01:11:43.5697228Z [1554/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-01-24T01:11:43.5951790Z [1555/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-01-24T01:11:43.6612381Z [1556/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-01-24T01:11:43.9233920Z [1557/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-01-24T01:11:44.0204046Z [1558/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-01-24T01:11:44.1691157Z [1559/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-01-24T01:11:44.1781335Z [1560/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-01-24T01:11:44.2830803Z [1561/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-01-24T01:11:44.8430942Z [1562/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-01-24T01:11:44.8723085Z [1563/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-01-24T01:11:44.8839419Z [1564/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-01-24T01:11:45.1592862Z [1565/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-01-24T01:11:45.2197216Z [1566/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-01-24T01:11:45.4054315Z [1567/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-01-24T01:11:45.4543591Z [1568/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-01-24T01:11:45.5091832Z [1569/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-01-24T01:11:46.1159463Z [1570/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-01-24T01:11:46.1300811Z [1571/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-01-24T01:11:46.1825909Z [1572/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-01-24T01:11:46.3219218Z [1573/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-01-24T01:11:46.3681903Z [1574/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-01-24T01:11:46.6280971Z [1575/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-01-24T01:11:46.6585704Z [1576/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-01-24T01:11:46.6770435Z [1577/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-01-24T01:11:47.3221031Z [1578/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-01-24T01:11:47.3546554Z [1579/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-01-24T01:11:47.4044954Z [1580/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-01-24T01:11:47.4665014Z [1581/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-01-24T01:11:47.5039865Z [1582/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-01-24T01:11:47.5227456Z [1583/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-01-24T01:11:47.7563125Z [1584/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-01-24T01:11:47.8567362Z [1585/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-01-24T01:11:47.9744348Z [1586/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-01-24T01:11:48.2890066Z [1587/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-01-24T01:11:48.4887216Z [1588/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-01-24T01:11:48.5396382Z [1589/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-01-24T01:11:48.5673045Z [1590/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-01-24T01:11:48.6729354Z [1591/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-01-24T01:11:48.8620864Z [1592/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-01-24T01:11:48.9464759Z [1593/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-01-24T01:11:49.1393781Z [1594/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-01-24T01:11:49.4389612Z [1595/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-01-24T01:11:49.5562286Z [1596/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-01-24T01:11:49.5736705Z [1597/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-01-24T01:11:49.6444737Z [1598/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-01-24T01:11:49.7514351Z [1599/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-01-24T01:11:50.0182557Z [1600/7038] 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-01-24T01:11:50.5130684Z [1601/7038] 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-01-24T01:11:50.5148155Z [1602/7038] 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-01-24T01:11:50.5206361Z [1603/7038] 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-01-24T01:11:51.0631329Z [1604/7038] 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-01-24T01:11:51.0659013Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.0659892Z [1605/7038] 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-01-24T01:11:51.0684425Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.0686122Z [1606/7038] 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-01-24T01:11:51.0745782Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.0747321Z [1607/7038] 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-01-24T01:11:51.4120884Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.4121828Z [1608/7038] 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-01-24T01:11:51.4829660Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.4830524Z [1609/7038] 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-01-24T01:11:51.4912347Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.4913970Z [1610/7038] 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-01-24T01:11:51.5180337Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:51.5181979Z [1611/7038] 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-01-24T01:11:52.1239638Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:52.1240459Z [1612/7038] 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-01-24T01:11:52.1743916Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:52.1745444Z [1613/7038] 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-01-24T01:11:52.1839532Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:52.1840478Z [1614/7038] 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-01-24T01:11:52.1906827Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:52.1907621Z [1615/7038] 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-01-24T01:11:52.5257350Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:52.5258137Z [1616/7038] 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-01-24T01:11:52.5965418Z [1617/7038] 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-01-24T01:11:52.6039289Z [1618/7038] 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-01-24T01:11:52.6458208Z [1619/7038] 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-01-24T01:11:53.2544323Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.2545154Z [1620/7038] 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-01-24T01:11:53.2856492Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.2858003Z [1621/7038] 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-01-24T01:11:53.2975997Z [1622/7038] 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-01-24T01:11:53.3743992Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.3745795Z [1623/7038] 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-01-24T01:11:53.6672963Z [1624/7038] 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-01-24T01:11:53.6925204Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.6926672Z [1625/7038] 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-01-24T01:11:53.7084691Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.7086274Z [1626/7038] 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-01-24T01:11:53.7593833Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:53.7594679Z [1627/7038] 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-01-24T01:11:54.3814647Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:54.3816024Z [1628/7038] 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-01-24T01:11:54.4132468Z [1629/7038] 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-01-24T01:11:54.4739691Z [1630/7038] 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-01-24T01:11:54.5096750Z [1631/7038] 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-01-24T01:11:54.7614370Z [1632/7038] 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-01-24T01:11:54.7790376Z [1633/7038] 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-01-24T01:11:54.7888582Z [1634/7038] 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-01-24T01:11:54.8191314Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:54.8192873Z [1635/7038] 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-01-24T01:11:55.5761331Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:55.5762260Z [1636/7038] 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-01-24T01:11:55.5858550Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:55.5859331Z [1637/7038] 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-01-24T01:11:55.5885180Z [1638/7038] 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-01-24T01:11:55.5917992Z [1639/7038] 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-01-24T01:11:55.8434535Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:55.8435467Z [1640/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-01-24T01:11:55.9041355Z [1641/7038] 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-01-24T01:11:55.9455735Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:55.9457230Z [1642/7038] 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-01-24T01:11:55.9543435Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:55.9544723Z [1643/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-01-24T01:11:56.6376362Z [1644/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-01-24T01:11:56.6463243Z [1645/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-01-24T01:11:56.6792162Z [1646/7038] 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-01-24T01:11:56.6947588Z [1647/7038] 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-01-24T01:11:56.8998814Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:56.8999651Z [1648/7038] 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-01-24T01:11:56.9881214Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:56.9882147Z [1649/7038] 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-01-24T01:11:57.0438402Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.0439252Z [1650/7038] 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-01-24T01:11:57.0733111Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.0734654Z [1651/7038] 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-01-24T01:11:57.7534869Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.7536413Z [1652/7038] 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-01-24T01:11:57.7659549Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.7661521Z [1653/7038] 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-01-24T01:11:57.7688857Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.7690426Z [1654/7038] 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-01-24T01:11:57.7699006Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:57.7700428Z [1655/7038] 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-01-24T01:11:58.0589105Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.0590165Z [1656/7038] 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-01-24T01:11:58.1039826Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.1040691Z [1657/7038] 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-01-24T01:11:58.1485466Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.1486555Z [1658/7038] 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-01-24T01:11:58.2300222Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.2301789Z [1659/7038] 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-01-24T01:11:58.8548859Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.8549967Z [1660/7038] 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-01-24T01:11:58.9010447Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.9012055Z [1661/7038] 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-01-24T01:11:58.9121383Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:58.9122254Z [1662/7038] 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-01-24T01:11:58.9197966Z [1663/7038] 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-01-24T01:11:59.0598217Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:59.0599124Z [1664/7038] 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-01-24T01:11:59.2086077Z [1665/7038] 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-01-24T01:11:59.2454055Z [1666/7038] 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-01-24T01:11:59.2853927Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:59.2854785Z [1667/7038] 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-01-24T01:11:59.9831902Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:59.9832755Z [1668/7038] 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-01-24T01:11:59.9956071Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:11:59.9957353Z [1669/7038] 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-01-24T01:12:00.0265974Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.0266853Z [1670/7038] 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-01-24T01:12:00.1242496Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.1243548Z [1671/7038] 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-01-24T01:12:00.1622792Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.1623675Z [1672/7038] 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-01-24T01:12:00.3192836Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.3196346Z [1673/7038] 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-01-24T01:12:00.3424022Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.3425016Z [1674/7038] 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-01-24T01:12:00.4112848Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:00.4114363Z [1675/7038] 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-01-24T01:12:01.0696868Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:01.0698513Z [1676/7038] 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-01-24T01:12:01.8565532Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:01.8566433Z [1677/7038] 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-01-24T01:12:02.4293597Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4294941Z [1678/7038] 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-01-24T01:12:02.4421906Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4422977Z [1679/7038] 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-01-24T01:12:02.4450347Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4451170Z [1680/7038] 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-01-24T01:12:02.4468702Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4469775Z [1681/7038] 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-01-24T01:12:02.4488477Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4489374Z [1682/7038] 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-01-24T01:12:02.4552224Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4553096Z [1683/7038] 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-01-24T01:12:02.4573887Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:02.4575280Z [1684/7038] 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-01-24T01:12:03.4936192Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.4937064Z [1685/7038] 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-01-24T01:12:03.5331814Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.5332646Z [1686/7038] 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-01-24T01:12:03.5415715Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.5416584Z [1687/7038] 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-01-24T01:12:03.5539345Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.5541238Z [1688/7038] 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-01-24T01:12:03.5674122Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.5674943Z [1689/7038] 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-01-24T01:12:03.5849485Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.5851132Z [1690/7038] 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-01-24T01:12:03.6008402Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.6009425Z [1691/7038] 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-01-24T01:12:03.6111759Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:03.6113377Z [1692/7038] 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-01-24T01:12:04.8392310Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8393177Z [1693/7038] 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-01-24T01:12:04.8469280Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8470132Z [1694/7038] 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-01-24T01:12:04.8485019Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8487013Z [1695/7038] 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-01-24T01:12:04.8572460Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8574180Z [1696/7038] 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-01-24T01:12:04.8591818Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8592664Z [1697/7038] 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-01-24T01:12:04.8613367Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8624657Z [1698/7038] 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-01-24T01:12:04.8633499Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:04.8634712Z [1699/7038] 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-01-24T01:12:05.0084701Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:05.0085517Z [1700/7038] 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-01-24T01:12:06.0957131Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:06.0958272Z [1701/7038] 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-01-24T01:12:06.2017668Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:06.2018525Z [1702/7038] 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-01-24T01:12:06.2043825Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:06.2044779Z [1703/7038] 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-01-24T01:12:06.2144320Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:06.2145164Z [1704/7038] 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-01-24T01:12:06.2426648Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:06.2428010Z [1705/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-01-24T01:12:06.2449197Z [1706/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-01-24T01:12:06.2787881Z [1707/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-01-24T01:12:06.2809838Z [1708/7038] 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-01-24T01:12:07.3394065Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T01:12:07.3395423Z [1709/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-01-24T01:12:07.3413500Z [1710/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-01-24T01:12:07.3500712Z [1711/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-01-24T01:12:07.3817899Z [1712/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-01-24T01:12:07.4113575Z [1713/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-01-24T01:12:07.4225552Z [1714/7038] 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-01-24T01:12:07.4345879Z [1715/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-01-24T01:12:07.4543106Z [1716/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-01-24T01:12:08.6381922Z [1717/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-01-24T01:12:08.7623008Z [1718/7038] 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-01-24T01:12:08.7705554Z [1719/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-01-24T01:12:08.8142200Z [1720/7038] 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-01-24T01:12:08.8158394Z [1721/7038] 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-01-24T01:12:08.9295056Z [1722/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-01-24T01:12:08.9321405Z [1723/7038] 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-01-24T01:12:08.9579650Z [1724/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-01-24T01:12:09.8364220Z [1725/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-01-24T01:12:09.8791914Z [1726/7038] 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-01-24T01:12:09.9055333Z [1727/7038] 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-01-24T01:12:10.0122896Z [1728/7038] 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-01-24T01:12:10.0259369Z [1729/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-01-24T01:12:10.0931727Z [1730/7038] 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-01-24T01:12:10.1389091Z [1731/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-01-24T01:12:10.1798608Z [1732/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-01-24T01:12:10.9827980Z [1733/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-01-24T01:12:11.5319681Z [1734/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-01-24T01:12:11.5337715Z [1735/7038] 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-01-24T01:12:11.5355138Z [1736/7038] 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-01-24T01:12:11.6419352Z [1737/7038] 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-01-24T01:12:11.6436837Z [1738/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-01-24T01:12:11.6455038Z [1739/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-01-24T01:12:11.6478649Z [1740/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-01-24T01:12:12.6276046Z [1741/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-01-24T01:12:12.6553307Z [1742/7038] 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-01-24T01:12:12.7260932Z [1743/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-01-24T01:12:12.7632784Z [1744/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-01-24T01:12:12.7653958Z [1745/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-01-24T01:12:12.7832522Z [1746/7038] 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-01-24T01:12:12.7916461Z [1747/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-01-24T01:12:12.8400950Z [1748/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-01-24T01:12:14.1940383Z [1749/7038] 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-01-24T01:12:14.2035100Z [1750/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-01-24T01:12:14.2165962Z [1751/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-01-24T01:12:14.2183268Z [1752/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-01-24T01:12:14.2476945Z [1753/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-01-24T01:12:14.2565246Z [1754/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-01-24T01:12:14.2744328Z [1755/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-01-24T01:12:14.3174323Z [1756/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-01-24T01:12:15.2965517Z [1757/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-01-24T01:12:15.3330425Z [1758/7038] 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-01-24T01:12:15.3359768Z [1759/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T01:12:15.7309039Z [1760/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-01-24T01:12:15.7329070Z [1761/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-01-24T01:12:15.7394070Z [1762/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-01-24T01:12:15.7412872Z [1763/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-01-24T01:12:15.7432895Z [1764/7038] 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-01-24T01:12:16.2421070Z [1765/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-01-24T01:12:16.2785196Z [1766/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-01-24T01:12:16.4418207Z [1767/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-01-24T01:12:16.8837650Z [1768/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-01-24T01:12:16.9063033Z [1769/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-01-24T01:12:16.9310835Z [1770/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-01-24T01:12:16.9444277Z [1771/7038] 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-01-24T01:12:16.9727326Z [1772/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-01-24T01:12:17.3838302Z [1773/7038] 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-01-24T01:12:17.4436164Z [1774/7038] 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-01-24T01:12:17.6285439Z [1775/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-01-24T01:12:18.0098725Z [1776/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-01-24T01:12:18.2089820Z [1777/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-01-24T01:12:18.2109645Z [1778/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-01-24T01:12:18.2182507Z [1779/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-01-24T01:12:18.2200790Z [1780/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-01-24T01:12:18.5336471Z [1781/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-01-24T01:12:18.5632212Z [1782/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-01-24T01:12:18.7900546Z [1783/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-01-24T01:12:19.0713992Z [1784/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-01-24T01:12:19.1789506Z [1785/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-01-24T01:12:19.3787490Z [1786/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-01-24T01:12:19.3859025Z [1787/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-01-24T01:12:19.5287381Z [1788/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-01-24T01:12:19.6726538Z [1789/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-01-24T01:12:19.7778687Z [1790/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-01-24T01:12:19.9191588Z [1791/7038] 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-01-24T01:12:20.2464567Z [1792/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-01-24T01:12:20.2877424Z [1793/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-01-24T01:12:20.6067449Z [1794/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-01-24T01:12:20.6547538Z [1795/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-01-24T01:12:20.7234990Z [1796/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-01-24T01:12:20.8828917Z [1797/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-01-24T01:12:20.9032604Z [1798/7038] 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-01-24T01:12:20.9286826Z [1799/7038] 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-01-24T01:12:21.3710387Z [1800/7038] 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-01-24T01:12:21.3816699Z [1801/7038] 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-01-24T01:12:21.7074493Z [1802/7038] 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-01-24T01:12:21.7614611Z [1803/7038] 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-01-24T01:12:21.8595437Z [1804/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-01-24T01:12:21.9900063Z [1805/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-01-24T01:12:22.0012361Z [1806/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-01-24T01:12:22.1282500Z [1807/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-01-24T01:12:22.5252498Z [1808/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-01-24T01:12:22.5360916Z [1809/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-01-24T01:12:22.8537493Z [1810/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-01-24T01:12:22.9205096Z [1811/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-01-24T01:12:22.9730507Z [1812/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-01-24T01:12:23.0979012Z [1813/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-01-24T01:12:23.1162814Z [1814/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-01-24T01:12:23.1889810Z [1815/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-01-24T01:12:23.6584181Z [1816/7038] 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-01-24T01:12:23.6821144Z [1817/7038] 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-01-24T01:12:23.9428754Z [1818/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-01-24T01:12:24.0332727Z [1819/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-01-24T01:12:24.0673015Z [1820/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-01-24T01:12:24.0792433Z [1821/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-01-24T01:12:24.3120006Z [1822/7038] 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-01-24T01:12:24.3410694Z [1823/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-01-24T01:12:24.7758650Z [1824/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-01-24T01:12:24.8393505Z [1825/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-01-24T01:12:25.0447702Z [1826/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-01-24T01:12:25.1027851Z [1827/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-01-24T01:12:25.1357974Z [1828/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-01-24T01:12:25.2408833Z [1829/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-01-24T01:12:25.4030661Z [1830/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-01-24T01:12:25.6925025Z [1831/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-01-24T01:12:25.9026446Z [1832/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-01-24T01:12:25.9229049Z [1833/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-01-24T01:12:26.0784638Z [1834/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-01-24T01:12:26.0804146Z [1835/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-01-24T01:12:26.1662350Z [1836/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-01-24T01:12:26.3433626Z [1837/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-01-24T01:12:26.4046987Z [1838/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-01-24T01:12:26.7873380Z [1839/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-01-24T01:12:26.9892846Z [1840/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-01-24T01:12:27.0200996Z [1841/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-01-24T01:12:27.0296735Z [1842/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-01-24T01:12:27.1050671Z [1843/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-01-24T01:12:27.3068152Z [1844/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-01-24T01:12:27.5378657Z [1845/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-01-24T01:12:27.6733845Z [1846/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-01-24T01:12:27.7184693Z [1847/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-01-24T01:12:28.0892166Z [1848/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-01-24T01:12:28.1526515Z [1849/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-01-24T01:12:28.1865435Z [1850/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-01-24T01:12:28.2778254Z [1851/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-01-24T01:12:28.3784915Z [1852/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-01-24T01:12:28.7343063Z [1853/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-01-24T01:12:28.8853767Z [1854/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-01-24T01:12:28.9041927Z [1855/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-01-24T01:12:29.1579587Z [1856/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-01-24T01:12:29.2903212Z [1857/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-01-24T01:12:29.3251970Z [1858/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-01-24T01:12:29.4041016Z [1859/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-01-24T01:12:29.5008391Z [1860/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-01-24T01:12:29.8957015Z [1861/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-01-24T01:12:30.1149894Z [1862/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-01-24T01:12:30.1369818Z [1863/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-01-24T01:12:30.3141944Z [1864/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-01-24T01:12:30.4251177Z [1865/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-01-24T01:12:30.5049956Z [1866/7038] 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-01-24T01:12:30.5844222Z [1867/7038] 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-01-24T01:12:30.6433269Z [1868/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-01-24T01:12:31.1053255Z [1869/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-01-24T01:12:31.3117001Z [1870/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-01-24T01:12:31.3297290Z [1871/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-01-24T01:12:31.5591897Z [1872/7038] 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-01-24T01:12:31.5804207Z [1873/7038] 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-01-24T01:12:31.6565546Z [1874/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-01-24T01:12:31.7519058Z [1875/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-01-24T01:12:31.8125238Z [1876/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-01-24T01:12:32.0233325Z [1877/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-01-24T01:12:32.1072567Z [1878/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-01-24T01:12:32.1087457Z [1879/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-01-24T01:12:32.1103942Z [1880/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-01-24T01:12:32.4507620Z [1881/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-01-24T01:12:32.9769817Z [1882/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-01-24T01:12:33.0081810Z [1883/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-01-24T01:12:33.0104623Z [1884/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-01-24T01:12:33.0214535Z [1885/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-01-24T01:12:33.0234895Z [1886/7038] 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-01-24T01:12:33.0314658Z [1887/7038] 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-01-24T01:12:33.4297268Z [1888/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-01-24T01:12:33.4313747Z [1889/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-01-24T01:12:33.4392843Z [1890/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-01-24T01:12:33.5971813Z [1891/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-01-24T01:12:33.6045279Z [1892/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-01-24T01:12:33.7474320Z [1893/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-01-24T01:12:33.9677933Z [1894/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-01-24T01:12:34.4205027Z [1895/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-01-24T01:12:34.4206090Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:12:34.4207194Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:12:34.4208435Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2025-01-24T01:12:34.4219534Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-01-24T01:12:34.4220529Z [1896/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-01-24T01:12:34.4233385Z [1897/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-01-24T01:12:34.4246621Z [1898/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-01-24T01:12:34.4260328Z [1899/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-01-24T01:12:34.4322466Z [1900/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-01-24T01:12:34.4339723Z [1901/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-01-24T01:12:34.4911308Z [1902/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-01-24T01:12:34.5022729Z [1903/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-01-24T01:12:34.6257527Z [1904/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-01-24T01:12:34.7532664Z [1905/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-01-24T01:12:34.7599337Z [1906/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-01-24T01:12:34.7944261Z [1907/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-01-24T01:12:34.8493993Z [1908/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-01-24T01:12:34.9136960Z [1909/7038] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-01-24T01:12:35.2091091Z [1910/7038] Linking CXX static library lib\mimalloc-static.lib 2025-01-24T01:12:35.4760045Z [1911/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-01-24T01:12:35.4929948Z [1912/7038] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-01-24T01:12:35.5442075Z [1913/7038] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-01-24T01:12:35.7858785Z [1914/7038] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-01-24T01:12:35.8836819Z [1915/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-01-24T01:12:35.9821850Z [1916/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-01-24T01:12:35.9839284Z [1917/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-01-24T01:12:35.9889145Z [1918/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-01-24T01:12:35.9946184Z [1919/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-01-24T01:12:35.9960352Z [1920/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-01-24T01:12:36.0466176Z [1921/7038] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-01-24T01:12:36.1083041Z [1922/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-01-24T01:12:36.2042604Z [1923/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-01-24T01:12:36.2925031Z [1924/7038] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-01-24T01:12:36.3490626Z [1925/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-01-24T01:12:36.3784750Z [1926/7038] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-01-24T01:12:36.4185240Z [1927/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-01-24T01:12:36.4453527Z [1928/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-01-24T01:12:36.5019917Z [1929/7038] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-01-24T01:12:36.5148961Z [1930/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-01-24T01:12:37.0383964Z [1931/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-01-24T01:12:37.0398393Z [1932/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-01-24T01:12:37.0411945Z [1933/7038] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-01-24T01:12:37.0425070Z [1934/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-01-24T01:12:37.0437629Z [1935/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-01-24T01:12:37.0450926Z [1936/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-01-24T01:12:37.0506304Z [1937/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-01-24T01:12:37.0522359Z [1938/7038] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-01-24T01:12:37.5251608Z [1939/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-01-24T01:12:37.5267062Z [1940/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-01-24T01:12:37.5327801Z [1941/7038] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-01-24T01:12:37.5341540Z [1942/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-01-24T01:12:37.5475260Z [1943/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-01-24T01:12:37.5955824Z [1944/7038] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-01-24T01:12:37.6527561Z [1945/7038] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-01-24T01:12:37.6627829Z [1946/7038] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-01-24T01:12:37.7628447Z [1947/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-01-24T01:12:37.8218465Z [1948/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-01-24T01:12:37.8472521Z [1949/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-01-24T01:12:37.9324489Z [1950/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-01-24T01:12:37.9834402Z [1951/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-01-24T01:12:38.0238442Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(70): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-01-24T01:12:38.0240174Z [1952/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-01-24T01:12:38.0547872Z [1953/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-01-24T01:12:38.0964165Z [1954/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-01-24T01:12:38.1083463Z [1955/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-01-24T01:12:38.1930779Z [1956/7038] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-01-24T01:12:38.4242000Z [1957/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-01-24T01:12:38.6924809Z [1958/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-01-24T01:12:38.7067068Z [1959/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-01-24T01:12:38.7421822Z [1960/7038] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-01-24T01:12:38.7654381Z [1961/7038] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-01-24T01:12:38.8160763Z [1962/7038] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-01-24T01:12:38.8689170Z [1963/7038] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-01-24T01:12:38.9612231Z [1964/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-01-24T01:12:38.9701546Z [1965/7038] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-01-24T01:12:38.9798079Z [1966/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-01-24T01:12:39.0531420Z [1967/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-01-24T01:12:39.0784211Z [1968/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-01-24T01:12:39.1091445Z [1969/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-01-24T01:12:39.1446497Z [1970/7038] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-01-24T01:12:39.1500187Z [1971/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-01-24T01:12:39.2241568Z [1972/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-01-24T01:12:39.2590489Z [1973/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-01-24T01:12:39.2982656Z [1974/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-01-24T01:12:39.3137957Z [1975/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-01-24T01:12:39.4118610Z [1976/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-01-24T01:12:39.4190375Z [1977/7038] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-01-24T01:12:39.4905183Z [1978/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-01-24T01:12:39.5151347Z [1979/7038] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-01-24T01:12:39.6222561Z [1980/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-01-24T01:12:39.7182228Z [1981/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-01-24T01:12:39.7196429Z [1982/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-01-24T01:12:39.7305748Z [1983/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-01-24T01:12:39.7322656Z [1984/7038] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-01-24T01:12:39.7495920Z [1985/7038] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-01-24T01:12:39.7784286Z [1986/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-01-24T01:12:39.8791394Z [1987/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-01-24T01:12:39.9047830Z [1988/7038] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-01-24T01:12:39.9219740Z [1989/7038] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-01-24T01:12:39.9361239Z [1990/7038] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-01-24T01:12:39.9980912Z [1991/7038] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-01-24T01:12:40.0147622Z [1992/7038] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-01-24T01:12:40.1618555Z [1993/7038] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-01-24T01:12:40.1834429Z [1994/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-01-24T01:12:40.1915119Z [1995/7038] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-01-24T01:12:40.2364736Z [1996/7038] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-01-24T01:12:40.2427264Z [1997/7038] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-01-24T01:12:40.3241486Z [1998/7038] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-01-24T01:12:40.3324900Z [1999/7038] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-01-24T01:12:40.3504580Z [2000/7038] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-01-24T01:12:40.4032942Z [2001/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.4192386Z [2002/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.4329726Z [2003/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.4441106Z [2004/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.4557811Z [2005/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.5492666Z [2006/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.5601044Z [2007/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.5689027Z [2008/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.5952134Z [2009/7038] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-01-24T01:12:40.6096960Z [2010/7038] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-01-24T01:12:40.6163303Z [2011/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.6177314Z [2012/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.6471690Z [2013/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.6652916Z [2014/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.6811534Z [2015/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.7203165Z [2016/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.7325464Z [2017/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.7563187Z [2018/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.7796464Z [2019/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.7868333Z [2020/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.8161552Z [2021/7038] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.8443945Z [2022/7038] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.8729128Z [2023/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.8871291Z [2024/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.9066231Z [2025/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-01-24T01:12:40.9081082Z [2026/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-01-24T01:12:40.9412824Z [2027/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.0339841Z [2028/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.1031393Z [2029/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.1063801Z [2030/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.1469678Z [2031/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.1684307Z [2032/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.1921658Z [2033/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.2068601Z [2034/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.2225827Z [2035/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.2319276Z [2036/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.2452936Z [2037/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.2513373Z [2038/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.2640331Z [2039/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.3015100Z [2040/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T01:12:41.3277152Z [2041/7038] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-01-24T01:12:41.3292646Z [2042/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.3504089Z [2043/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T01:12:41.3676113Z [2044/7038] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-01-24T01:12:41.4058147Z [2045/7038] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-01-24T01:12:41.4135982Z [2046/7038] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-01-24T01:12:41.8050573Z [2047/7038] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-01-24T01:12:41.8747847Z [2048/7038] Linking C static library lib\libittnotify.lib 2025-01-24T01:12:43.4339737Z [2049/7038] Linking CXX static library lib\XNNPACK.lib 2025-01-24T01:12:50.5612790Z [2050/7038] Linking CXX static library lib\kineto.lib 2025-01-24T01:12:50.6611498Z [2051/7038] Linking C static library sleef\lib\sleef.lib 2025-01-24T01:12:53.6748248Z [2052/7038] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-01-24T01:12:57.2676942Z [2053/7038] Linking CXX static library lib\onnx.lib 2025-01-24T01:12:57.3397838Z [2054/7038] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-01-24T01:12:57.4122339Z [2055/7038] Generating sources 2025-01-24T01:13:00.5810274Z [2056/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T01:13:00.6667927Z [2057/7038] Linking CXX shared library bin\fbgemm.dll 2025-01-24T01:13:00.9270241Z [2058/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-01-24T01:13:00.9281896Z [2059/7038] Regenerating version file... 2025-01-24T01:13:01.1526732Z [2060/7038] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-01-24T01:13:01.2447020Z [2061/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-01-24T01:13:02.6957752Z [2062/7038] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-01-24T01:13:06.3004824Z [2063/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-01-24T01:13:06.3022327Z [2064/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-01-24T01:13:06.5457759Z [2065/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-01-24T01:13:06.6149877Z [2066/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-01-24T01:13:06.7468697Z [2067/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-01-24T01:13:06.7546263Z [2068/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-01-24T01:13:06.8152519Z [2069/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-01-24T01:13:06.9389003Z [2070/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-01-24T01:13:06.9556329Z [2071/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-01-24T01:13:07.0252401Z [2072/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-01-24T01:13:07.1527471Z [2073/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-01-24T01:13:07.1681504Z [2074/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-01-24T01:13:07.2455244Z [2075/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-01-24T01:13:07.3721428Z [2076/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-01-24T01:13:07.4933189Z [2077/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-01-24T01:13:07.6285771Z [2078/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-01-24T01:13:07.6444830Z [2079/7038] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-01-24T01:13:07.9093312Z [2080/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T01:13:07.9265091Z [2081/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-01-24T01:13:13.2868472Z [2082/7038] Linking CXX static library lib\gtest.lib 2025-01-24T01:13:13.3025832Z [2083/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-01-24T01:13:13.3809559Z [2084/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-01-24T01:13:13.7623629Z [2085/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-01-24T01:13:13.9957184Z [2086/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-01-24T01:13:14.1759743Z [2087/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-01-24T01:13:14.2673869Z [2088/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-01-24T01:13:14.7375576Z [2089/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-01-24T01:13:14.8993638Z [2090/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-01-24T01:13:15.0655969Z [2091/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-01-24T01:13:15.3983348Z [2092/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-01-24T01:13:17.6592578Z [2093/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-01-24T01:13:17.7051458Z [2094/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-01-24T01:13:17.7591312Z [2095/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-01-24T01:13:18.3840383Z [2096/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-01-24T01:13:18.4523441Z [2097/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-01-24T01:13:19.0683808Z [2098/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-01-24T01:13:19.3129602Z [2099/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-01-24T01:13:20.6791744Z [2100/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-01-24T01:13:24.5570693Z [2101/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-01-24T01:13:24.6288453Z [2102/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-01-24T01:13:24.6614219Z [2103/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-01-24T01:13:25.0415192Z [2104/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-01-24T01:13:25.0547339Z [2105/7038] Linking CXX static library lib\dnnl.lib 2025-01-24T01:13:25.1143152Z [2106/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-01-24T01:13:25.3203516Z [2107/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-01-24T01:13:25.7447327Z [2108/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-01-24T01:13:26.0460055Z [2109/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-01-24T01:13:26.1269111Z [2110/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-01-24T01:13:27.4261562Z [2111/7038] Linking CXX shared library bin\c10.dll 2025-01-24T01:13:27.5888177Z [2112/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-01-24T01:13:27.6748111Z [2113/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-01-24T01:13:27.8491592Z [2114/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-01-24T01:13:27.9110109Z [2115/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-01-24T01:13:27.9411227Z [2116/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-01-24T01:13:28.3479082Z [2117/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-01-24T01:13:28.7368187Z [2118/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-01-24T01:13:29.1397549Z [2119/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-01-24T01:13:29.1634513Z [2120/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-01-24T01:13:29.6682589Z [2121/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-01-24T01:13:30.3484524Z [2122/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-01-24T01:13:30.3875703Z [2123/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-01-24T01:13:30.4370898Z [2124/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-01-24T01:13:30.5730478Z [2125/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-01-24T01:13:30.6020923Z [2126/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-01-24T01:13:30.7927574Z [2127/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-01-24T01:13:31.3788894Z [2128/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-01-24T01:13:31.5472354Z [2129/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-01-24T01:13:31.5714767Z [2130/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-01-24T01:13:31.6328869Z [2131/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-01-24T01:13:31.9099036Z [2132/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-01-24T01:13:32.0823296Z [2133/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-01-24T01:13:32.3363951Z [2134/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-01-24T01:13:32.4021401Z [2135/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-01-24T01:13:32.7600588Z [2136/7038] Linking CXX static library lib\gloo.lib 2025-01-24T01:13:33.0443272Z [2137/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-01-24T01:13:33.0463937Z [2138/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-01-24T01:13:33.0549783Z [2139/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-01-24T01:13:33.1181822Z [2140/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-01-24T01:13:33.4301032Z [2141/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-01-24T01:13:33.4963582Z [2142/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-01-24T01:13:33.5107739Z [2143/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-01-24T01:13:33.5472694Z [2144/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-01-24T01:13:33.5491173Z [2145/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-01-24T01:13:33.5811891Z [2146/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-01-24T01:13:33.7379670Z [2147/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-01-24T01:13:34.1611136Z [2148/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-01-24T01:13:34.3857088Z [2149/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-01-24T01:13:36.8774543Z [2150/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-01-24T01:13:37.7534654Z [2151/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-01-24T01:13:37.7762249Z [2152/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-01-24T01:13:37.7967822Z [2153/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-01-24T01:13:37.8136489Z [2154/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-01-24T01:13:37.9892291Z [2155/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-01-24T01:13:38.1761415Z [2156/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-01-24T01:13:38.3308899Z [2157/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-01-24T01:13:39.6292302Z [2158/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-01-24T01:13:40.7483649Z [2159/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-01-24T01:13:42.2740410Z [2160/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-01-24T01:13:42.3106260Z [2161/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-01-24T01:13:42.3946814Z [2162/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-01-24T01:13:43.0466012Z [2163/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-01-24T01:13:43.0654083Z [2164/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-01-24T01:13:43.0831302Z [2165/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-01-24T01:13:43.1345036Z [2166/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-01-24T01:13:43.1587348Z [2167/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-01-24T01:13:43.9602014Z [2168/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-01-24T01:13:44.0054083Z [2169/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-01-24T01:13:44.0768603Z [2170/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-01-24T01:13:44.0924030Z [2171/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-01-24T01:13:44.9102908Z [2172/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-01-24T01:13:45.3781500Z [2173/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-01-24T01:13:45.4811628Z [2174/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-01-24T01:13:45.4870843Z [2175/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-01-24T01:13:45.9725250Z [2176/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-01-24T01:13:46.3098934Z [2177/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-01-24T01:13:46.3684697Z [2178/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-01-24T01:13:46.4076612Z [2179/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-01-24T01:13:46.6487840Z [2180/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-01-24T01:13:46.6570240Z [2181/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-01-24T01:13:47.0477559Z [2182/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-01-24T01:13:47.1281017Z [2183/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-01-24T01:13:47.1764563Z [2184/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-01-24T01:13:47.1953302Z [2185/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-01-24T01:13:47.2428508Z [2186/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-01-24T01:13:47.4689613Z [2187/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-01-24T01:13:47.5121312Z [2188/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-01-24T01:13:47.5401983Z [2189/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-01-24T01:13:47.7975824Z [2190/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-01-24T01:13:47.8054933Z [2191/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-01-24T01:13:47.8621422Z [2192/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-01-24T01:13:48.0194789Z [2193/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-01-24T01:13:48.1008313Z [2194/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-01-24T01:13:49.1386860Z [2195/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-01-24T01:13:49.1538958Z [2196/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-01-24T01:13:49.1812641Z [2197/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-01-24T01:13:49.1840562Z [2198/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-01-24T01:13:49.1868167Z [2199/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-01-24T01:13:49.1897777Z [2200/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-01-24T01:13:49.1924693Z [2201/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-01-24T01:13:49.1966048Z [2202/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-01-24T01:13:49.5261297Z [2203/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-01-24T01:13:49.5808460Z [2204/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-01-24T01:13:50.0193791Z [2205/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-01-24T01:13:50.0923734Z [2206/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-01-24T01:13:50.1015331Z [2207/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-01-24T01:13:50.1569167Z [2208/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-01-24T01:13:50.2008221Z [2209/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-01-24T01:13:50.2277812Z [2210/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-01-24T01:13:50.3775639Z [2211/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-01-24T01:13:50.4124103Z [2212/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-01-24T01:13:51.8141160Z [2213/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-01-24T01:13:51.8156146Z [2214/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-01-24T01:13:51.8211258Z [2215/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-01-24T01:13:51.8310930Z [2216/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-01-24T01:13:51.8457183Z [2217/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-01-24T01:13:51.8486368Z [2218/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-01-24T01:13:52.1917091Z [2219/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-01-24T01:13:52.4383147Z [2220/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-01-24T01:13:52.4415552Z [2221/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-01-24T01:13:52.5285291Z [2222/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-01-24T01:13:52.5444193Z [2223/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-01-24T01:13:52.6028305Z [2224/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-01-24T01:13:52.6056600Z [2225/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-01-24T01:13:52.6199325Z [2226/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-01-24T01:13:53.5818688Z [2227/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-01-24T01:13:53.5998892Z [2228/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-01-24T01:13:53.6277558Z [2229/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-01-24T01:13:53.6304122Z [2230/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-01-24T01:13:53.6331128Z [2231/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-01-24T01:13:53.6358307Z [2232/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-01-24T01:13:53.6389725Z [2233/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-01-24T01:13:53.6482303Z [2234/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-01-24T01:13:54.4282978Z [2235/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-01-24T01:13:54.5311175Z [2236/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-01-24T01:13:54.5510925Z [2237/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-01-24T01:13:54.5797815Z [2238/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-01-24T01:13:54.5948421Z [2239/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-01-24T01:13:55.5814695Z [2240/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-01-24T01:13:55.5946160Z [2241/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-01-24T01:13:55.5977322Z [2242/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-01-24T01:13:55.6179977Z [2243/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-01-24T01:13:55.6209734Z [2244/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-01-24T01:13:55.6325094Z [2245/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-01-24T01:13:55.6374426Z [2246/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-01-24T01:13:56.4465137Z [2247/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-01-24T01:13:56.4998566Z [2248/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-01-24T01:13:57.6071132Z [2249/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-01-24T01:13:57.6328499Z [2250/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-01-24T01:13:57.6401903Z [2251/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-01-24T01:13:57.6482662Z [2252/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-01-24T01:13:57.6580743Z [2253/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-01-24T01:13:57.6610460Z [2254/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-01-24T01:13:57.6649103Z [2255/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-01-24T01:13:57.6734911Z [2256/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-01-24T01:13:57.9852412Z [2257/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-01-24T01:13:59.3596200Z [2258/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-01-24T01:14:06.1051321Z [2259/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-01-24T01:14:06.1267675Z [2260/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-01-24T01:14:06.1295660Z [2261/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-01-24T01:14:06.1323517Z [2262/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-01-24T01:14:06.1352991Z [2263/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-01-24T01:14:06.2805603Z [2264/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-01-24T01:14:06.3261693Z [2265/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-01-24T01:14:06.9469257Z [2266/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-01-24T01:14:07.7313183Z [2267/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-01-24T01:14:07.7576160Z [2268/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-01-24T01:14:07.7604345Z [2269/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-01-24T01:14:07.7687219Z [2270/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-01-24T01:14:07.7714472Z [2271/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-01-24T01:14:07.7742089Z [2272/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-01-24T01:14:07.7769372Z [2273/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-01-24T01:14:07.7854754Z [2274/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-01-24T01:14:09.9648227Z [2275/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-01-24T01:14:09.9860968Z [2276/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-01-24T01:14:10.0066892Z [2277/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-01-24T01:14:10.0108924Z [2278/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-01-24T01:14:10.0137947Z [2279/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-01-24T01:14:10.0165811Z [2280/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-01-24T01:14:10.0244603Z [2281/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-01-24T01:14:10.0280286Z [2282/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-01-24T01:14:10.8422616Z [2283/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-01-24T01:14:11.4319523Z [2284/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-01-24T01:14:11.4624762Z [2285/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-01-24T01:14:11.4660727Z [2286/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-01-24T01:14:11.4724847Z [2287/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-01-24T01:14:11.4797039Z [2288/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-01-24T01:14:11.4835724Z [2289/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-01-24T01:14:11.4960118Z [2290/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-01-24T01:14:11.6561933Z [2291/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-01-24T01:14:12.3326117Z [2292/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-01-24T01:14:13.0556240Z [2293/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-01-24T01:14:13.0811936Z [2294/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-01-24T01:14:13.0841973Z [2295/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-01-24T01:14:13.0869101Z [2296/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-01-24T01:14:13.0938281Z [2297/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-01-24T01:14:13.0974140Z [2298/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-01-24T01:14:13.1046463Z [2299/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-01-24T01:14:13.1204878Z [2300/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-01-24T01:14:14.0547110Z [2301/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-01-24T01:14:14.0719566Z [2302/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-01-24T01:14:14.0750149Z [2303/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-01-24T01:14:14.0895101Z [2304/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-01-24T01:14:14.0997004Z [2305/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-01-24T01:14:14.1030764Z [2306/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-01-24T01:14:14.1189155Z [2307/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-01-24T01:14:14.1453872Z [2308/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-01-24T01:14:15.0316067Z [2309/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-01-24T01:14:15.7545592Z [2310/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-01-24T01:14:15.7832706Z [2311/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-01-24T01:14:15.7865164Z [2312/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-01-24T01:14:15.7896628Z [2313/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-01-24T01:14:15.8008919Z [2314/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-01-24T01:14:15.8042415Z [2315/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-01-24T01:14:15.8181085Z [2316/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-01-24T01:14:16.6863557Z [2317/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-01-24T01:14:16.7236586Z [2318/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-01-24T01:14:16.7365371Z [2319/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-01-24T01:14:16.7485138Z [2320/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-01-24T01:14:16.7526297Z [2321/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-01-24T01:14:16.7701185Z [2322/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-01-24T01:14:16.7849784Z [2323/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-01-24T01:14:16.9729460Z [2324/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-01-24T01:14:17.6943018Z [2325/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-01-24T01:14:17.7318451Z [2326/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-01-24T01:14:17.7555008Z [2327/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-01-24T01:14:18.3620849Z [2328/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-01-24T01:14:18.5171706Z [2329/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-01-24T01:14:18.6291309Z [2330/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-01-24T01:14:18.6999695Z [2331/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-01-24T01:14:19.3813311Z [2332/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-01-24T01:14:19.6206882Z [2333/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-01-24T01:14:19.6300471Z [2334/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-01-24T01:14:19.6448441Z [2335/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-01-24T01:14:19.6541804Z [2336/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-01-24T01:14:19.9228654Z [2337/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-01-24T01:14:19.9854039Z [2338/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-01-24T01:14:20.0079053Z [2339/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-01-24T01:14:20.0710715Z [2340/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-01-24T01:14:20.3043706Z [2341/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-01-24T01:14:20.6047670Z [2342/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-01-24T01:14:20.7636224Z [2343/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-01-24T01:14:20.8095595Z [2344/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-01-24T01:14:20.8965408Z [2345/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-01-24T01:14:20.9153970Z [2346/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-01-24T01:14:21.0654344Z [2347/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-01-24T01:14:21.0994828Z [2348/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-01-24T01:14:21.2440773Z [2349/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-01-24T01:14:21.5375686Z [2350/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-01-24T01:14:21.7287400Z [2351/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-01-24T01:14:21.8072064Z [2352/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-01-24T01:14:21.8426943Z [2353/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-01-24T01:14:22.0030696Z [2354/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-01-24T01:14:22.0262205Z [2355/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-01-24T01:14:22.1745149Z [2356/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-01-24T01:14:22.2742479Z [2357/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-01-24T01:14:22.5270841Z [2358/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-01-24T01:14:22.8084910Z [2359/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-01-24T01:14:22.8966164Z [2360/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T01:14:24.0514417Z [2361/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-01-24T01:14:24.9612756Z [2362/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-01-24T01:14:25.1590188Z [2363/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-01-24T01:14:25.3922083Z [2364/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-01-24T01:14:25.4135771Z [2365/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T01:14:25.4170776Z [2366/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T01:14:25.4201896Z [2367/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-01-24T01:14:25.4856435Z [2368/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-01-24T01:14:25.5022264Z [2369/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-01-24T01:14:25.7796303Z [2370/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-01-24T01:14:26.4862633Z [2371/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-01-24T01:14:26.4964065Z [2372/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-01-24T01:14:26.5008801Z [2373/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-01-24T01:14:26.5054731Z [2374/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-01-24T01:14:26.5239518Z [2375/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-01-24T01:14:26.5275076Z [2376/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-01-24T01:14:26.6305213Z [2377/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-01-24T01:14:26.6668751Z [2378/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-01-24T01:14:27.4831628Z [2379/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-01-24T01:14:27.5100461Z [2380/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-01-24T01:14:27.5146203Z [2381/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-01-24T01:14:30.1292873Z [2382/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-01-24T01:14:30.1420902Z [2383/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-01-24T01:14:30.1558920Z [2384/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-01-24T01:14:30.1963329Z [2385/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-01-24T01:14:30.2215839Z [2386/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-01-24T01:14:30.4506556Z [2387/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-01-24T01:14:30.5421394Z [2388/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-01-24T01:14:30.5752575Z [2389/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-01-24T01:14:30.6257209Z [2390/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-01-24T01:14:31.6183908Z [2391/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-01-24T01:14:32.0695813Z [2392/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-01-24T01:14:33.1298158Z [2393/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-01-24T01:14:33.3568843Z [2394/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-01-24T01:14:33.8770783Z [2395/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-01-24T01:14:33.9195877Z [2396/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-01-24T01:14:34.0062821Z [2397/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-01-24T01:14:34.0580967Z [2398/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-01-24T01:14:34.1028909Z [2399/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-01-24T01:14:34.8620328Z [2400/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-01-24T01:14:34.8784584Z [2401/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-01-24T01:14:34.8855769Z [2402/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-01-24T01:14:34.8956359Z [2403/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-01-24T01:14:34.9510580Z [2404/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-01-24T01:14:34.9881132Z [2405/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-01-24T01:14:35.0541321Z [2406/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-01-24T01:14:35.0678371Z [2407/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-01-24T01:14:35.3049050Z [2408/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-01-24T01:14:35.8491128Z [2409/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-01-24T01:14:35.8813258Z [2410/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-01-24T01:14:35.8993009Z [2411/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-01-24T01:14:35.9462437Z [2412/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-01-24T01:14:35.9890423Z [2413/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-01-24T01:14:36.0781527Z [2414/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-01-24T01:14:36.1245923Z [2415/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-01-24T01:14:37.1628905Z [2416/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-01-24T01:14:37.5250381Z [2417/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-01-24T01:14:37.9041314Z [2418/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-01-24T01:14:38.0982347Z [2419/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-01-24T01:14:38.4208762Z [2420/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T01:14:38.4400918Z [2421/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-01-24T01:14:38.4455447Z [2422/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-01-24T01:14:38.6418845Z [2423/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-01-24T01:14:39.4280937Z [2424/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-01-24T01:14:39.5083801Z [2425/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-01-24T01:14:40.1784876Z [2426/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-01-24T01:14:40.1819493Z [2427/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-01-24T01:14:40.2057402Z [2428/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-01-24T01:14:40.2100112Z [2429/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-01-24T01:14:40.2428369Z [2430/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-01-24T01:14:40.4221466Z [2431/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-01-24T01:14:41.2015923Z [2432/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-01-24T01:14:41.3559517Z [2433/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-01-24T01:14:42.4436868Z [2434/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T01:14:42.4539201Z [2435/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T01:14:42.4573382Z [2436/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-01-24T01:14:42.4755310Z [2437/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-01-24T01:14:42.4786013Z [2438/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-01-24T01:14:42.4865727Z [2439/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-01-24T01:14:42.5683643Z [2440/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-01-24T01:14:43.1506379Z [2441/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-01-24T01:14:43.7238689Z [2442/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-01-24T01:14:43.7270893Z [2443/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-01-24T01:14:43.8644369Z [2444/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-01-24T01:14:43.8694337Z [2445/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-01-24T01:14:43.8760753Z [2446/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-01-24T01:14:43.8896836Z [2447/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-01-24T01:14:44.0126375Z [2448/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-01-24T01:14:44.8883966Z [2449/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-01-24T01:14:44.9001095Z [2450/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-01-24T01:14:44.9140731Z [2451/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-01-24T01:14:45.0627591Z [2452/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-01-24T01:14:45.4284538Z [2453/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-01-24T01:14:45.7610824Z [2454/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-01-24T01:14:45.8049434Z [2455/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-01-24T01:14:45.8525940Z [2456/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-01-24T01:14:45.9687075Z [2457/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-01-24T01:14:46.3400823Z [2458/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-01-24T01:14:46.5325768Z [2459/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-01-24T01:14:46.6306324Z [2460/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-01-24T01:14:46.8556889Z [2461/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-01-24T01:14:46.9336306Z [2462/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-01-24T01:14:47.0343505Z [2463/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-01-24T01:14:47.1970572Z [2464/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-01-24T01:14:47.4134525Z [2465/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-01-24T01:14:47.6622790Z [2466/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-01-24T01:14:48.1091839Z [2467/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-01-24T01:14:48.2211155Z [2468/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-01-24T01:14:48.3679999Z [2469/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-01-24T01:14:48.6553495Z [2470/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-01-24T01:14:49.0699698Z [2471/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-01-24T01:14:49.2542102Z [2472/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-01-24T01:14:49.3685685Z [2473/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-01-24T01:14:49.6414070Z [2474/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-01-24T01:14:49.8336309Z [2475/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-01-24T01:14:50.0709056Z [2476/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-01-24T01:14:50.1988326Z [2477/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-01-24T01:14:50.2149760Z [2478/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-01-24T01:14:50.2177909Z [2479/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-01-24T01:14:50.4354664Z [2480/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-01-24T01:14:50.4806433Z [2481/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-01-24T01:14:50.5641059Z [2482/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-01-24T01:14:50.5849392Z [2483/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-01-24T01:14:50.6851523Z [2484/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-01-24T01:14:50.6867881Z [2485/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-01-24T01:14:51.0360976Z [2486/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-01-24T01:14:51.1125942Z [2487/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-01-24T01:14:51.1251662Z [2488/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-01-24T01:14:51.4028823Z [2489/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-01-24T01:14:51.4681228Z [2490/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-01-24T01:14:52.3876454Z [2491/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-01-24T01:14:52.4429242Z [2492/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-01-24T01:14:52.7258585Z [2493/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-01-24T01:14:52.7709688Z [2494/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-01-24T01:14:52.8188251Z [2495/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-01-24T01:14:52.8891133Z [2496/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-01-24T01:14:52.9806712Z [2497/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-01-24T01:14:53.0490648Z [2498/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-01-24T01:14:54.0204051Z [2499/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-01-24T01:14:54.2977356Z [2500/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-01-24T01:14:54.5914755Z [2501/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-01-24T01:14:54.7522880Z [2502/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-01-24T01:14:54.8630697Z [2503/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-01-24T01:14:55.1829924Z [2504/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-01-24T01:14:55.4009284Z [2505/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-01-24T01:14:55.5096657Z [2506/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-01-24T01:14:55.5288125Z [2507/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-01-24T01:14:55.7146093Z [2508/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-01-24T01:14:56.0064095Z [2509/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-01-24T01:14:56.2488277Z [2510/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-01-24T01:14:56.3908887Z [2511/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-01-24T01:14:57.0705762Z [2512/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-01-24T01:14:57.0925421Z [2513/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-01-24T01:14:57.1112621Z [2514/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-01-24T01:14:57.1142748Z [2515/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-01-24T01:14:57.1173719Z [2516/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-01-24T01:14:57.1301939Z [2517/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-01-24T01:14:57.1341730Z [2518/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-01-24T01:14:57.2443569Z [2519/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-01-24T01:14:57.5700772Z [2520/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-01-24T01:14:57.7003302Z [2521/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-01-24T01:14:58.1359042Z [2522/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-01-24T01:14:58.1905779Z [2523/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-01-24T01:14:58.2067080Z [2524/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-01-24T01:14:58.2299244Z [2525/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-01-24T01:14:58.2533236Z [2526/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-01-24T01:14:58.2717778Z [2527/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-01-24T01:14:58.3693373Z [2528/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-01-24T01:14:58.5753569Z [2529/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-01-24T01:14:58.7629854Z [2530/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-01-24T01:14:58.8462658Z [2531/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-01-24T01:14:58.9859832Z [2532/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-01-24T01:14:59.3258963Z [2533/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:00.3627191Z [2534/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:00.3760355Z [2535/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:00.4089159Z [2536/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:00.4201978Z [2537/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.0069313Z [2538/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.0140252Z [2539/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.1881796Z [2540/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-01-24T01:15:01.2488906Z [2541/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-01-24T01:15:01.2711644Z [2542/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.3258994Z [2543/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-01-24T01:15:01.3489893Z [2544/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.3857229Z [2545/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.9087635Z [2546/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.9531674Z [2547/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:01.9871834Z [2548/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.0787412Z [2549/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8095700Z [2550/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8187493Z [2551/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8293853Z [2552/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8420725Z [2553/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8439251Z [2554/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8511882Z [2555/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.8599243Z [2556/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:02.9168318Z [2557/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:03.4416014Z [2558/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:03.4557094Z [2559/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:03.4963292Z [2560/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:03.5493762Z [2561/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:04.3186219Z [2562/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:04.9655674Z [2563/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:04.9743391Z [2564/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:04.9949712Z [2565/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:04.9978900Z [2566/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.0012842Z [2567/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.0050255Z [2568/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.0131222Z [2569/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.5978449Z [2570/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.6884972Z [2571/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:05.8566181Z [2572/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.1734380Z [2573/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.1772561Z [2574/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.1960116Z [2575/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.2074368Z [2576/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.2101873Z [2577/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.2173761Z [2578/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.2203052Z [2579/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.2236694Z [2580/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.7496172Z [2581/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:07.8883017Z [2582/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:19.6786082Z [2583/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.6459400Z [2584/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.6589346Z [2585/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.8128553Z [2586/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.8130728Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T01:15:20.8132873Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T01:15:20.8134253Z with 2025-01-24T01:15:20.8134646Z [ 2025-01-24T01:15:20.8134990Z scalar_t=float, 2025-01-24T01:15:20.8135957Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T01:15:20.8137116Z ] 2025-01-24T01:15:20.8138731Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-01-24T01:15:20.8140467Z with 2025-01-24T01:15:20.8140896Z [ 2025-01-24T01:15:20.8141307Z scalar_t=float, 2025-01-24T01:15:20.8142278Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-01-24T01:15:20.8143603Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T01:15:20.8144195Z ] 2025-01-24T01:15:20.8146157Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): 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-01-24T01:15:20.8148276Z with 2025-01-24T01:15:20.8148482Z [ 2025-01-24T01:15:20.8148693Z scalar_t=scalar_t, 2025-01-24T01:15:20.8148999Z data_t=at::vec::DEFAULT::Vectorized, 2025-01-24T01:15:20.8149817Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T01:15:20.8150923Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T01:15:20.8151540Z ] 2025-01-24T01:15:20.8153290Z 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-01-24T01:15:20.8154908Z with 2025-01-24T01:15:20.8155131Z [ 2025-01-24T01:15:20.8155324Z scalar_t=scalar_t 2025-01-24T01:15:20.8155580Z ] 2025-01-24T01:15:20.8157139Z 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-01-24T01:15:20.8158813Z with 2025-01-24T01:15:20.8159003Z [ 2025-01-24T01:15:20.8159265Z scalar_t=scalar_t 2025-01-24T01:15:20.8159527Z ] 2025-01-24T01:15:20.8160697Z 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-01-24T01:15:20.8162044Z with 2025-01-24T01:15:20.8162249Z [ 2025-01-24T01:15:20.8162444Z scalar_t=scalar_t 2025-01-24T01:15:20.8162695Z ] 2025-01-24T01:15:20.8720351Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T01:15:20.8722813Z with 2025-01-24T01:15:20.8723442Z [ 2025-01-24T01:15:20.8723770Z scalar_t=scalar_t 2025-01-24T01:15:20.8724174Z ] 2025-01-24T01:15:20.8725459Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T01:15:20.8727121Z [2587/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.8753265Z [2588/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:20.8942109Z [2589/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:21.1062828Z [2590/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:21.1916572Z [2591/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:21.2924476Z [2592/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:21.6726716Z [2593/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-01-24T01:15:22.5489278Z [2594/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.5491396Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T01:15:22.5493390Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(932): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T01:15:22.5651239Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): 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-01-24T01:15:22.5653052Z [2595/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.5794680Z [2596/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-01-24T01:15:22.5831861Z [2597/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.5869129Z [2598/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.5925619Z [2599/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.6014896Z [2600/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.7038647Z [2601/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-01-24T01:15:22.7269909Z [2602/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-01-24T01:15:22.9090236Z [2603/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-01-24T01:15:22.9166585Z [2604/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-01-24T01:15:22.9226571Z [2605/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-01-24T01:15:23.0140041Z [2606/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-01-24T01:15:23.0993268Z [2607/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-01-24T01:15:23.1068721Z [2608/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-01-24T01:15:23.2777472Z [2609/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-01-24T01:15:23.3189746Z [2610/7038] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-01-24T01:15:23.3912512Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T01:15:23.3913317Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T01:15:23.3914095Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T01:15:23.3915020Z [2611/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-01-24T01:15:23.4628410Z [2612/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-01-24T01:15:23.9959031Z [2613/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-01-24T01:15:24.0138694Z [2614/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-01-24T01:15:26.0549578Z [2615/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-01-24T01:15:26.2869524Z [2616/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-01-24T01:15:26.8121459Z [2617/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-01-24T01:15:26.8886311Z [2618/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-01-24T01:15:27.0385493Z [2619/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-01-24T01:15:27.2076566Z [2620/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-01-24T01:15:27.2887147Z [2621/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-01-24T01:15:27.4127577Z [2622/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-01-24T01:15:27.7380716Z [2623/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-01-24T01:15:28.1534517Z [2624/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-01-24T01:15:28.2566866Z [2625/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-01-24T01:15:28.3650175Z [2626/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-01-24T01:15:28.3847236Z [2627/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-01-24T01:15:28.4019501Z [2628/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-01-24T01:15:28.5253539Z [2629/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-01-24T01:15:28.8630322Z [2630/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-01-24T01:15:29.3829547Z [2631/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-01-24T01:15:30.1908711Z [2632/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-01-24T01:15:30.6792682Z [2633/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-01-24T01:15:30.8542653Z [2634/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-01-24T01:15:31.0530786Z [2635/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-01-24T01:15:31.2521334Z [2636/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-01-24T01:15:31.6423031Z [2637/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-01-24T01:15:32.1675713Z [2638/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-01-24T01:15:32.2238419Z [2639/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-01-24T01:15:32.6550522Z [2640/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-01-24T01:15:32.7916523Z [2641/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-01-24T01:15:33.1540082Z [2642/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-01-24T01:15:33.5804915Z [2643/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-01-24T01:15:33.8396991Z [2644/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-01-24T01:15:34.1723675Z [2645/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-01-24T01:15:34.5040240Z [2646/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-01-24T01:15:34.5114034Z [2647/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-01-24T01:15:34.6121309Z [2648/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-01-24T01:15:35.4160834Z [2649/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-01-24T01:15:35.7800282Z [2650/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-01-24T01:15:35.7887167Z [2651/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-01-24T01:15:35.8443445Z [2652/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-01-24T01:15:35.8648666Z [2653/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-01-24T01:15:35.8997809Z [2654/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-01-24T01:15:36.5917902Z [2655/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-01-24T01:15:36.6758754Z [2656/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-01-24T01:15:37.2263497Z [2657/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-01-24T01:15:38.9862263Z [2658/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-01-24T01:15:38.9891423Z [2659/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-01-24T01:15:40.4931009Z [2660/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-01-24T01:15:40.5007114Z [2661/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-01-24T01:15:40.5208467Z [2662/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-01-24T01:15:40.5239317Z [2663/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-01-24T01:15:40.6006797Z [2664/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-01-24T01:15:41.2606262Z [2665/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-01-24T01:15:41.2696573Z [2666/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-01-24T01:15:41.3409236Z [2667/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-01-24T01:15:44.8034924Z [2668/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-01-24T01:15:52.1352622Z [2669/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-01-24T01:15:52.1557041Z [2670/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-01-24T01:15:52.1587630Z [2671/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-01-24T01:15:52.1616568Z [2672/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-01-24T01:15:52.7466538Z [2673/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-01-24T01:15:53.0216975Z [2674/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-01-24T01:15:53.3747886Z [2675/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-01-24T01:15:53.5409081Z [2676/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-01-24T01:15:53.5576835Z [2677/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-01-24T01:15:53.6607010Z [2678/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-01-24T01:15:53.9809241Z [2679/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-01-24T01:15:54.3339100Z [2680/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-01-24T01:15:54.3951592Z [2681/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-01-24T01:15:54.4496074Z [2682/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-01-24T01:15:54.6698489Z [2683/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-01-24T01:15:54.7723690Z [2684/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-01-24T01:15:55.0587656Z [2685/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-01-24T01:15:55.4711741Z [2686/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-01-24T01:15:56.5928846Z [2687/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-01-24T01:15:57.1616621Z [2688/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-01-24T01:15:57.1871064Z [2689/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-01-24T01:15:57.2148234Z [2690/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-01-24T01:15:57.2239586Z [2691/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-01-24T01:15:57.2322766Z [2692/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-01-24T01:15:57.2460865Z [2693/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-01-24T01:15:57.2806473Z [2694/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-01-24T01:15:58.6946880Z [2695/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-01-24T01:15:58.7326841Z [2696/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-01-24T01:15:58.7413547Z [2697/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-01-24T01:15:58.7445092Z [2698/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-01-24T01:15:58.7475959Z [2699/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-01-24T01:15:58.7517562Z [2700/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-01-24T01:15:58.7675889Z [2701/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-01-24T01:15:59.7672652Z [2702/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-01-24T01:15:59.8031773Z [2703/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-01-24T01:15:59.8882655Z [2704/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-01-24T01:15:59.8913750Z [2705/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-01-24T01:15:59.9235283Z [2706/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-01-24T01:15:59.9647406Z [2707/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-01-24T01:15:59.9855847Z [2708/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-01-24T01:16:00.2680420Z [2709/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-01-24T01:16:00.3420796Z [2710/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-01-24T01:16:00.9155856Z [2711/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-01-24T01:16:01.0079224Z [2712/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-01-24T01:16:01.2671809Z [2713/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-01-24T01:16:01.2988202Z [2714/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-01-24T01:16:01.8071734Z [2715/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-01-24T01:16:01.8491115Z [2716/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-01-24T01:16:02.0810840Z [2717/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-01-24T01:16:02.3737972Z [2718/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-01-24T01:16:02.5408704Z [2719/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-01-24T01:16:02.7684010Z [2720/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-01-24T01:16:02.7865813Z [2721/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-01-24T01:16:03.0141001Z [2722/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-01-24T01:16:03.0454056Z [2723/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-01-24T01:16:03.0750480Z [2724/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-01-24T01:16:03.1088485Z [2725/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-01-24T01:16:03.3588929Z [2726/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-01-24T01:16:03.4592124Z [2727/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-01-24T01:16:03.6071659Z [2728/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-01-24T01:16:03.9374064Z [2729/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-01-24T01:16:04.0443764Z [2730/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-01-24T01:16:04.1303755Z [2731/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-01-24T01:16:04.3922034Z [2732/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-01-24T01:16:04.5498908Z [2733/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-01-24T01:16:05.0979451Z [2734/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-01-24T01:16:05.1917503Z [2735/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-01-24T01:16:05.4607243Z [2736/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-01-24T01:16:05.5703020Z [2737/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-01-24T01:16:06.1659847Z [2738/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-01-24T01:16:06.2149571Z [2739/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-01-24T01:16:06.5649336Z [2740/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-01-24T01:16:06.6186054Z [2741/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-01-24T01:16:06.7349829Z [2742/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-01-24T01:16:06.7688560Z [2743/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-01-24T01:16:07.1888925Z [2744/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-01-24T01:16:07.2155473Z [2745/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-01-24T01:16:07.2499013Z [2746/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-01-24T01:16:07.4894291Z [2747/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-01-24T01:16:07.6105100Z [2748/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-01-24T01:16:07.7889458Z [2749/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-01-24T01:16:07.8086390Z [2750/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-01-24T01:16:07.8173463Z [2751/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-01-24T01:16:08.2741057Z [2752/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-01-24T01:16:08.5180137Z [2753/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-01-24T01:16:08.5494217Z [2754/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-01-24T01:16:08.7075415Z [2755/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-01-24T01:16:08.8613374Z [2756/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-01-24T01:16:08.9033007Z [2757/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-01-24T01:16:08.9337500Z [2758/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-01-24T01:16:09.2902664Z [2759/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-01-24T01:16:09.5954496Z [2760/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-01-24T01:16:09.8301914Z [2761/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-01-24T01:16:09.9823885Z [2762/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-01-24T01:16:10.3978039Z [2763/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-01-24T01:16:10.6358055Z [2764/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-01-24T01:16:10.8427272Z [2765/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-01-24T01:16:11.0732868Z [2766/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-01-24T01:16:11.1122056Z [2767/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-01-24T01:16:11.4629151Z [2768/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-01-24T01:16:11.8532728Z [2769/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-01-24T01:16:12.1257574Z [2770/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-01-24T01:16:12.1565960Z [2771/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-01-24T01:16:12.4738550Z [2772/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-01-24T01:16:12.5536926Z [2773/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-01-24T01:16:12.6380843Z [2774/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-01-24T01:16:12.9094138Z [2775/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-01-24T01:16:13.1795959Z [2776/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-01-24T01:16:13.2150640Z [2777/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-01-24T01:16:13.7025183Z [2778/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-01-24T01:16:13.9759134Z [2779/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-01-24T01:16:14.2444442Z [2780/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-01-24T01:16:14.2974442Z [2781/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-01-24T01:16:14.4513789Z [2782/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-01-24T01:16:14.7758356Z [2783/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-01-24T01:16:14.9307965Z [2784/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-01-24T01:16:14.9740743Z [2785/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-01-24T01:16:15.2789126Z [2786/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-01-24T01:16:15.3491949Z [2787/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-01-24T01:16:15.5548497Z [2788/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-01-24T01:16:15.8124456Z [2789/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-01-24T01:16:16.0149566Z [2790/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-01-24T01:16:16.1174456Z [2791/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-01-24T01:16:16.1870305Z [2792/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-01-24T01:16:16.3107595Z [2793/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-01-24T01:16:16.3407609Z [2794/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-01-24T01:16:16.4164025Z [2795/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-01-24T01:16:17.0823968Z [2796/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-01-24T01:16:17.1927680Z [2797/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-01-24T01:16:17.2458544Z [2798/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-01-24T01:16:17.3543653Z [2799/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-01-24T01:16:17.4349847Z [2800/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-01-24T01:16:17.4444535Z [2801/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-01-24T01:16:18.1139456Z [2802/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-01-24T01:16:18.2343608Z [2803/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-01-24T01:16:18.2664051Z [2804/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-01-24T01:16:18.4135909Z [2805/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-01-24T01:16:18.4259658Z [2806/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-01-24T01:16:18.5222440Z [2807/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-01-24T01:16:19.2064442Z [2808/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-01-24T01:16:19.2863827Z [2809/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-01-24T01:16:19.4526728Z [2810/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-01-24T01:16:19.5545229Z [2811/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-01-24T01:16:19.5955144Z [2812/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-01-24T01:16:20.2653733Z [2813/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-01-24T01:16:20.3614046Z [2814/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-01-24T01:16:20.5060794Z [2815/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-01-24T01:16:20.5863646Z [2816/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-01-24T01:16:20.6164338Z [2817/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-01-24T01:16:20.6601975Z [2818/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-01-24T01:16:20.6670285Z [2819/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-01-24T01:16:21.4817870Z [2820/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-01-24T01:16:21.7775846Z [2821/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-01-24T01:16:21.8165607Z [2822/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-01-24T01:16:21.8315661Z [2823/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-01-24T01:16:22.0517375Z [2824/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-01-24T01:16:22.0928132Z [2825/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-01-24T01:16:22.2616176Z [2826/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-01-24T01:16:22.4113526Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-01-24T01:16:22.4115484Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-01-24T01:16:22.4117730Z [2827/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-01-24T01:16:22.4497900Z [2828/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-01-24T01:16:22.7522063Z [2829/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-01-24T01:16:23.1413453Z [2830/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-01-24T01:16:23.3975894Z [2831/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-01-24T01:16:23.9640885Z [2832/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-01-24T01:16:24.0509741Z [2833/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-01-24T01:16:25.6673697Z [2834/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-01-24T01:16:25.7013410Z [2835/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-01-24T01:16:25.8224412Z [2836/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-01-24T01:16:26.1259445Z [2837/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-01-24T01:16:26.1654455Z [2838/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-01-24T01:16:26.4715121Z [2839/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-01-24T01:16:26.7109608Z [2840/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-01-24T01:16:26.7794522Z [2841/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-01-24T01:16:26.9345223Z [2842/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-01-24T01:16:27.2369120Z [2843/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-01-24T01:16:27.3900619Z [2844/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-01-24T01:16:27.7491371Z [2845/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-01-24T01:16:27.7887858Z [2846/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-01-24T01:16:27.9136838Z [2847/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-01-24T01:16:28.4403040Z [2848/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-01-24T01:16:28.9189618Z [2849/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-01-24T01:16:29.0287491Z [2850/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-01-24T01:16:29.5485255Z [2851/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-01-24T01:16:29.5583998Z [2852/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-01-24T01:16:30.1271984Z [2853/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-01-24T01:16:30.4990067Z [2854/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-01-24T01:16:30.5948871Z [2855/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-01-24T01:16:30.8839798Z [2856/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-01-24T01:16:31.0447237Z [2857/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-01-24T01:16:31.2133450Z [2858/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-01-24T01:16:31.4832982Z [2859/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-01-24T01:16:31.6584454Z [2860/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-01-24T01:16:31.6770180Z [2861/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-01-24T01:16:31.8621315Z [2862/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-01-24T01:16:32.1287078Z [2863/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-01-24T01:16:32.3038295Z [2864/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-01-24T01:16:32.5455541Z [2865/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-01-24T01:16:33.2663175Z [2866/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-01-24T01:16:34.4777136Z [2867/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-01-24T01:16:35.3376173Z [2868/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-01-24T01:16:35.5890047Z [2869/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-01-24T01:16:35.6666351Z [2870/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-01-24T01:16:35.8200476Z [2871/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-01-24T01:16:35.8998371Z [2872/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-01-24T01:16:36.0084525Z [2873/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-01-24T01:16:36.0725272Z [2874/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-01-24T01:16:36.1603704Z [2875/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-01-24T01:16:36.4661508Z [2876/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-01-24T01:16:37.0910950Z [2877/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-01-24T01:16:37.8593368Z [2878/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-01-24T01:16:38.9075756Z [2879/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-01-24T01:16:38.9873189Z [2880/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-01-24T01:16:39.3297411Z [2881/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-01-24T01:16:39.4994128Z [2882/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-01-24T01:16:39.6864973Z [2883/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-01-24T01:16:39.9430174Z [2884/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-01-24T01:16:40.0255023Z [2885/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-01-24T01:16:40.0271782Z [2886/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-01-24T01:16:40.7774804Z [2887/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-01-24T01:16:41.4917907Z [2888/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-01-24T01:16:42.4062628Z [2889/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-01-24T01:16:42.4064536Z 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-01-24T01:16:42.4066589Z with 2025-01-24T01:16:42.4066950Z [ 2025-01-24T01:16:42.4067287Z T=int 2025-01-24T01:16:42.4067593Z ] 2025-01-24T01:16:42.4069522Z 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-01-24T01:16:42.8479255Z with 2025-01-24T01:16:42.8479540Z [ 2025-01-24T01:16:42.8479742Z T=int 2025-01-24T01:16:42.8480034Z ] 2025-01-24T01:16:42.8480632Z [2890/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-01-24T01:16:43.0123809Z [2891/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-01-24T01:16:43.3728356Z [2892/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-01-24T01:16:43.5235426Z [2893/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-01-24T01:16:43.6034489Z [2894/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-01-24T01:16:44.4983698Z [2895/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-01-24T01:16:44.9593791Z [2896/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-01-24T01:16:44.9595891Z 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-01-24T01:16:44.9598077Z with 2025-01-24T01:16:44.9598464Z [ 2025-01-24T01:16:44.9598836Z T=int 2025-01-24T01:16:44.9599202Z ] 2025-01-24T01:16:46.0335321Z 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-01-24T01:16:46.0336875Z with 2025-01-24T01:16:46.0337093Z [ 2025-01-24T01:16:46.0337568Z T=int 2025-01-24T01:16:46.0337800Z ] 2025-01-24T01:16:46.0338320Z [2897/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-01-24T01:16:46.4819422Z [2898/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-01-24T01:16:46.6706271Z [2899/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-01-24T01:16:46.9563345Z [2900/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-01-24T01:16:47.2103072Z [2901/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-01-24T01:16:47.2813896Z [2902/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-01-24T01:16:47.3394104Z [2903/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-01-24T01:16:47.3556214Z [2904/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-01-24T01:16:47.6025431Z [2905/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-01-24T01:16:48.1644198Z [2906/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-01-24T01:16:48.2120146Z [2907/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-01-24T01:16:48.3328461Z [2908/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-01-24T01:16:48.3531947Z [2909/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-01-24T01:16:48.3956893Z [2910/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-01-24T01:16:48.5242136Z [2911/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-01-24T01:16:48.6316629Z [2912/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-01-24T01:16:48.6504956Z [2913/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-01-24T01:16:49.1854119Z [2914/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-01-24T01:16:49.2293731Z [2915/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-01-24T01:16:49.3917816Z [2916/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-01-24T01:16:49.4971616Z [2917/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-01-24T01:16:49.5955029Z [2918/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-01-24T01:16:49.7094064Z [2919/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-01-24T01:16:49.7286498Z [2920/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-01-24T01:16:49.7804774Z [2921/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-01-24T01:16:49.8933317Z [2922/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-01-24T01:16:49.8935387Z 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-01-24T01:16:49.8936547Z with 2025-01-24T01:16:49.8936759Z [ 2025-01-24T01:16:49.8937207Z T=int 2025-01-24T01:16:49.8937462Z ] 2025-01-24T01:16:49.8938485Z 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-01-24T01:16:50.0828559Z with 2025-01-24T01:16:50.0828858Z [ 2025-01-24T01:16:50.0829038Z T=int 2025-01-24T01:16:50.0829236Z ] 2025-01-24T01:16:50.0830539Z [2923/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-01-24T01:16:50.2183871Z [2924/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-01-24T01:16:50.3150170Z [2925/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-01-24T01:16:50.4873361Z [2926/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-01-24T01:16:50.6359576Z [2927/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-01-24T01:16:50.7193803Z [2928/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-01-24T01:16:50.8154874Z [2929/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-01-24T01:16:50.9117479Z [2930/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-01-24T01:16:51.0685042Z [2931/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-01-24T01:16:51.1207842Z [2932/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-01-24T01:16:51.1709772Z [2933/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-01-24T01:16:51.2918156Z [2934/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-01-24T01:16:51.4058213Z [2935/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-01-24T01:16:51.7077208Z [2936/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-01-24T01:16:51.9750072Z [2937/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-01-24T01:16:52.0394221Z [2938/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-01-24T01:16:52.1072480Z [2939/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-01-24T01:16:52.2046781Z [2940/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-01-24T01:16:52.3722950Z [2941/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-01-24T01:16:52.4124306Z [2942/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-01-24T01:16:52.4154085Z [2943/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-01-24T01:16:52.6724901Z [2944/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-01-24T01:16:52.8092712Z [2945/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-01-24T01:16:52.9039014Z [2946/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-01-24T01:16:52.9052807Z [2947/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-01-24T01:16:53.0184770Z [2948/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-01-24T01:16:53.1523988Z [2949/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-01-24T01:16:53.2367737Z [2950/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-01-24T01:16:53.2998719Z [2951/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-01-24T01:16:53.3432198Z [2952/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-01-24T01:16:53.3646030Z [2953/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-01-24T01:16:54.0011909Z [2954/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-01-24T01:16:54.0259316Z [2955/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-01-24T01:16:54.0820704Z [2956/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-01-24T01:16:54.1456730Z [2957/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-01-24T01:16:54.4474124Z [2958/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-01-24T01:16:55.0806636Z [2959/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-01-24T01:16:55.0980875Z [2960/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-01-24T01:16:55.3126482Z [2961/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-01-24T01:16:56.1458290Z [2962/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-01-24T01:16:56.3954143Z [2963/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-01-24T01:16:56.4070662Z [2964/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-01-24T01:16:56.4648591Z [2965/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-01-24T01:16:57.0766587Z [2966/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-01-24T01:16:57.4751545Z [2967/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-01-24T01:16:57.4857297Z [2968/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-01-24T01:16:57.5252681Z [2969/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-01-24T01:16:57.5435729Z [2970/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-01-24T01:16:58.1208872Z [2971/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-01-24T01:16:58.2049803Z [2972/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-01-24T01:16:58.5465971Z [2973/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-01-24T01:16:58.6831179Z [2974/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-01-24T01:16:58.6978318Z [2975/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-01-24T01:16:59.2165191Z [2976/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-01-24T01:16:59.7139176Z [2977/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-01-24T01:16:59.7337076Z [2978/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-01-24T01:17:00.0950369Z [2979/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-01-24T01:17:00.8318039Z [2980/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-01-24T01:17:00.9525514Z [2981/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-01-24T01:17:01.3644163Z [2982/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-01-24T01:17:01.6570632Z [2983/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-01-24T01:17:02.0117756Z [2984/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-01-24T01:17:02.0422805Z [2985/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-01-24T01:17:02.1617282Z [2986/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-01-24T01:17:02.3298954Z [2987/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-01-24T01:17:02.7037702Z [2988/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-01-24T01:17:03.0866255Z [2989/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-01-24T01:17:03.1665950Z [2990/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-01-24T01:17:03.2101120Z [2991/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-01-24T01:17:03.4001831Z [2992/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-01-24T01:17:03.4434920Z [2993/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-01-24T01:17:03.8554556Z [2994/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-01-24T01:17:03.8809573Z [2995/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-01-24T01:17:04.1999691Z [2996/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-01-24T01:17:04.4621556Z [2997/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-01-24T01:17:04.5193240Z [2998/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-01-24T01:17:04.5935868Z [2999/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-01-24T01:17:05.2877983Z [3000/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-01-24T01:17:05.5510229Z [3001/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-01-24T01:17:05.7915013Z [3002/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-01-24T01:17:06.1855762Z [3003/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-01-24T01:17:06.9655575Z [3004/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-01-24T01:17:07.1645636Z [3005/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-01-24T01:17:07.2196981Z [3006/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-01-24T01:17:07.6235578Z [3007/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-01-24T01:17:07.7560189Z [3008/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-01-24T01:17:07.8329284Z [3009/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-01-24T01:17:07.8653175Z [3010/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-01-24T01:17:08.1311731Z [3011/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-01-24T01:17:08.8129072Z [3012/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-01-24T01:17:09.1059350Z [3013/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-01-24T01:17:09.5980076Z [3014/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-01-24T01:17:10.1678126Z [3015/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-01-24T01:17:10.8665197Z [3016/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-01-24T01:17:11.1395408Z [3017/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-01-24T01:17:11.4935433Z [3018/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-01-24T01:17:11.5389180Z [3019/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-01-24T01:17:11.6600796Z [3020/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-01-24T01:17:11.8193618Z [3021/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-01-24T01:17:12.1115161Z [3022/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-01-24T01:17:12.7421613Z [3023/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-01-24T01:17:12.8728941Z [3024/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-01-24T01:17:13.6718526Z [3025/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-01-24T01:17:13.6817191Z [3026/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-01-24T01:17:13.7724533Z [3027/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-01-24T01:17:14.1350416Z [3028/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-01-24T01:17:14.6237490Z [3029/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-01-24T01:17:14.6974978Z [3030/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-01-24T01:17:14.8982931Z [3031/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-01-24T01:17:15.1061751Z [3032/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-01-24T01:17:15.4872739Z [3033/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-01-24T01:17:15.5842752Z [3034/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-01-24T01:17:15.9100342Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(302): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-01-24T01:17:15.9101421Z [3035/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-01-24T01:17:16.0271787Z [3036/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-01-24T01:17:16.8943467Z [3037/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-01-24T01:17:17.4570198Z [3038/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-01-24T01:17:17.5148192Z [3039/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-01-24T01:17:18.0595977Z [3040/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-01-24T01:17:18.3529578Z [3041/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-01-24T01:17:18.7535972Z [3042/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-01-24T01:17:18.8189240Z [3043/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-01-24T01:17:19.1279172Z [3044/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-01-24T01:17:19.7038336Z [3045/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-01-24T01:17:20.9133335Z [3046/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-01-24T01:17:21.6388763Z [3047/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-01-24T01:17:21.8086267Z [3048/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-01-24T01:17:22.2041885Z [3049/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-01-24T01:17:22.5798064Z [3050/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-01-24T01:17:22.6973867Z [3051/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-01-24T01:17:22.8687297Z [3052/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-01-24T01:17:23.3239650Z [3053/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-01-24T01:17:24.4493610Z [3054/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-01-24T01:17:25.3369781Z [3055/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-01-24T01:17:25.5594107Z [3056/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-01-24T01:17:25.9780541Z [3057/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-01-24T01:17:26.2316199Z [3058/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-01-24T01:17:26.4261792Z [3059/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-01-24T01:17:26.6370640Z [3060/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-01-24T01:17:27.1608869Z [3061/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-01-24T01:17:28.2102567Z [3062/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-01-24T01:17:29.0904159Z [3063/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-01-24T01:17:29.2628010Z [3064/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-01-24T01:17:29.5350615Z [3065/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-01-24T01:17:29.9192238Z [3066/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-01-24T01:17:30.0747404Z [3067/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-01-24T01:17:30.2438174Z [3068/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-01-24T01:17:30.7822229Z [3069/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-01-24T01:17:31.7488355Z [3070/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-01-24T01:17:32.5904629Z [3071/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-01-24T01:17:32.6702608Z [3072/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-01-24T01:17:32.9608331Z [3073/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-01-24T01:17:33.3328864Z [3074/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-01-24T01:17:33.4781877Z [3075/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-01-24T01:17:33.6564910Z [3076/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-01-24T01:17:34.2896601Z [3077/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-01-24T01:17:35.1986896Z [3078/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-01-24T01:17:36.0636085Z [3079/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-01-24T01:17:36.1528649Z [3080/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-01-24T01:17:36.6928471Z [3081/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-01-24T01:17:37.1242124Z [3082/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-01-24T01:17:37.2184194Z [3083/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-01-24T01:17:37.3267458Z [3084/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-01-24T01:17:37.9508391Z [3085/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-01-24T01:17:38.0713723Z [3086/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-01-24T01:17:38.1509416Z [3087/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-01-24T01:17:38.2847577Z [3088/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-01-24T01:17:38.5884407Z [3089/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-01-24T01:17:38.7342458Z [3090/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-01-24T01:17:38.9439901Z [3091/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-01-24T01:17:38.9441312Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:38.9443124Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:38.9445020Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.3726744Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.3728949Z [3092/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-01-24T01:17:39.3730999Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.3733328Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.3735861Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.8403141Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.8404630Z [3093/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-01-24T01:17:39.9344304Z [3094/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-01-24T01:17:39.9346434Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9348646Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9351149Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9460104Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9461369Z [3095/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-01-24T01:17:39.9462552Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9464622Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9467119Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9955609Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:39.9957673Z [3096/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-01-24T01:17:40.0730582Z [3097/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-01-24T01:17:40.0732616Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.0735250Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.0737768Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.4381575Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.4383671Z [3098/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-01-24T01:17:40.8239243Z [3099/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:40.8241193Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.8243676Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.8246250Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9487305Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9488580Z [3100/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:40.9489623Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9491018Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9492395Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9879058Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9881237Z [3101/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:40.9883285Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9885676Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:40.9888289Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.0193001Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.0195278Z [3102/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.0197291Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.0199635Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.0201987Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1198003Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1199266Z [3103/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.1200404Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1201759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1203151Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1417327Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1419704Z [3104/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.1421697Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1424097Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.1426692Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.4418938Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.4420502Z [3105/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.4421569Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.4422791Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.4424097Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.5074922Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.5076139Z [3106/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-01-24T01:17:41.6732118Z [3107/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-01-24T01:17:41.7777079Z [3108/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.7778644Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.7780083Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.7782192Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.8921932Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.8923650Z [3109/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:41.8925118Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.8926647Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:41.8928225Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0149957Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0152025Z [3110/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.0153231Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0154617Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0156451Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0551659Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0554122Z [3111/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.0556244Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0558758Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.0561107Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.1702965Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.1705407Z [3112/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.1707395Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.1709798Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.1712850Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.2452339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.2454567Z [3113/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.2456639Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.2459015Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.2461392Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5295850Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5298067Z [3114/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.5299959Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5302298Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5304779Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5760055Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5761614Z [3115/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.5764240Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5766842Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.5769632Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.6015665Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.6017096Z [3116/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.6018176Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.6019759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.6021055Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.7031538Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.7033941Z [3117/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.7035021Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.7036567Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.7038021Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.8462961Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.8465261Z [3118/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.8467391Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.8469844Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.8472378Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.9599419Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.9600730Z [3119/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:42.9603249Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.9605722Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:42.9608554Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.1606800Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.1609095Z [3120/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.1611215Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.1613621Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.1616523Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2455136Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2457331Z [3121/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.2459303Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2461901Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2464385Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2692798Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2695168Z [3122/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.2696656Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2697997Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.2699285Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.3053035Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.3054721Z [3123/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.3055937Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.3057879Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.3060556Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.4180170Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.4182415Z [3124/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.4184480Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.4187121Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.4189802Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6179266Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6180441Z [3125/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.6181609Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6182994Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6184589Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6610763Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6612453Z [3126/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.6614459Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6616851Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.6619431Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7245849Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7247581Z [3127/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.7249674Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7252252Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7254953Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7819223Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7821334Z [3128/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.7823324Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7825946Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.7828467Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.8985030Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.8986228Z [3129/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:43.8988591Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.8991357Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:43.8993810Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2042518Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2043752Z [3130/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.2044812Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2046105Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2047443Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2503163Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2504825Z [3131/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.2506194Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2508462Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.2510143Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.4372356Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.4374757Z [3132/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.4376887Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.4379622Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.4382254Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5147209Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5148467Z [3133/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.5149496Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5150943Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5152272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5378889Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5380133Z [3134/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.5381609Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5382903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.5384340Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.6128611Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.6130643Z [3135/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.6132470Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.6134607Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.6137038Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7200274Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7201855Z [3136/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.7203206Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7204977Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7206691Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7624421Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7625668Z [3137/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.7626910Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7628413Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.7629721Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.8539073Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.8541388Z [3138/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:44.8543022Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.8544802Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:44.8546307Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.0686515Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.0689105Z [3139/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.0691177Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.0693628Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.0696235Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.2909628Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.2910930Z [3140/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.3040874Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.3043060Z [3141/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.4283020Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4285024Z [3142/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.4287041Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4289399Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4291803Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4600211Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4602307Z [3143/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.4604270Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4606739Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4706729Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4709395Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4711879Z [3144/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.4713903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4716298Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4718887Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4925687Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4927963Z [3145/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.4930032Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4932611Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.4935117Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.8557129Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.8559861Z [3146/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:45.8561979Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.8564553Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:45.8566707Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1548417Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1550320Z [3147/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.1552059Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1553694Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1556157Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1858122Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1859334Z [3148/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.1860633Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1862228Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.1863659Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2514594Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2515868Z [3149/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.2877490Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2878751Z [3150/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.2879835Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2881443Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2883117Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2885240Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.2886798Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T01:17:46.2888333Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T01:17:46.2889200Z with 2025-01-24T01:17:46.2889517Z [ 2025-01-24T01:17:46.2889729Z scalar_t=float, 2025-01-24T01:17:46.2890303Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T01:17:46.2890860Z ] 2025-01-24T01:17:46.2891901Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-01-24T01:17:46.2893046Z with 2025-01-24T01:17:46.2893232Z [ 2025-01-24T01:17:46.2893434Z scalar_t=float, 2025-01-24T01:17:46.2894014Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-01-24T01:17:46.2895135Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T01:17:46.2895912Z ] 2025-01-24T01:17:46.2898148Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): 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-01-24T01:17:46.2900388Z with 2025-01-24T01:17:46.2900613Z [ 2025-01-24T01:17:46.2900805Z scalar_t=scalar_t, 2025-01-24T01:17:46.2901103Z data_t=at::vec::AVX2::Vectorized, 2025-01-24T01:17:46.2902051Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T01:17:46.2903923Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T01:17:46.2905685Z ] 2025-01-24T01:17:46.2910535Z 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-01-24T01:17:46.2913734Z with 2025-01-24T01:17:46.2914059Z [ 2025-01-24T01:17:46.2916083Z scalar_t=scalar_t 2025-01-24T01:17:46.2916537Z ] 2025-01-24T01:17:46.2919518Z 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-01-24T01:17:46.2924534Z with 2025-01-24T01:17:46.2924865Z [ 2025-01-24T01:17:46.2925167Z scalar_t=scalar_t 2025-01-24T01:17:46.2925587Z ] 2025-01-24T01:17:46.2929418Z 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-01-24T01:17:46.2931257Z with 2025-01-24T01:17:46.2931460Z [ 2025-01-24T01:17:46.2931658Z scalar_t=scalar_t 2025-01-24T01:17:46.2931893Z ] 2025-01-24T01:17:46.3030102Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T01:17:46.3031609Z with 2025-01-24T01:17:46.3031808Z [ 2025-01-24T01:17:46.3032027Z scalar_t=scalar_t 2025-01-24T01:17:46.3032326Z ] 2025-01-24T01:17:46.3047861Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T01:17:46.3051939Z [3151/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.4273062Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.4275335Z [3152/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.4277794Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.4280358Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.4282938Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.5163842Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.5165410Z [3153/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.5167344Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.5169451Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.5171659Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.6523721Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.6526176Z [3154/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.8376290Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8378296Z [3155/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.8379761Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8381272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8382708Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8869993Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8871432Z [3156/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:46.8873708Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8876771Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:46.8879858Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1259766Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1261700Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T01:17:47.1263108Z [3157/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-01-24T01:17:47.1264375Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1265847Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1267538Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1942363Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1943600Z [3158/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:47.1944655Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1945903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.1947221Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2448940Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2450808Z [3159/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-01-24T01:17:47.2667138Z [3160/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-01-24T01:17:47.2668453Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2669678Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2671371Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2912339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2914993Z [3161/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:47.2916156Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2917435Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.2918885Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.3489614Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.3492009Z [3162/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T01:17:47.3494089Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.3496532Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.3499225Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.5157628Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:17:47.5159902Z [3163/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-01-24T01:17:47.7962330Z [3164/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-01-24T01:17:47.8313448Z [3165/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-01-24T01:17:47.9302005Z [3166/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.1874765Z [3167/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.2937905Z [3168/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.3272336Z [3169/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.4133084Z [3170/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.4310723Z [3171/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.4336045Z [3172/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.5609322Z [3173/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.9321973Z [3174/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-01-24T01:17:48.9368668Z [3175/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.1035303Z [3176/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.2363937Z [3177/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.3031763Z [3178/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.4518816Z [3179/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.4630378Z [3180/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.5149983Z [3181/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.5640909Z [3182/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.7658686Z [3183/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:49.9644456Z [3184/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.1087690Z [3185/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.1489046Z [3186/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.1817420Z [3187/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.3472393Z [3188/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.5116543Z [3189/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.6339474Z [3190/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.6496567Z [3191/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.7339263Z [3192/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.7726906Z [3193/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.8038273Z [3194/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:50.8176329Z [3195/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.3174081Z [3196/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.4587047Z [3197/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.4726252Z [3198/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.5985218Z [3199/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.6202031Z [3200/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.6632831Z [3201/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.6812388Z [3202/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.8683374Z [3203/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:51.9815643Z [3204/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.1203188Z [3205/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.2449317Z [3206/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.4382579Z [3207/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.5243254Z [3208/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.5564695Z [3209/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.5736820Z [3210/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:52.6015711Z [3211/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.0089931Z [3212/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.1321523Z [3213/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.1323437Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T01:17:53.1325075Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T01:17:53.1328802Z with 2025-01-24T01:17:53.1329259Z [ 2025-01-24T01:17:53.1329631Z scalar_t=float, 2025-01-24T01:17:53.1330851Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T01:17:53.1331815Z ] 2025-01-24T01:17:53.1333647Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-01-24T01:17:53.1335541Z with 2025-01-24T01:17:53.1335852Z [ 2025-01-24T01:17:53.1336183Z scalar_t=float, 2025-01-24T01:17:53.1337081Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-01-24T01:17:53.1338527Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T01:17:53.1339761Z ] 2025-01-24T01:17:53.1342744Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): 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-01-24T01:17:53.1346564Z with 2025-01-24T01:17:53.1346851Z [ 2025-01-24T01:17:53.1347145Z scalar_t=scalar_t, 2025-01-24T01:17:53.1347643Z data_t=at::vec::AVX512::Vectorized, 2025-01-24T01:17:53.1348868Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T01:17:53.1350669Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T01:17:53.1351618Z ] 2025-01-24T01:17:53.1354313Z 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-01-24T01:17:53.1356878Z with 2025-01-24T01:17:53.1357394Z [ 2025-01-24T01:17:53.1357679Z scalar_t=scalar_t 2025-01-24T01:17:53.1358285Z ] 2025-01-24T01:17:53.1360729Z 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-01-24T01:17:53.1363674Z with 2025-01-24T01:17:53.1363957Z [ 2025-01-24T01:17:53.1364226Z scalar_t=scalar_t 2025-01-24T01:17:53.1364646Z ] 2025-01-24T01:17:53.1366476Z 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-01-24T01:17:53.1369733Z with 2025-01-24T01:17:53.1370112Z [ 2025-01-24T01:17:53.1370456Z scalar_t=scalar_t 2025-01-24T01:17:53.1370912Z ] 2025-01-24T01:17:53.2292474Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T01:17:53.2295007Z with 2025-01-24T01:17:53.2295397Z [ 2025-01-24T01:17:53.2295741Z scalar_t=scalar_t 2025-01-24T01:17:53.2296172Z ] 2025-01-24T01:17:53.2297867Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T01:17:53.2299687Z [3214/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.2965506Z [3215/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.3655480Z [3216/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.3876166Z [3217/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.5270126Z [3218/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.5966474Z [3219/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.6434902Z [3220/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:53.7170368Z [3221/7038] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-01-24T01:17:53.9372140Z [3222/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.0202045Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T01:17:54.0203315Z [3223/7038] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-01-24T01:17:54.0644249Z [3224/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.2483487Z [3225/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.2695718Z [3226/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.3071596Z [3227/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.4266576Z [3228/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.4850463Z [3229/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T01:17:54.8667705Z [3230/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-01-24T01:17:54.9347685Z [3231/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-01-24T01:17:55.1885580Z [3232/7038] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-01-24T01:17:55.2460394Z [3233/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-01-24T01:17:55.3309228Z [3234/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-01-24T01:17:55.7955595Z [3235/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-01-24T01:17:56.6911885Z [3236/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-01-24T01:17:56.7588599Z [3237/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-01-24T01:17:58.1068862Z [3238/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-01-24T01:17:58.2292653Z [3239/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-01-24T01:17:58.5312386Z [3240/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-01-24T01:17:58.6244646Z [3241/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-01-24T01:17:58.7860059Z [3242/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-01-24T01:17:58.8765237Z [3243/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-01-24T01:17:59.2958328Z [3244/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-01-24T01:17:59.5528379Z [3245/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-01-24T01:17:59.6345049Z [3246/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-01-24T01:17:59.7667164Z [3247/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-01-24T01:17:59.8665237Z [3248/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-01-24T01:17:59.9518986Z [3249/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-01-24T01:18:00.0728439Z [3250/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-01-24T01:18:00.1709416Z [3251/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-01-24T01:18:00.4008271Z [3252/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-01-24T01:18:00.5868534Z [3253/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-01-24T01:18:00.7060637Z [3254/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-01-24T01:18:00.8922883Z [3255/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-01-24T01:18:00.9131577Z [3256/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-01-24T01:18:01.1484296Z [3257/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-01-24T01:18:01.2677718Z [3258/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-01-24T01:18:01.8560132Z [3259/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-01-24T01:18:01.8868446Z [3260/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-01-24T01:18:02.1692110Z [3261/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-01-24T01:18:02.8886319Z [3262/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-01-24T01:18:03.2676435Z [3263/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-01-24T01:18:03.9800128Z [3264/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-01-24T01:18:04.1915953Z [3265/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-01-24T01:18:04.2787643Z [3266/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-01-24T01:18:04.8735350Z [3267/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-01-24T01:18:05.4575528Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(598): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2025-01-24T01:18:05.4578028Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2025-01-24T01:18:05.4580309Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2025-01-24T01:18:05.4582001Z [3268/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-01-24T01:18:06.7131971Z [3269/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-01-24T01:18:07.1487870Z [3270/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-01-24T01:18:07.7948269Z [3271/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-01-24T01:18:07.9618198Z [3272/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-01-24T01:18:07.9823401Z [3273/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-01-24T01:18:08.4278780Z [3274/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-01-24T01:18:08.8959942Z [3275/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-01-24T01:18:09.0503299Z [3276/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-01-24T01:18:09.0887695Z [3277/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-01-24T01:18:09.5475833Z [3278/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-01-24T01:18:10.2134445Z [3279/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-01-24T01:18:10.8078734Z [3280/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-01-24T01:18:11.4622755Z [3281/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-01-24T01:18:12.4275715Z [3282/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-01-24T01:18:12.5957898Z [3283/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-01-24T01:18:12.6946953Z [3284/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-01-24T01:18:13.1598077Z [3285/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-01-24T01:18:13.6664064Z [3286/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-01-24T01:18:14.0202007Z [3287/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-01-24T01:18:14.1134387Z [3288/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-01-24T01:18:14.4514577Z [3289/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-01-24T01:18:14.4662655Z [3290/7038] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-01-24T01:18:14.8444004Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:18:14.8445359Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:18:14.8446371Z [3291/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-01-24T01:18:14.8562950Z [3292/7038] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-01-24T01:18:15.0983826Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:18:15.0984864Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:18:15.0985997Z [3293/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-01-24T01:18:15.1553772Z [3294/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-01-24T01:18:15.3854893Z [3295/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-01-24T01:18:15.5066408Z [3296/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-01-24T01:18:15.8560210Z [3297/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-01-24T01:18:15.9482748Z [3298/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-01-24T01:18:16.2359966Z [3299/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-01-24T01:18:16.9262518Z [3300/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-01-24T01:18:17.0297721Z [3301/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-01-24T01:18:17.2862447Z [3302/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-01-24T01:18:18.2707300Z [3303/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-01-24T01:18:18.3922047Z [3304/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-01-24T01:18:18.8363815Z [3305/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-01-24T01:18:18.9175896Z [3306/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-01-24T01:18:19.1053409Z [3307/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-01-24T01:18:19.9449328Z [3308/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-01-24T01:18:20.1316382Z [3309/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-01-24T01:18:20.3675782Z [3310/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-01-24T01:18:20.4476346Z [3311/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-01-24T01:18:21.4729445Z [3312/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-01-24T01:18:21.6347113Z [3313/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-01-24T01:18:21.9547397Z [3314/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-01-24T01:18:22.2340814Z [3315/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-01-24T01:18:22.3107060Z [3316/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-01-24T01:18:22.6840533Z [3317/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-01-24T01:18:22.7432141Z [3318/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-01-24T01:18:22.9423507Z [3319/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-01-24T01:18:23.3470687Z [3320/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-01-24T01:18:23.4200873Z [3321/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-01-24T01:18:23.6278261Z [3322/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-01-24T01:18:23.7879177Z [3323/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-01-24T01:18:23.7927291Z [3324/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-01-24T01:18:23.9647544Z [3325/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-01-24T01:18:24.0571122Z [3326/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-01-24T01:18:24.4530529Z [3327/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-01-24T01:18:24.7972133Z [3328/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-01-24T01:18:24.9616998Z [3329/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-01-24T01:18:25.1042790Z [3330/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-01-24T01:18:25.4519419Z [3331/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-01-24T01:18:25.5104802Z [3332/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-01-24T01:18:25.7198733Z [3333/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-01-24T01:18:26.1285210Z [3334/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-01-24T01:18:26.2683879Z [3335/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-01-24T01:18:27.5596226Z [3336/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-01-24T01:18:27.7145080Z [3337/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-01-24T01:18:29.1106739Z [3338/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-01-24T01:18:29.1983179Z [3339/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-01-24T01:18:29.3817113Z [3340/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-01-24T01:18:29.7881075Z [3341/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-01-24T01:18:30.0396282Z [3342/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-01-24T01:18:30.1057482Z [3343/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-01-24T01:18:31.0425149Z [3344/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-01-24T01:18:31.1650179Z [3345/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-01-24T01:18:31.3747855Z [3346/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-01-24T01:18:32.2450789Z [3347/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-01-24T01:18:32.3578066Z [3348/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-01-24T01:18:32.8313064Z [3349/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-01-24T01:18:32.8315296Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xstddef(185): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-01-24T01:18:32.8318393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4697): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-01-24T01:18:32.8320633Z with 2025-01-24T01:18:32.8320980Z [ 2025-01-24T01:18:32.8321404Z _Ty1=const pybind11::object &, 2025-01-24T01:18:32.8321989Z _Ty2=const pybind11::object & 2025-01-24T01:18:32.8322493Z ] 2025-01-24T01:18:32.8324502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4714): 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-01-24T01:18:32.8326651Z with 2025-01-24T01:18:32.8326971Z [ 2025-01-24T01:18:32.8327284Z _InIt1=const pybind11::object *, 2025-01-24T01:18:32.8327746Z _InIt2=const pybind11::object *, 2025-01-24T01:18:32.8328208Z _Pr=std::equal_to 2025-01-24T01:18:32.8328652Z ] 2025-01-24T01:18:32.8331005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(1847): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-01-24T01:18:32.8333259Z with 2025-01-24T01:18:32.8333588Z [ 2025-01-24T01:18:32.8333966Z _InIt1=const pybind11::object *, 2025-01-24T01:18:32.8334526Z _InIt2=const pybind11::object * 2025-01-24T01:18:32.8334994Z ] 2025-01-24T01:18:33.0393880Z 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-01-24T01:18:33.0396400Z [3350/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-01-24T01:18:33.5067794Z [3351/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-01-24T01:18:33.7666494Z [3352/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-01-24T01:18:33.8413830Z [3353/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-01-24T01:18:34.8237068Z [3354/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-01-24T01:18:36.0492994Z [3355/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-01-24T01:18:36.1509556Z [3356/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-01-24T01:18:36.5150929Z [3357/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-01-24T01:18:37.0322805Z [3358/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-01-24T01:18:37.0497193Z [3359/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-01-24T01:18:37.0683259Z [3360/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-01-24T01:18:37.3368563Z [3361/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-01-24T01:18:37.3914924Z [3362/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-01-24T01:18:37.5301748Z [3363/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-01-24T01:18:37.8729788Z [3364/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-01-24T01:18:38.3873709Z [3365/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-01-24T01:18:38.4145630Z [3366/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-01-24T01:18:38.4692439Z [3367/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-01-24T01:18:38.8345277Z [3368/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-01-24T01:18:39.3862374Z [3369/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-01-24T01:18:39.4489401Z [3370/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-01-24T01:18:39.8128979Z [3371/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-01-24T01:18:40.2418834Z [3372/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-01-24T01:18:40.3439818Z [3373/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-01-24T01:18:40.5594283Z [3374/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-01-24T01:18:40.7806111Z [3375/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-01-24T01:18:41.4238710Z [3376/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-01-24T01:18:41.6024931Z [3377/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-01-24T01:18:41.7348331Z [3378/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-01-24T01:18:41.9731898Z [3379/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-01-24T01:18:42.4047175Z [3380/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-01-24T01:18:42.5461540Z [3381/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-01-24T01:18:43.0425565Z [3382/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-01-24T01:18:43.1192850Z [3383/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-01-24T01:18:43.3603220Z [3384/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-01-24T01:18:43.5209600Z [3385/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-01-24T01:18:43.6783165Z [3386/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T01:18:43.8551243Z [3387/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-01-24T01:18:44.1326164Z [3388/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T01:18:44.1513817Z [3389/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T01:18:44.1903575Z [3390/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T01:18:44.4592230Z [3391/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T01:18:44.4821626Z [3392/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T01:18:44.5263353Z [3393/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T01:18:44.7786422Z [3394/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T01:18:44.7980448Z [3395/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T01:18:44.9015514Z [3396/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T01:18:45.1096219Z [3397/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T01:18:45.1448245Z [3398/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T01:18:45.2254283Z [3399/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T01:18:45.4825572Z [3400/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-01-24T01:18:45.4967058Z [3401/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T01:18:45.5181967Z [3402/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T01:18:45.5369700Z [3403/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T01:18:45.7685553Z [3404/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-01-24T01:18:45.7766626Z [3405/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T01:18:45.7854903Z [3406/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T01:18:45.8052188Z [3407/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T01:18:45.9738546Z [3408/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T01:18:46.0185478Z [3409/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T01:18:46.0395874Z [3410/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T01:18:46.0499395Z [3411/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-01-24T01:18:46.1093007Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T01:18:46.1093671Z 2025-01-24T01:18:46.1093680Z 2025-01-24T01:18:46.1093990Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T01:18:46.1094580Z 2025-01-24T01:18:46.1094589Z 2025-01-24T01:18:46.1094596Z 2025-01-24T01:18:46.1094604Z 2025-01-24T01:18:46.1095595Z [3412/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T01:18:46.1522826Z [3413/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T01:18:46.2322495Z [3414/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T01:18:46.3218892Z [3415/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T01:18:46.4050887Z [3416/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-01-24T01:18:46.4268446Z [3417/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-01-24T01:18:46.5325790Z [3418/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-01-24T01:18:46.5905612Z [3419/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-01-24T01:18:46.6256445Z [3420/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-01-24T01:18:46.6540670Z [3421/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-01-24T01:18:46.6799288Z [3422/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-01-24T01:18:46.7020749Z [3423/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-01-24T01:18:46.7464305Z [3424/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-01-24T01:18:46.8462641Z [3425/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-01-24T01:18:46.8660314Z [3426/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-01-24T01:18:46.9006860Z [3427/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-01-24T01:18:46.9283024Z [3428/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-01-24T01:18:46.9351443Z [3429/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-01-24T01:18:47.1583274Z [3430/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-01-24T01:18:47.1757255Z [3431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-01-24T01:18:47.2166725Z [3432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-01-24T01:18:47.2707054Z [3433/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-01-24T01:18:47.2763829Z [3434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T01:18:47.3504741Z [3435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T01:18:47.4328281Z [3436/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-01-24T01:18:47.4972753Z [3437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T01:18:47.5431197Z [3438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T01:18:47.5814357Z [3439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T01:18:47.6002371Z [3440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T01:18:47.6231207Z [3441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T01:18:47.6392607Z [3442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T01:18:47.6592278Z [3443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T01:18:47.6777698Z [3444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T01:18:47.7182884Z [3445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-01-24T01:18:47.7500429Z [3446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-01-24T01:18:47.7826164Z [3447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-01-24T01:18:47.8019993Z [3448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-01-24T01:18:47.8309688Z [3449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-01-24T01:18:47.8528884Z [3450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-01-24T01:18:47.8722154Z [3451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-01-24T01:18:49.0553386Z [3452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-01-24T01:18:49.0898359Z [3453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-01-24T01:18:49.1110582Z [3454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-01-24T01:18:49.1329641Z [3455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-01-24T01:18:49.1631518Z [3456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-01-24T01:18:49.1839604Z [3457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-01-24T01:18:49.1891552Z [3458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T01:18:49.2012713Z [3459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-01-24T01:18:49.2115766Z [3460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.2268202Z [3461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-01-24T01:18:49.2675314Z [3462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.2941480Z [3463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-01-24T01:18:49.3220420Z [3464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-01-24T01:18:49.3704405Z [3465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-01-24T01:18:49.3770888Z [3466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.3784833Z [3467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-01-24T01:18:49.4043122Z [3468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-01-24T01:18:49.4160611Z [3469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-01-24T01:18:49.4722990Z [3470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.5231219Z [3471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-01-24T01:18:49.5245827Z [3472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-01-24T01:18:49.5258409Z [3473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-01-24T01:18:49.5336479Z [3474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-01-24T01:18:49.5401135Z [3475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.5415725Z [3476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-01-24T01:18:49.5971617Z [3477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.6638833Z [3478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-01-24T01:18:49.6652972Z [3479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-01-24T01:18:49.6713156Z [3480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.6775813Z [3481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-01-24T01:18:49.6965256Z [3482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-01-24T01:18:49.7300726Z [3483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-01-24T01:18:49.7385382Z [3484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.8122468Z [3485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.8138140Z [3486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-01-24T01:18:49.8193777Z [3487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.8728536Z [3488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-01-24T01:18:49.8812325Z [3489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-01-24T01:18:49.9106024Z [3490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T01:18:49.9122836Z [3491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-01-24T01:18:49.9318153Z [3492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-01-24T01:18:49.9639052Z [3493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-01-24T01:18:49.9871532Z [3494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-01-24T01:18:50.0245911Z [3495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-01-24T01:18:50.0409499Z [3496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-01-24T01:18:50.0430401Z [3497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-01-24T01:18:50.0490148Z [3498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-01-24T01:18:50.0621951Z [3499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-01-24T01:18:50.1085542Z [3500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-01-24T01:18:50.1389248Z [3501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-01-24T01:18:50.1783092Z [3502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-01-24T01:18:50.1885364Z [3503/7038] 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-01-24T01:18:50.1901509Z [3504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-01-24T01:18:50.2090548Z [3505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-01-24T01:18:50.2105151Z [3506/7038] 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-01-24T01:18:50.2479279Z [3507/7038] 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-01-24T01:18:50.2757609Z [3508/7038] 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-01-24T01:18:50.3139696Z [3509/7038] 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-01-24T01:18:50.3243649Z [3510/7038] 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-01-24T01:18:50.3315291Z [3511/7038] 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-01-24T01:18:50.3602668Z [3512/7038] 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-01-24T01:18:50.3705056Z [3513/7038] 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-01-24T01:18:50.3852446Z [3514/7038] 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-01-24T01:18:50.4409403Z [3515/7038] 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-01-24T01:18:50.4620246Z [3516/7038] 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-01-24T01:18:50.4680786Z [3517/7038] 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-01-24T01:18:50.4798940Z [3518/7038] 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-01-24T01:18:50.5105465Z [3519/7038] 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-01-24T01:18:50.5172745Z [3520/7038] 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-01-24T01:18:50.5186429Z [3521/7038] 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-01-24T01:18:50.5754413Z [3522/7038] 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-01-24T01:18:50.5946600Z [3523/7038] 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-01-24T01:18:50.6008094Z [3524/7038] 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-01-24T01:18:50.6086798Z [3525/7038] 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-01-24T01:18:50.6499012Z [3526/7038] 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-01-24T01:18:50.6513485Z [3527/7038] 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-01-24T01:18:50.6575241Z [3528/7038] 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-01-24T01:18:50.7329650Z [3529/7038] 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-01-24T01:18:50.7392667Z [3530/7038] 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-01-24T01:18:50.7406921Z [3531/7038] 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-01-24T01:18:50.7614383Z [3532/7038] 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-01-24T01:18:50.7765565Z [3533/7038] 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-01-24T01:18:50.7977469Z [3534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-01-24T01:18:50.8045014Z [3535/7038] 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-01-24T01:18:50.8492290Z [3536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-01-24T01:18:50.8594259Z [3537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-01-24T01:18:50.8864692Z [3538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-01-24T01:18:50.8966440Z [3539/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-01-24T01:18:50.9216507Z [3540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-01-24T01:18:50.9474033Z [3541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-01-24T01:18:50.9487739Z [3542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-01-24T01:18:50.9913124Z [3543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-01-24T01:18:51.0073916Z [3544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-01-24T01:18:51.0223835Z [3545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-01-24T01:18:51.0241665Z [3546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-01-24T01:18:51.0302101Z [3547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-01-24T01:18:51.0494981Z [3548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-01-24T01:18:51.0809357Z [3549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-01-24T01:18:51.1082590Z [3550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-01-24T01:18:51.1667343Z [3551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-01-24T01:18:51.1690100Z [3552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T01:18:51.1869847Z [3553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-01-24T01:18:51.1923649Z [3554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T01:18:51.2229604Z [3555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-01-24T01:18:51.2245745Z [3556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-01-24T01:18:51.2437738Z [3557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-01-24T01:18:51.3296416Z [3558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-01-24T01:18:51.3469514Z [3559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T01:18:51.3735194Z [3560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-01-24T01:18:51.3752021Z [3561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T01:18:51.3764891Z [3562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-01-24T01:18:51.3851284Z [3563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-01-24T01:18:51.4161581Z [3564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-01-24T01:18:51.4577218Z [3565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-01-24T01:18:51.4984633Z [3566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-01-24T01:18:51.5004368Z [3567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-01-24T01:18:51.5175914Z [3568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-01-24T01:18:51.5193040Z [3569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-01-24T01:18:51.5250823Z [3570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-01-24T01:18:51.5435012Z [3571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-01-24T01:18:51.5807938Z [3572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T01:18:51.6652923Z [3573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T01:18:51.6666466Z [3574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T01:18:51.6736417Z [3575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T01:18:51.6749024Z [3576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T01:18:51.6867204Z [3577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T01:18:51.7013382Z [3578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T01:18:51.7497083Z [3579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T01:18:51.7945673Z [3580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T01:18:51.8051119Z [3581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T01:18:51.8072214Z [3582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T01:18:51.8138224Z [3583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T01:18:51.8200489Z [3584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T01:18:51.8412757Z [3585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T01:18:51.8647077Z [3586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T01:18:51.9249635Z [3587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T01:18:51.9303054Z [3588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T01:18:51.9450367Z [3589/7038] 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-01-24T01:18:51.9509335Z [3590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-01-24T01:18:51.9577118Z [3591/7038] 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-01-24T01:18:51.9589713Z [3592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T01:18:51.9724405Z [3593/7038] 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-01-24T01:18:52.0675618Z [3594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-01-24T01:18:52.0729155Z [3595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-01-24T01:18:52.0785513Z [3596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-01-24T01:18:52.0797885Z [3597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-01-24T01:18:52.0978898Z [3598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-01-24T01:18:52.1060015Z [3599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-01-24T01:18:52.1639577Z [3600/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-01-24T01:18:52.1897073Z [3601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-01-24T01:18:52.1951142Z [3602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-01-24T01:18:52.1964238Z [3603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-01-24T01:18:52.2190981Z [3604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-01-24T01:18:52.2376409Z [3605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-01-24T01:18:52.2524047Z [3606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-01-24T01:18:52.2681818Z [3607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-01-24T01:18:52.3112330Z [3608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-01-24T01:18:52.3249859Z [3609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-01-24T01:18:52.3587021Z [3610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-01-24T01:18:52.3599892Z [3611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-01-24T01:18:52.3656185Z [3612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-01-24T01:18:52.3745804Z [3613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-01-24T01:18:52.4002616Z [3614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-01-24T01:18:52.4387949Z [3615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-01-24T01:18:52.4401643Z [3616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-01-24T01:18:52.4877382Z [3617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-01-24T01:18:52.4939683Z [3618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-01-24T01:18:52.4957282Z [3619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-01-24T01:18:52.5227838Z [3620/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-01-24T01:18:52.5420521Z [3621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-01-24T01:18:52.5652819Z [3622/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-01-24T01:18:52.6358491Z [3623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-01-24T01:18:52.6555016Z [3624/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-01-24T01:18:52.6704430Z [3625/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-01-24T01:18:52.6779330Z [3626/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-01-24T01:18:52.6796713Z [3627/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-01-24T01:18:52.6813873Z [3628/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-01-24T01:18:52.7024769Z [3629/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-01-24T01:18:52.7751029Z [3630/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-01-24T01:18:52.8058350Z [3631/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-01-24T01:18:52.8253704Z [3632/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-01-24T01:18:52.8357606Z [3633/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-01-24T01:18:52.8375919Z [3634/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-01-24T01:18:52.8393945Z [3635/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-01-24T01:18:52.8482477Z [3636/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-01-24T01:18:52.9149318Z [3637/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-01-24T01:18:52.9360896Z [3638/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-01-24T01:18:52.9588371Z [3639/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-01-24T01:18:52.9650377Z [3640/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-01-24T01:18:52.9790616Z [3641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-01-24T01:18:53.0017936Z [3642/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-01-24T01:18:53.0092022Z [3643/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-01-24T01:18:53.0540272Z [3644/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-01-24T01:18:53.0851535Z [3645/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-01-24T01:18:53.1011604Z [3646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-01-24T01:18:53.1125906Z [3647/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-01-24T01:18:53.1197437Z [3648/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-01-24T01:18:53.1213488Z [3649/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-01-24T01:18:53.1600326Z [3650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-01-24T01:18:53.1812134Z [3651/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-01-24T01:18:53.2294670Z [3652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-01-24T01:18:53.2367112Z [3653/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-01-24T01:18:53.2434638Z [3654/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-01-24T01:18:53.2523179Z [3655/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-01-24T01:18:53.3155517Z [3656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-01-24T01:18:53.3221902Z [3657/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-01-24T01:18:53.3335266Z [3658/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-01-24T01:18:53.3594513Z [3659/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-01-24T01:18:53.3670816Z [3660/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-01-24T01:18:53.3780965Z [3661/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-01-24T01:18:53.4166924Z [3662/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-01-24T01:18:53.4417316Z [3663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-01-24T01:18:53.4432428Z [3664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-01-24T01:18:53.4577840Z [3665/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-01-24T01:18:53.4944248Z [3666/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-01-24T01:18:53.5022652Z [3667/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-01-24T01:18:53.5147608Z [3668/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-01-24T01:18:53.5514994Z [3669/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-01-24T01:18:53.5594570Z [3670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-01-24T01:18:53.5717885Z [3671/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-01-24T01:18:53.6019771Z [3672/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-01-24T01:18:53.6209077Z [3673/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-01-24T01:18:53.6328174Z [3674/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-01-24T01:18:53.6402727Z [3675/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-01-24T01:18:53.6780245Z [3676/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-01-24T01:18:53.6989579Z [3677/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-01-24T01:18:53.7008199Z [3678/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-01-24T01:18:53.7384869Z [3679/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-01-24T01:18:53.7487906Z [3680/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-01-24T01:18:53.7755696Z [3681/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-01-24T01:18:53.8200972Z [3682/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-01-24T01:18:53.8274026Z [3683/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-01-24T01:18:53.8385027Z [3684/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-01-24T01:18:53.8582365Z [3685/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-01-24T01:18:53.8732803Z [3686/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-01-24T01:18:53.8747528Z [3687/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-01-24T01:18:53.9016811Z [3688/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-01-24T01:18:53.9517865Z [3689/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-01-24T01:18:53.9579248Z [3690/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-01-24T01:18:53.9693905Z [3691/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-01-24T01:18:54.0047990Z [3692/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-01-24T01:18:54.0065585Z [3693/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-01-24T01:18:54.0205958Z [3694/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-01-24T01:18:54.0313244Z [3695/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-01-24T01:18:54.0770354Z [3696/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-01-24T01:18:54.0864717Z [3697/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-01-24T01:18:54.0930839Z [3698/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-01-24T01:18:54.1114928Z [3699/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-01-24T01:18:54.1395266Z [3700/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-01-24T01:18:54.1483592Z [3701/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-01-24T01:18:54.1545893Z [3702/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-01-24T01:18:54.2077406Z [3703/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-01-24T01:18:54.2158109Z [3704/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-01-24T01:18:54.2423257Z [3705/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-01-24T01:18:54.2485431Z [3706/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-01-24T01:18:54.2732492Z [3707/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-01-24T01:18:54.2795502Z [3708/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-01-24T01:18:54.2857014Z [3709/7038] 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-01-24T01:18:54.3426330Z [3710/7038] 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-01-24T01:18:54.3759084Z [3711/7038] 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-01-24T01:18:54.3797771Z [3712/7038] 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-01-24T01:18:54.3870478Z [3713/7038] 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-01-24T01:18:54.4068304Z [3714/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-01-24T01:18:54.4226039Z [3715/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-01-24T01:18:54.4354246Z [3716/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-01-24T01:18:54.4751469Z [3717/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-01-24T01:18:54.5124269Z [3718/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-01-24T01:18:54.5311106Z [3719/7038] 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-01-24T01:18:54.5401663Z [3720/7038] 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-01-24T01:18:54.5711325Z [3721/7038] 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-01-24T01:18:54.6160943Z [3722/7038] 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-01-24T01:18:54.6231433Z [3723/7038] 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-01-24T01:18:54.6245876Z [3724/7038] 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-01-24T01:18:54.6525318Z [3725/7038] 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-01-24T01:18:54.6729755Z [3726/7038] 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-01-24T01:18:54.6791039Z [3727/7038] 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-01-24T01:18:54.7181439Z [3728/7038] 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-01-24T01:18:54.7703217Z [3729/7038] 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-01-24T01:18:54.7843020Z [3730/7038] 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-01-24T01:18:54.7856076Z [3731/7038] 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-01-24T01:18:54.8124766Z [3732/7038] 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-01-24T01:18:54.8249722Z [3733/7038] 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-01-24T01:18:54.8562393Z [3734/7038] 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-01-24T01:18:54.8623702Z [3735/7038] 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-01-24T01:18:54.9163975Z [3736/7038] 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-01-24T01:18:54.9349378Z [3737/7038] 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-01-24T01:18:54.9465058Z [3738/7038] 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-01-24T01:18:54.9675060Z [3739/7038] 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-01-24T01:18:54.9745212Z [3740/7038] 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-01-24T01:18:55.0187851Z [3741/7038] 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-01-24T01:18:55.0536071Z [3742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.0553451Z [3743/7038] 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-01-24T01:18:55.0687265Z [3744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.0895321Z [3745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.1004916Z [3746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.1176247Z [3747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.1624364Z [3748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.1842260Z [3749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.1897148Z [3750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.1988730Z [3751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.2394660Z [3752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.2744638Z [3753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.2809318Z [3754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.2892457Z [3755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.3114379Z [3756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.3234827Z [3757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.3544532Z [3758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.4043779Z [3759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.4270516Z [3760/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.4648671Z [3761/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.4662462Z [3762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.4728371Z [3763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.4805098Z [3764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.5378266Z [3765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.5396054Z [3766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.5524545Z [3767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.5966961Z [3768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.6029918Z [3769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.6149978Z [3770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.6246455Z [3771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.6783832Z [3772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:55.6958558Z [3773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.7215254Z [3774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:55.7228963Z [3775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.7339067Z [3776/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.7442480Z [3777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.7715653Z [3778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:55.8244387Z [3779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.8377522Z [3780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.8613593Z [3781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.8633475Z [3782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:55.8705404Z [3783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:55.8816014Z [3784/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:55.8834559Z [3785/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-01-24T01:18:55.9360211Z [3786/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-01-24T01:18:55.9828329Z [3787/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T01:18:55.9895867Z [3788/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-01-24T01:18:55.9963410Z [3789/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-01-24T01:18:56.0017285Z [3790/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-01-24T01:18:56.0219063Z [3791/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-01-24T01:18:56.0277848Z [3792/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-01-24T01:18:56.0670851Z [3793/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-01-24T01:18:56.0993881Z [3794/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-01-24T01:18:56.1089074Z [3795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-01-24T01:18:56.1144850Z [3796/7038] 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-01-24T01:18:56.1292319Z [3797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-01-24T01:18:56.1394611Z [3798/7038] 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-01-24T01:18:56.1454353Z [3799/7038] 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-01-24T01:18:56.2067616Z [3800/7038] 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-01-24T01:18:56.2560264Z [3801/7038] 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-01-24T01:18:56.2641813Z [3802/7038] 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-01-24T01:18:56.2702573Z [3803/7038] 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-01-24T01:18:56.2769218Z [3804/7038] 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-01-24T01:18:56.2866455Z [3805/7038] 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-01-24T01:18:56.3041300Z [3806/7038] 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-01-24T01:18:56.3473136Z [3807/7038] 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-01-24T01:18:56.3889797Z [3808/7038] 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-01-24T01:18:56.4069782Z [3809/7038] 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-01-24T01:18:56.4127088Z [3810/7038] 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-01-24T01:18:56.4209507Z [3811/7038] 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-01-24T01:18:56.4277189Z [3812/7038] 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-01-24T01:18:56.4390738Z [3813/7038] 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-01-24T01:18:56.4852832Z [3814/7038] 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-01-24T01:18:56.5313054Z [3815/7038] 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-01-24T01:18:56.5560524Z [3816/7038] 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-01-24T01:18:56.5619931Z [3817/7038] 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-01-24T01:18:56.5762255Z [3818/7038] 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-01-24T01:18:56.5909831Z [3819/7038] 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-01-24T01:18:56.6059645Z [3820/7038] 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-01-24T01:18:56.6236605Z [3821/7038] 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-01-24T01:18:56.6714973Z [3822/7038] 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-01-24T01:18:56.6998511Z [3823/7038] 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-01-24T01:18:56.7089735Z [3824/7038] 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-01-24T01:18:56.7252407Z [3825/7038] 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-01-24T01:18:56.7480123Z [3826/7038] 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-01-24T01:18:56.7559274Z [3827/7038] 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-01-24T01:18:56.7999399Z [3828/7038] 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-01-24T01:18:56.8214505Z [3829/7038] 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-01-24T01:18:56.9285084Z [3830/7038] 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-01-24T01:18:56.9300908Z [3831/7038] 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-01-24T01:18:56.9313352Z [3832/7038] 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-01-24T01:18:56.9324426Z [3833/7038] 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-01-24T01:18:56.9337432Z [3834/7038] 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-01-24T01:18:56.9351062Z [3835/7038] 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-01-24T01:18:56.9761940Z [3836/7038] 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-01-24T01:18:57.0733453Z [3837/7038] 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-01-24T01:18:57.0873819Z [3838/7038] 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-01-24T01:18:57.0923448Z [3839/7038] 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-01-24T01:18:57.0986138Z [3840/7038] 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-01-24T01:18:57.1070285Z [3841/7038] 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-01-24T01:18:57.1128987Z [3842/7038] 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-01-24T01:18:57.1183833Z [3843/7038] 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-01-24T01:18:57.2270538Z [3844/7038] 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-01-24T01:18:57.2388337Z [3845/7038] 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-01-24T01:18:57.2443358Z [3846/7038] 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-01-24T01:18:57.2493512Z [3847/7038] 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-01-24T01:18:57.2774611Z [3848/7038] 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-01-24T01:18:57.2954695Z [3849/7038] 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-01-24T01:18:57.3089394Z [3850/7038] 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-01-24T01:18:57.3871089Z [3851/7038] 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-01-24T01:18:57.3894023Z [3852/7038] 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-01-24T01:18:57.3957615Z [3853/7038] 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-01-24T01:18:57.3973146Z [3854/7038] 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-01-24T01:18:57.4393683Z [3855/7038] 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-01-24T01:18:57.4459678Z [3856/7038] 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-01-24T01:18:57.4512198Z [3857/7038] 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-01-24T01:18:57.5494623Z [3858/7038] 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-01-24T01:18:57.5509296Z [3859/7038] 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-01-24T01:18:57.5688983Z [3860/7038] 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-01-24T01:18:57.5873711Z [3861/7038] 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-01-24T01:18:57.5886554Z [3862/7038] 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-01-24T01:18:57.5952501Z [3863/7038] 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-01-24T01:18:57.5968371Z [3864/7038] 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-01-24T01:18:57.6985859Z [3865/7038] 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-01-24T01:18:57.7002449Z [3866/7038] 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-01-24T01:18:57.7229111Z [3867/7038] 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-01-24T01:18:57.7473727Z [3868/7038] 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-01-24T01:18:57.7495918Z [3869/7038] 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-01-24T01:18:57.7554959Z [3870/7038] 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-01-24T01:18:57.7635612Z [3871/7038] 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-01-24T01:18:57.8503494Z [3872/7038] 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-01-24T01:18:57.8597974Z [3873/7038] 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-01-24T01:18:57.8939426Z [3874/7038] 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-01-24T01:18:57.8994289Z [3875/7038] 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-01-24T01:18:57.9009572Z [3876/7038] 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-01-24T01:18:57.9064884Z [3877/7038] 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-01-24T01:18:57.9127478Z [3878/7038] 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-01-24T01:18:57.9849416Z [3879/7038] 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-01-24T01:18:58.0000961Z [3880/7038] 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-01-24T01:18:58.0207156Z [3881/7038] 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-01-24T01:18:58.0220712Z [3882/7038] 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-01-24T01:18:58.2074692Z [3883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-01-24T01:18:58.2086478Z [3884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-01-24T01:18:58.2097943Z [3885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-01-24T01:18:58.2110332Z [3886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T01:18:58.2124554Z [3887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-01-24T01:18:58.2137440Z [3888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T01:18:58.2151120Z [3889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T01:18:58.3358240Z [3890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-01-24T01:18:58.3428283Z [3891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:18:58.3488498Z [3892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:18:58.3565602Z [3893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:18:58.3769409Z [3894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.3786987Z [3895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:18:58.4115095Z [3896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-01-24T01:18:58.4667966Z [3897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.4805845Z [3898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.5020028Z [3899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.5150708Z [3900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.5277929Z [3901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.5533912Z [3902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.5720035Z [3903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.5978442Z [3904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.6098605Z [3905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.6504340Z [3906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.6593438Z [3907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.6668012Z [3908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.6964971Z [3909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.7306091Z [3910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.7383987Z [3911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.7517843Z [3912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.7910092Z [3913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.7979668Z [3914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.8069274Z [3915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.8341094Z [3916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.8801998Z [3917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.8904933Z [3918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.8922586Z [3919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.9344020Z [3920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:58.9452827Z [3921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:58.9606835Z [3922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:58.9680889Z [3923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.0177647Z [3924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.0313058Z [3925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.0382430Z [3926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.0673144Z [3927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.0804320Z [3928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.0912806Z [3929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.1003691Z [3930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.1577178Z [3931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.1690104Z [3932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.1846010Z [3933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.2211803Z [3934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.2335753Z [3935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.2356552Z [3936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.2420968Z [3937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.2871103Z [3938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-01-24T01:18:59.2942286Z [3939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-01-24T01:18:59.3274786Z [3940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.3769262Z [3941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.3901523Z [3942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.3988310Z [3943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.4052032Z [3944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.4350805Z [3945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.4458036Z [3946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.4647801Z [3947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.5401151Z [3948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.5474290Z [3949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.5588294Z [3950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.5756153Z [3951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.5818202Z [3952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.6028051Z [3953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.6103628Z [3954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.6868941Z [3955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.7085586Z [3956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.7138364Z [3957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.7329342Z [3958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.7383460Z [3959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.7505578Z [3960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.7588394Z [3961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.8554324Z [3962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.8648460Z [3963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.8828892Z [3964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:18:59.8888096Z [3965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:18:59.8970391Z [3966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:18:59.9063376Z [3967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:18:59.9346380Z [3968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.0099842Z [3969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.0242530Z [3970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.0378987Z [3971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.0445623Z [3972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.0463070Z [3973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.0524067Z [3974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.0838121Z [3975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.1736964Z [3976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.1911406Z [3977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.1935182Z [3978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.2181596Z [3979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.2236620Z [3980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.2367899Z [3981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.2522256Z [3982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.3158012Z [3983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.3391142Z [3984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.3406034Z [3985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.3718111Z [3986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.3876766Z [3987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.3936017Z [3988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.4030117Z [3989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.4745384Z [3990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.4925133Z [3991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.5002307Z [3992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T01:19:00.5224332Z [3993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T01:19:00.5355734Z [3994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-01-24T01:19:00.5563474Z [3995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T01:19:00.5796229Z [3996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-01-24T01:19:00.5812391Z [3997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T01:19:00.6135985Z [3998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-01-24T01:19:00.6244881Z [3999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T01:19:00.6406161Z [4000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-01-24T01:19:00.6679307Z [4001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T01:19:00.6776715Z [4002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T01:19:00.7341226Z [4003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-01-24T01:19:00.7356588Z [4004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-01-24T01:19:00.7620703Z [4005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:19:00.7760597Z [4006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-01-24T01:19:00.7882770Z [4007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:19:00.7903638Z [4008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T01:19:00.8020675Z [4009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T01:19:00.8456091Z [4010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-01-24T01:19:00.8537214Z [4011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-01-24T01:19:00.8634117Z [4012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-01-24T01:19:00.8646928Z [4013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-01-24T01:19:00.8725792Z [4014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-01-24T01:19:00.8731961Z [4015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-01-24T01:19:00.8921883Z [4016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-01-24T01:19:00.9645931Z [4017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-01-24T01:19:00.9804044Z [4018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-01-24T01:19:00.9861826Z [4019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-01-24T01:19:00.9874264Z [4020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-01-24T01:19:00.9923652Z [4021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T01:19:01.0036010Z [4022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-01-24T01:19:01.0354300Z [4023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-01-24T01:19:01.0781736Z [4024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-01-24T01:19:01.0952464Z [4025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-01-24T01:19:01.1107862Z [4026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-01-24T01:19:01.1148952Z [4027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-01-24T01:19:01.1168509Z [4028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-01-24T01:19:01.1288897Z [4029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-01-24T01:19:01.1472555Z [4030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-01-24T01:19:01.1866605Z [4031/7038] 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-01-24T01:19:01.2065867Z [4032/7038] 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-01-24T01:19:01.2302152Z [4033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-01-24T01:19:01.2319924Z [4034/7038] 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-01-24T01:19:01.2384850Z [4035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-01-24T01:19:01.2798219Z [4036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-01-24T01:19:01.2895230Z [4037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-01-24T01:19:01.2911494Z [4038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-01-24T01:19:01.3342457Z [4039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-01-24T01:19:01.3417445Z [4040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-01-24T01:19:01.3431208Z [4041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-01-24T01:19:01.3443443Z [4042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-01-24T01:19:01.4700694Z [4043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-01-24T01:19:01.4719375Z [4044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-01-24T01:19:01.4732595Z [4045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-01-24T01:19:01.5030534Z [4046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-01-24T01:19:01.5147798Z [4047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:01.5162598Z [4048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-01-24T01:19:01.5375880Z [4049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:01.5805273Z [4050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:01.5877353Z [4051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:01.5937501Z [4052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:01.6199467Z [4053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:01.6417424Z [4054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:01.6476189Z [4055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:01.6489931Z [4056/7038] 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-01-24T01:19:01.6967938Z [4057/7038] 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-01-24T01:19:01.7112368Z [4058/7038] 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-01-24T01:19:01.7291572Z [4059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-01-24T01:19:01.7563576Z [4060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-01-24T01:19:01.7581693Z [4061/7038] 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-01-24T01:19:01.8027185Z [4062/7038] 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-01-24T01:19:01.8320781Z [4063/7038] 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-01-24T01:19:01.8760749Z [4064/7038] 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-01-24T01:19:01.8964831Z [4065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-01-24T01:19:01.9100025Z [4066/7038] 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-01-24T01:19:01.9218029Z [4067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-01-24T01:19:01.9906389Z [4068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-01-24T01:19:01.9956318Z [4069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-01-24T01:19:02.0065782Z [4070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-01-24T01:19:02.0181309Z [4071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-01-24T01:19:02.0270450Z [4072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-01-24T01:19:02.0283639Z [4073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-01-24T01:19:02.0885202Z [4074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-01-24T01:19:02.0902087Z [4075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-01-24T01:19:02.1076693Z [4076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-01-24T01:19:02.1208839Z [4077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-01-24T01:19:02.1274742Z [4078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-01-24T01:19:02.1333585Z [4079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-01-24T01:19:02.1392248Z [4080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-01-24T01:19:02.1977980Z [4081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-01-24T01:19:02.2157441Z [4082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-01-24T01:19:02.2217377Z [4083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-01-24T01:19:02.2355928Z [4084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-01-24T01:19:02.2457172Z [4085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:02.2530152Z [4086/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:02.3060002Z [4087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-01-24T01:19:02.3073367Z [4088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:02.3325719Z [4089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:02.3463115Z [4090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:02.3522679Z [4091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:02.3584113Z [4092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T01:19:02.4148681Z [4093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-01-24T01:19:02.4200970Z [4094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-01-24T01:19:02.4305205Z [4095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T01:19:02.4568203Z [4096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-01-24T01:19:02.4582347Z [4097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-01-24T01:19:02.4739589Z [4098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-01-24T01:19:02.5042331Z [4099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-01-24T01:19:02.5181805Z [4100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-01-24T01:19:02.5281760Z [4101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-01-24T01:19:02.5454195Z [4102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-01-24T01:19:02.5711312Z [4103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-01-24T01:19:02.5851504Z [4104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.6001070Z [4105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-01-24T01:19:02.6460741Z [4106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.6518921Z [4107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.6611507Z [4108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-01-24T01:19:02.7017350Z [4109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.7136384Z [4110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.7201350Z [4111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.7803538Z [4112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.7970975Z [4113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.7983552Z [4114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.8304704Z [4115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.8464136Z [4116/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.8480995Z [4117/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.8761810Z [4118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.9205213Z [4119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.9305421Z [4120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.9431952Z [4121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.9805466Z [4122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-01-24T01:19:02.9944605Z [4123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:02.9958128Z [4124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.0077607Z [4125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-01-24T01:19:03.0483484Z [4126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.0681214Z [4127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.0754058Z [4128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-01-24T01:19:03.1193707Z [4129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.1293925Z [4130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.1477332Z [4131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-01-24T01:19:03.1495163Z [4132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-01-24T01:19:03.2039137Z [4133/7038] 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-01-24T01:19:03.2096803Z [4134/7038] 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-01-24T01:19:03.2476774Z [4135/7038] 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-01-24T01:19:03.2647873Z [4136/7038] 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-01-24T01:19:03.2877056Z [4137/7038] 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-01-24T01:19:03.2893917Z [4138/7038] 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-01-24T01:19:03.3161882Z [4139/7038] 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-01-24T01:19:03.3319303Z [4140/7038] 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-01-24T01:19:03.3395107Z [4141/7038] 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-01-24T01:19:03.3941692Z [4142/7038] 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-01-24T01:19:03.4022968Z [4143/7038] 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-01-24T01:19:03.4230238Z [4144/7038] 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-01-24T01:19:03.4454744Z [4145/7038] 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-01-24T01:19:03.4590750Z [4146/7038] 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-01-24T01:19:03.4672351Z [4147/7038] 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-01-24T01:19:03.4739679Z [4148/7038] 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-01-24T01:19:03.5481771Z [4149/7038] 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-01-24T01:19:03.5655994Z [4150/7038] 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-01-24T01:19:03.5915104Z [4151/7038] 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-01-24T01:19:03.5977046Z [4152/7038] 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-01-24T01:19:03.6038467Z [4153/7038] 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-01-24T01:19:03.6099723Z [4154/7038] 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-01-24T01:19:03.6200538Z [4155/7038] 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-01-24T01:19:03.6785845Z [4156/7038] 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-01-24T01:19:03.7285210Z [4157/7038] 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-01-24T01:19:03.7342372Z [4158/7038] 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-01-24T01:19:03.7400327Z [4159/7038] 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-01-24T01:19:03.8162830Z [4160/7038] 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-01-24T01:19:03.8177054Z [4161/7038] 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-01-24T01:19:03.8192938Z [4162/7038] 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-01-24T01:19:03.8205370Z [4163/7038] 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-01-24T01:19:03.8579989Z [4164/7038] 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-01-24T01:19:03.8698401Z [4165/7038] 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-01-24T01:19:03.9608493Z [4166/7038] 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-01-24T01:19:03.9676043Z [4167/7038] 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-01-24T01:19:03.9691452Z [4168/7038] 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-01-24T01:19:03.9703602Z [4169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.0170891Z [4170/7038] 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-01-24T01:19:04.1029665Z [4171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.1041546Z [4172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.1089079Z [4173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.1164596Z [4174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.1418001Z [4175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.1478405Z [4176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.2493952Z [4177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.2569314Z [4178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.2582439Z [4179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-01-24T01:19:04.2594105Z [4180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.2946670Z [4181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.2966560Z [4182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.3678226Z [4183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.3896766Z [4184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.4230583Z [4185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.4298332Z [4186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.4386385Z [4187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.5066691Z [4188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.5392973Z [4189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.5442720Z [4190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.5493118Z [4191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.5642201Z [4192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.5764087Z [4193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.5859880Z [4194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.6385723Z [4195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.6833544Z [4196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-01-24T01:19:04.6901958Z [4197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.6958930Z [4198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.7082906Z [4199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.7184150Z [4200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.7725757Z [4201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-01-24T01:19:04.7911888Z [4202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.8092427Z [4203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.8190313Z [4204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.8249843Z [4205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.8435516Z [4206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.8626307Z [4207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.8945639Z [4208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.9315475Z [4209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-01-24T01:19:04.9385162Z [4210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-01-24T01:19:04.9606861Z [4211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-01-24T01:19:04.9738440Z [4212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-01-24T01:19:04.9969534Z [4213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-01-24T01:19:05.0038330Z [4214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-01-24T01:19:05.0187866Z [4215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-01-24T01:19:05.0371672Z [4216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-01-24T01:19:05.0509596Z [4217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-01-24T01:19:05.0927991Z [4218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-01-24T01:19:05.1015937Z [4219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-01-24T01:19:05.1139280Z [4220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-01-24T01:19:05.1269102Z [4221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-01-24T01:19:05.1522880Z [4222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-01-24T01:19:05.1580005Z [4223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-01-24T01:19:05.1675035Z [4224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-01-24T01:19:05.2089720Z [4225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-01-24T01:19:05.2214622Z [4226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-01-24T01:19:05.2312295Z [4227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-01-24T01:19:05.2644702Z [4228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-01-24T01:19:05.2733094Z [4229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-01-24T01:19:05.2745786Z [4230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-01-24T01:19:05.2869463Z [4231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-01-24T01:19:05.3519100Z [4232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-01-24T01:19:05.3578975Z [4233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-01-24T01:19:05.3794011Z [4234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-01-24T01:19:05.3857202Z [4235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-01-24T01:19:05.3869618Z [4236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-01-24T01:19:05.4145872Z [4237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-01-24T01:19:05.4166399Z [4238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-01-24T01:19:05.4754119Z [4239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-01-24T01:19:05.4882389Z [4240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-01-24T01:19:05.5129269Z [4241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-01-24T01:19:05.5197812Z [4242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-01-24T01:19:05.5210719Z [4243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-01-24T01:19:05.5341622Z [4244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-01-24T01:19:05.5424684Z [4245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-01-24T01:19:05.6048392Z [4246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-01-24T01:19:05.6121908Z [4247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-01-24T01:19:05.6416124Z [4248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-01-24T01:19:05.6541680Z [4249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-01-24T01:19:05.6555635Z [4250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-01-24T01:19:05.6657415Z [4251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-01-24T01:19:05.7247674Z [4252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-01-24T01:19:05.7323283Z [4253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-01-24T01:19:05.7534663Z [4254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-01-24T01:19:05.7629723Z [4255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-01-24T01:19:05.7878926Z [4256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-01-24T01:19:05.7971228Z [4257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-01-24T01:19:05.8653739Z [4258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-01-24T01:19:05.8666638Z [4259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-01-24T01:19:05.8829916Z [4260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-01-24T01:19:05.8940731Z [4261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-01-24T01:19:05.9130947Z [4262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-01-24T01:19:05.9146017Z [4263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-01-24T01:19:05.9159309Z [4264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-01-24T01:19:05.9881490Z [4265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-01-24T01:19:05.9899731Z [4266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-01-24T01:19:05.9913694Z [4267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-01-24T01:19:06.0143243Z [4268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-01-24T01:19:06.0155614Z [4269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-01-24T01:19:06.0315279Z [4270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-01-24T01:19:06.0530960Z [4271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-01-24T01:19:06.1030566Z [4272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-01-24T01:19:06.1115334Z [4273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-01-24T01:19:06.1195205Z [4274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-01-24T01:19:06.1347366Z [4275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-01-24T01:19:06.1490913Z [4276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-01-24T01:19:06.1767745Z [4277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-01-24T01:19:06.1979239Z [4278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-01-24T01:19:06.2331440Z [4279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-01-24T01:19:06.2346293Z [4280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-01-24T01:19:06.2579827Z [4281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-01-24T01:19:06.2642025Z [4282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-01-24T01:19:06.2695734Z [4283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-01-24T01:19:06.3126329Z [4284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-01-24T01:19:06.3143556Z [4285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-01-24T01:19:06.3451657Z [4286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-01-24T01:19:06.3770443Z [4287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-01-24T01:19:06.3872670Z [4288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-01-24T01:19:06.3956194Z [4289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-01-24T01:19:06.4422381Z [4290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-01-24T01:19:06.4522408Z [4291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-01-24T01:19:06.4582193Z [4292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-01-24T01:19:06.4689858Z [4293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-01-24T01:19:06.4955347Z [4294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-01-24T01:19:06.5143402Z [4295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-01-24T01:19:06.5207215Z [4296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-01-24T01:19:06.5813409Z [4297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-01-24T01:19:06.5834355Z [4298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-01-24T01:19:06.5914194Z [4299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-01-24T01:19:06.5930077Z [4300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-01-24T01:19:06.6362973Z [4301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-01-24T01:19:06.6425840Z [4302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-01-24T01:19:06.6765226Z [4303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-01-24T01:19:06.7127300Z [4304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-01-24T01:19:06.7532540Z [4305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-01-24T01:19:06.7597928Z [4306/7038] 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-01-24T01:19:06.7616507Z [4307/7038] 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-01-24T01:19:06.7678199Z [4308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-01-24T01:19:06.7852789Z [4309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-01-24T01:19:06.7954436Z [4310/7038] 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-01-24T01:19:06.8359588Z [4311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-01-24T01:19:06.8753988Z [4312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-01-24T01:19:06.8942166Z [4313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-01-24T01:19:06.9020034Z [4314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-01-24T01:19:06.9370388Z [4315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-01-24T01:19:06.9384267Z [4316/7038] 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-01-24T01:19:06.9488337Z [4317/7038] 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-01-24T01:19:06.9745611Z [4318/7038] 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-01-24T01:19:07.0160075Z [4319/7038] 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-01-24T01:19:07.0455602Z [4320/7038] 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-01-24T01:19:07.0552161Z [4321/7038] 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-01-24T01:19:07.1045641Z [4322/7038] 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-01-24T01:19:07.1059954Z [4323/7038] 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-01-24T01:19:07.1233140Z [4324/7038] 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-01-24T01:19:07.1377591Z [4325/7038] 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-01-24T01:19:07.1623742Z [4326/7038] 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-01-24T01:19:07.1995339Z [4327/7038] 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-01-24T01:19:07.2768097Z [4328/7038] 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-01-24T01:19:07.2840316Z [4329/7038] 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-01-24T01:19:07.2857024Z [4330/7038] 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-01-24T01:19:07.2910966Z [4331/7038] 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-01-24T01:19:07.2969178Z [4332/7038] 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-01-24T01:19:07.3150215Z [4333/7038] 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-01-24T01:19:07.3228755Z [4334/7038] 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-01-24T01:19:07.4096255Z [4335/7038] 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-01-24T01:19:07.4250522Z [4336/7038] 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-01-24T01:19:07.4267109Z [4337/7038] 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-01-24T01:19:07.4280213Z [4338/7038] 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-01-24T01:19:07.4523884Z [4339/7038] 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-01-24T01:19:07.5654524Z [4340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.5668447Z [4341/7038] 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-01-24T01:19:07.5680608Z [4342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.5693722Z [4343/7038] 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-01-24T01:19:07.5705545Z [4344/7038] 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-01-24T01:19:07.5878089Z [4345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.6840306Z [4346/7038] 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-01-24T01:19:07.7050612Z [4347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.7105615Z [4348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.7158140Z [4349/7038] 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-01-24T01:19:07.7995343Z [4350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.8009544Z [4351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.8021921Z [4352/7038] 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-01-24T01:19:07.8034178Z [4353/7038] 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-01-24T01:19:07.8232001Z [4354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.8366949Z [4355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.8760546Z [4356/7038] 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-01-24T01:19:07.9311644Z [4357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:07.9547143Z [4358/7038] 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-01-24T01:19:07.9563020Z [4359/7038] 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-01-24T01:19:07.9630156Z [4360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-01-24T01:19:07.9649480Z [4361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-01-24T01:19:07.9719543Z [4362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-01-24T01:19:08.0081505Z [4363/7038] 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-01-24T01:19:08.0639880Z [4364/7038] 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-01-24T01:19:08.0912039Z [4365/7038] 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-01-24T01:19:08.1011115Z [4366/7038] 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-01-24T01:19:08.1151114Z [4367/7038] 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-01-24T01:19:08.1217731Z [4368/7038] 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-01-24T01:19:08.1324902Z [4369/7038] 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-01-24T01:19:08.1608848Z [4370/7038] 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-01-24T01:19:08.1984720Z [4371/7038] 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-01-24T01:19:08.2453733Z [4372/7038] 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-01-24T01:19:08.2538775Z [4373/7038] 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-01-24T01:19:08.2614236Z [4374/7038] 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-01-24T01:19:08.2775503Z [4375/7038] 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-01-24T01:19:08.2869305Z [4376/7038] 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-01-24T01:19:08.3015825Z [4377/7038] 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-01-24T01:19:08.3248861Z [4378/7038] 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-01-24T01:19:08.3919802Z [4379/7038] 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-01-24T01:19:08.4105607Z [4380/7038] 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-01-24T01:19:08.4225250Z [4381/7038] 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-01-24T01:19:08.4244402Z [4382/7038] 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-01-24T01:19:08.4308140Z [4383/7038] 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-01-24T01:19:08.4527960Z [4384/7038] 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-01-24T01:19:08.5377434Z [4385/7038] 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-01-24T01:19:08.5584907Z [4386/7038] 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-01-24T01:19:08.5656491Z [4387/7038] 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-01-24T01:19:08.5730064Z [4388/7038] 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-01-24T01:19:08.5786737Z [4389/7038] 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-01-24T01:19:08.6115261Z [4390/7038] 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-01-24T01:19:08.6511412Z [4391/7038] 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-01-24T01:19:08.6755975Z [4392/7038] 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-01-24T01:19:08.7062572Z [4393/7038] 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-01-24T01:19:08.7292954Z [4394/7038] 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-01-24T01:19:08.7407556Z [4395/7038] 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-01-24T01:19:08.7515677Z [4396/7038] 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-01-24T01:19:08.7645322Z [4397/7038] 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-01-24T01:19:08.7986117Z [4398/7038] 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-01-24T01:19:08.8547393Z [4399/7038] 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-01-24T01:19:08.8600674Z [4400/7038] 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-01-24T01:19:08.8737408Z [4401/7038] 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-01-24T01:19:08.8881458Z [4402/7038] 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-01-24T01:19:08.8898182Z [4403/7038] 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-01-24T01:19:08.9076083Z [4404/7038] 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-01-24T01:19:08.9575642Z [4405/7038] 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-01-24T01:19:08.9922866Z [4406/7038] 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-01-24T01:19:08.9941027Z [4407/7038] 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-01-24T01:19:09.0035266Z [4408/7038] 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-01-24T01:19:09.0312883Z [4409/7038] 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-01-24T01:19:09.0522298Z [4410/7038] 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-01-24T01:19:09.0659961Z [4411/7038] 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-01-24T01:19:09.1201704Z [4412/7038] 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-01-24T01:19:09.1282210Z [4413/7038] 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-01-24T01:19:09.1351502Z [4414/7038] 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-01-24T01:19:09.1580807Z [4415/7038] 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-01-24T01:19:09.1598952Z [4416/7038] 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-01-24T01:19:09.1839775Z [4417/7038] 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-01-24T01:19:09.2063664Z [4418/7038] 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-01-24T01:19:09.2438593Z [4419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:19:09.2566696Z [4420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T01:19:09.2721657Z [4421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T01:19:09.2936293Z [4422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T01:19:09.2949862Z [4423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:19:09.3360204Z [4424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T01:19:09.3427812Z [4425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-01-24T01:19:09.3799716Z [4426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-01-24T01:19:09.3903027Z [4427/7038] 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-01-24T01:19:09.3971182Z [4428/7038] 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-01-24T01:19:09.4236971Z [4429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.4327945Z [4430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.4696123Z [4431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.4760256Z [4432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.5094388Z [4433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.5299936Z [4434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.5371001Z [4435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.5571406Z [4436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-01-24T01:19:09.5877374Z [4437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-01-24T01:19:09.6007220Z [4438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-01-24T01:19:09.6092820Z [4439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T01:19:09.6444824Z [4440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.6976660Z [4441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.7041292Z [4442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.7097698Z [4443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.7467952Z [4444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.7529401Z [4445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.7762413Z [4446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.7948846Z [4447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.8406526Z [4448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.8661462Z [4449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.8678050Z [4450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.8990821Z [4451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.9296381Z [4452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.9313225Z [4453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:09.9442837Z [4454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:09.9883438Z [4455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.0155205Z [4456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.0174357Z [4457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.0615486Z [4458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.0842237Z [4459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.1242956Z [4460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.1261054Z [4461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.1380971Z [4462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.1541078Z [4463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.1857042Z [4464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.2168704Z [4465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.2282599Z [4466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.2559267Z [4467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.2675504Z [4468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.2743450Z [4469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.2844402Z [4470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.3167545Z [4471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.3547396Z [4472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.3843977Z [4473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.3898714Z [4474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.4172131Z [4475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.4186485Z [4476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.4348198Z [4477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.4826452Z [4478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T01:19:10.4886266Z [4479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T01:19:10.4973676Z [4480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-01-24T01:19:10.5180397Z [4481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-01-24T01:19:10.5438213Z [4482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:19:10.5626961Z [4483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-01-24T01:19:10.6069311Z [4484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-01-24T01:19:10.6135721Z [4485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T01:19:10.6202117Z [4486/7038] 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-01-24T01:19:10.6256757Z [4487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-01-24T01:19:10.6503957Z [4488/7038] 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-01-24T01:19:10.6563716Z [4489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-01-24T01:19:10.6663183Z [4490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-01-24T01:19:10.7204589Z [4491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-01-24T01:19:10.7339770Z [4492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-01-24T01:19:10.7462576Z [4493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-01-24T01:19:10.7594293Z [4494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-01-24T01:19:10.7613474Z [4495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-01-24T01:19:10.7903760Z [4496/7038] 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-01-24T01:19:10.8224587Z [4497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-01-24T01:19:10.8311405Z [4498/7038] 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-01-24T01:19:10.8551239Z [4499/7038] 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-01-24T01:19:10.8766512Z [4500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-01-24T01:19:10.8782526Z [4501/7038] 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-01-24T01:19:10.9070234Z [4502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-01-24T01:19:10.9156487Z [4503/7038] 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-01-24T01:19:10.9300748Z [4504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-01-24T01:19:10.9552055Z [4505/7038] 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-01-24T01:19:10.9680330Z [4506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-01-24T01:19:10.9907925Z [4507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-01-24T01:19:11.0003642Z [4508/7038] 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-01-24T01:19:11.0435140Z [4509/7038] 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-01-24T01:19:11.0532660Z [4510/7038] 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-01-24T01:19:11.0605401Z [4511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-01-24T01:19:11.0851481Z [4512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-01-24T01:19:11.0865492Z [4513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-01-24T01:19:11.1009920Z [4514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-01-24T01:19:11.1179610Z [4515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-01-24T01:19:11.1563274Z [4516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-01-24T01:19:11.1618225Z [4517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-01-24T01:19:11.1692953Z [4518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-01-24T01:19:11.1934853Z [4519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-01-24T01:19:11.2133071Z [4520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-01-24T01:19:11.2244241Z [4521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-01-24T01:19:11.2341255Z [4522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-01-24T01:19:11.2941598Z [4523/7038] 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-01-24T01:19:11.2997843Z [4524/7038] 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-01-24T01:19:11.3012348Z [4525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-01-24T01:19:11.3231796Z [4526/7038] 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-01-24T01:19:11.3415076Z [4527/7038] 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-01-24T01:19:11.3561281Z [4528/7038] 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-01-24T01:19:11.3649350Z [4529/7038] 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-01-24T01:19:11.4242469Z [4530/7038] 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-01-24T01:19:11.4320341Z [4531/7038] 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-01-24T01:19:11.4779815Z [4532/7038] 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-01-24T01:19:11.4785291Z [4533/7038] 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-01-24T01:19:11.5048550Z [4534/7038] 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-01-24T01:19:11.5166669Z [4535/7038] 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-01-24T01:19:11.5236100Z [4536/7038] 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-01-24T01:19:11.5759315Z [4537/7038] 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-01-24T01:19:11.5907251Z [4538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-01-24T01:19:11.6026918Z [4539/7038] 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-01-24T01:19:11.6237296Z [4540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-01-24T01:19:11.6358102Z [4541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-01-24T01:19:11.6424479Z [4542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-01-24T01:19:11.6490016Z [4543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-01-24T01:19:11.6935267Z [4544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-01-24T01:19:11.7083223Z [4545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-01-24T01:19:11.7175825Z [4546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-01-24T01:19:11.7371328Z [4547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-01-24T01:19:11.7438734Z [4548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-01-24T01:19:11.7994710Z [4549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-01-24T01:19:11.8086970Z [4550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-01-24T01:19:11.8263886Z [4551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-01-24T01:19:11.8283854Z [4552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-01-24T01:19:11.8428678Z [4553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-01-24T01:19:11.8555294Z [4554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-01-24T01:19:11.9035803Z [4555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-01-24T01:19:11.9205671Z [4556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-01-24T01:19:11.9268024Z [4557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-01-24T01:19:11.9505075Z [4558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-01-24T01:19:11.9626668Z [4559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-01-24T01:19:11.9920614Z [4560/7038] 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-01-24T01:19:12.0077950Z [4561/7038] 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-01-24T01:19:12.0536247Z [4562/7038] 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-01-24T01:19:12.0782064Z [4563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-01-24T01:19:12.1012853Z [4564/7038] 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-01-24T01:19:12.1078083Z [4565/7038] 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-01-24T01:19:12.1095606Z [4566/7038] 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-01-24T01:19:12.1344303Z [4567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-01-24T01:19:12.1545857Z [4568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-01-24T01:19:12.2041892Z [4569/7038] 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-01-24T01:19:12.2632035Z [4570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-01-24T01:19:12.2802011Z [4571/7038] 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-01-24T01:19:12.2887733Z [4572/7038] 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-01-24T01:19:12.2990213Z [4573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-01-24T01:19:12.3010140Z [4574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-01-24T01:19:12.3075496Z [4575/7038] 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-01-24T01:19:12.3664272Z [4576/7038] 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-01-24T01:19:12.4075648Z [4577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-01-24T01:19:12.4129404Z [4578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-01-24T01:19:12.4142477Z [4579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-01-24T01:19:12.4352278Z [4580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-01-24T01:19:12.4366941Z [4581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-01-24T01:19:12.4955673Z [4582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-01-24T01:19:12.5028895Z [4583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-01-24T01:19:12.5347835Z [4584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-01-24T01:19:12.5422708Z [4585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-01-24T01:19:12.5614032Z [4586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-01-24T01:19:12.5677380Z [4587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-01-24T01:19:12.5801717Z [4588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-01-24T01:19:12.6212531Z [4589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-01-24T01:19:12.6566488Z [4590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-01-24T01:19:12.6653995Z [4591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-01-24T01:19:12.6859700Z [4592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-01-24T01:19:12.6928913Z [4593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-01-24T01:19:12.7138218Z [4594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-01-24T01:19:12.7269049Z [4595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-01-24T01:19:12.7416647Z [4596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-01-24T01:19:12.7724218Z [4597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-01-24T01:19:12.8012496Z [4598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-01-24T01:19:12.8107881Z [4599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-01-24T01:19:12.8192593Z [4600/7038] 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-01-24T01:19:12.8528903Z [4601/7038] 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-01-24T01:19:12.8700501Z [4602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-01-24T01:19:12.8939128Z [4603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-01-24T01:19:12.9077697Z [4604/7038] 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-01-24T01:19:12.9251155Z [4605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-01-24T01:19:12.9750567Z [4606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-01-24T01:19:13.0082508Z [4607/7038] 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-01-24T01:19:13.0246265Z [4608/7038] 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-01-24T01:19:13.0495066Z [4609/7038] 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-01-24T01:19:13.0509300Z [4610/7038] 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-01-24T01:19:13.0568361Z [4611/7038] 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-01-24T01:19:13.0732166Z [4612/7038] 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-01-24T01:19:13.1307173Z [4613/7038] 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-01-24T01:19:13.1684581Z [4614/7038] 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-01-24T01:19:13.1800362Z [4615/7038] 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-01-24T01:19:13.1974605Z [4616/7038] 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-01-24T01:19:13.2030261Z [4617/7038] 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-01-24T01:19:13.2043085Z [4618/7038] 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-01-24T01:19:13.2190385Z [4619/7038] 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-01-24T01:19:13.2790071Z [4620/7038] 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-01-24T01:19:13.3234294Z [4621/7038] 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-01-24T01:19:13.3298004Z [4622/7038] 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-01-24T01:19:13.3562366Z [4623/7038] 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-01-24T01:19:13.3578515Z [4624/7038] 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-01-24T01:19:13.3748790Z [4625/7038] 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-01-24T01:19:13.3806493Z [4626/7038] 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-01-24T01:19:13.4374097Z [4627/7038] 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-01-24T01:19:13.4602852Z [4628/7038] 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-01-24T01:19:13.4810102Z [4629/7038] 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-01-24T01:19:13.5255779Z [4630/7038] 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-01-24T01:19:13.5268707Z [4631/7038] 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-01-24T01:19:13.5328553Z [4632/7038] 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-01-24T01:19:13.5526705Z [4633/7038] 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-01-24T01:19:13.5857812Z [4634/7038] 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-01-24T01:19:13.5917897Z [4635/7038] 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-01-24T01:19:13.6387796Z [4636/7038] 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-01-24T01:19:13.6651461Z [4637/7038] 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-01-24T01:19:13.6714353Z [4638/7038] 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-01-24T01:19:13.6820447Z [4639/7038] 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-01-24T01:19:13.6924535Z [4640/7038] 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-01-24T01:19:13.7232041Z [4641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:13.7304824Z [4642/7038] 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-01-24T01:19:13.7756388Z [4643/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:13.8072003Z [4644/7038] 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-01-24T01:19:13.8086985Z [4645/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:13.8189027Z [4646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:13.8261820Z [4647/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:13.8596808Z [4648/7038] 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-01-24T01:19:13.8839303Z [4649/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:13.9052290Z [4650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:13.9522322Z [4651/7038] 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-01-24T01:19:13.9667744Z [4652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:13.9737526Z [4653/7038] 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-01-24T01:19:13.9804554Z [4654/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:13.9945469Z [4655/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.0251147Z [4656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:14.0847657Z [4657/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.0927940Z [4658/7038] 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-01-24T01:19:14.1094875Z [4659/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.1147026Z [4660/7038] 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-01-24T01:19:14.1286963Z [4661/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:14.1607197Z [4662/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.1683774Z [4663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:14.2049542Z [4664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.2469050Z [4665/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:14.2528262Z [4666/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:14.2572394Z [4667/7038] 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-01-24T01:19:14.2635009Z [4668/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:14.2825028Z [4669/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-01-24T01:19:14.2842984Z [4670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-01-24T01:19:14.3147917Z [4671/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-01-24T01:19:14.3807964Z [4672/7038] 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-01-24T01:19:14.3928051Z [4673/7038] 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-01-24T01:19:14.4044521Z [4674/7038] 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-01-24T01:19:14.4231644Z [4675/7038] 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-01-24T01:19:14.4333446Z [4676/7038] 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-01-24T01:19:14.4398979Z [4677/7038] 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-01-24T01:19:14.4623231Z [4678/7038] 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-01-24T01:19:14.5053103Z [4679/7038] 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-01-24T01:19:14.5189710Z [4680/7038] 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-01-24T01:19:14.5311704Z [4681/7038] 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-01-24T01:19:14.5725536Z [4682/7038] 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-01-24T01:19:14.5842894Z [4683/7038] 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-01-24T01:19:14.5958872Z [4684/7038] 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-01-24T01:19:14.6516224Z [4685/7038] 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-01-24T01:19:14.6582561Z [4686/7038] 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-01-24T01:19:14.6665053Z [4687/7038] 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-01-24T01:19:14.6679761Z [4688/7038] 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-01-24T01:19:14.7042656Z [4689/7038] 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-01-24T01:19:14.7158926Z [4690/7038] 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-01-24T01:19:14.7288843Z [4691/7038] 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-01-24T01:19:14.7902380Z [4692/7038] 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-01-24T01:19:14.7967694Z [4693/7038] 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-01-24T01:19:14.8117400Z [4694/7038] 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-01-24T01:19:14.8137042Z [4695/7038] 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-01-24T01:19:14.8479075Z [4696/7038] 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-01-24T01:19:14.8495301Z [4697/7038] 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-01-24T01:19:14.8632793Z [4698/7038] 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-01-24T01:19:14.9460183Z [4699/7038] 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-01-24T01:19:14.9532284Z [4700/7038] 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-01-24T01:19:14.9716009Z [4701/7038] 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-01-24T01:19:15.0057761Z [4702/7038] 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-01-24T01:19:15.0133013Z [4703/7038] 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-01-24T01:19:15.0191951Z [4704/7038] 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-01-24T01:19:15.0387034Z [4705/7038] 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-01-24T01:19:15.0871077Z [4706/7038] 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-01-24T01:19:15.0959783Z [4707/7038] 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-01-24T01:19:15.1235418Z [4708/7038] 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-01-24T01:19:15.1573366Z [4709/7038] 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-01-24T01:19:15.1645514Z [4710/7038] 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-01-24T01:19:15.1714509Z [4711/7038] 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-01-24T01:19:15.1977340Z [4712/7038] 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-01-24T01:19:15.2355315Z [4713/7038] 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-01-24T01:19:15.2756288Z [4714/7038] 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-01-24T01:19:15.2821999Z [4715/7038] 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-01-24T01:19:15.3029635Z [4716/7038] 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-01-24T01:19:15.3226238Z [4717/7038] 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-01-24T01:19:15.3328518Z [4718/7038] 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-01-24T01:19:15.3472422Z [4719/7038] 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-01-24T01:19:15.3725389Z [4720/7038] 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-01-24T01:19:15.4090315Z [4721/7038] 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-01-24T01:19:15.4306366Z [4722/7038] 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-01-24T01:19:15.4674868Z [4723/7038] 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-01-24T01:19:15.4735876Z [4724/7038] 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-01-24T01:19:15.4797168Z [4725/7038] 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-01-24T01:19:15.5014395Z [4726/7038] 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-01-24T01:19:15.5123129Z [4727/7038] 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-01-24T01:19:15.5420171Z [4728/7038] 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-01-24T01:19:15.5615710Z [4729/7038] 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-01-24T01:19:15.6104864Z [4730/7038] 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-01-24T01:19:15.6131169Z [4731/7038] 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-01-24T01:19:15.6225867Z [4732/7038] 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-01-24T01:19:15.6488227Z [4733/7038] 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-01-24T01:19:15.6502634Z [4734/7038] 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-01-24T01:19:15.6896031Z [4735/7038] 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-01-24T01:19:15.7242878Z [4736/7038] 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-01-24T01:19:15.7548163Z [4737/7038] 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-01-24T01:19:15.7668850Z [4738/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-01-24T01:19:15.7834274Z [4739/7038] 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-01-24T01:19:15.8072251Z [4740/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:19:15.8353518Z [4741/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-01-24T01:19:15.8480338Z [4742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T01:19:15.8601373Z [4743/7038] 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-01-24T01:19:15.8734467Z [4744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T01:19:15.9028484Z [4745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:19:15.9045166Z [4746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:19:15.9404049Z [4747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T01:19:15.9738329Z [4748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T01:19:15.9828270Z [4749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T01:19:15.9895009Z [4750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:19:16.0081724Z [4751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T01:19:16.0320879Z [4752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:19:16.0338123Z [4753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:19:16.0670108Z [4754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T01:19:16.1006335Z [4755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-01-24T01:19:16.1022721Z [4756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T01:19:16.1078937Z [4757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-01-24T01:19:16.1424963Z [4758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-01-24T01:19:16.1644799Z [4759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-01-24T01:19:16.2119475Z [4760/7038] 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-01-24T01:19:16.2135540Z [4761/7038] 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-01-24T01:19:16.2309856Z [4762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.2374807Z [4763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.2481387Z [4764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.3093233Z [4765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.3166619Z [4766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.3453127Z [4767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.3546090Z [4768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.3763396Z [4769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.3898028Z [4770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.4022265Z [4771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.4559446Z [4772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.4680135Z [4773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.4757387Z [4774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.4870680Z [4775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.5105938Z [4776/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.5167566Z [4777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.5374669Z [4778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T01:19:16.5821147Z [4779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-01-24T01:19:16.5893107Z [4780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T01:19:16.5994867Z [4781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-01-24T01:19:16.6193327Z [4782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-01-24T01:19:16.6576367Z [4783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.6823040Z [4784/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.7097959Z [4785/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.7437190Z [4786/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.7526770Z [4787/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.7637518Z [4788/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.7870609Z [4789/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.8029048Z [4790/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.8541952Z [4791/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.8768708Z [4792/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.8987801Z [4793/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.9004546Z [4794/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.9452898Z [4795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:16.9516227Z [4796/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:16.9909216Z [4797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.0178196Z [4798/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.0192061Z [4799/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.0396908Z [4800/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.0466810Z [4801/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.0822082Z [4802/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.0921286Z [4803/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.1265143Z [4804/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.1549685Z [4805/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.1606395Z [4806/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.1685567Z [4807/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.2056855Z [4808/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.2204126Z [4809/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.2273702Z [4810/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.2589780Z [4811/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.2856051Z [4812/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.2958152Z [4813/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.3170616Z [4814/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.3594292Z [4815/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.3609146Z [4816/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.3893240Z [4817/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.3948855Z [4818/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.4184934Z [4819/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.4369450Z [4820/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.4462924Z [4821/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T01:19:17.4828198Z [4822/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:19:17.5032614Z [4823/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T01:19:17.5216928Z [4824/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:19:17.5336823Z [4825/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:19:17.5447311Z [4826/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T01:19:17.5716720Z [4827/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T01:19:17.5901047Z [4828/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T01:19:17.6018626Z [4829/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-01-24T01:19:17.6154678Z [4830/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-01-24T01:19:17.6625340Z [4831/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-01-24T01:19:17.6811550Z [4832/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-01-24T01:19:17.6965453Z [4833/7038] 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-01-24T01:19:17.7166156Z [4834/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-01-24T01:19:17.7258117Z [4835/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-01-24T01:19:17.7392746Z [4836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-01-24T01:19:17.7562916Z [4837/7038] 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-01-24T01:19:17.7915225Z [4838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-01-24T01:19:17.8070838Z [4839/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-01-24T01:19:17.8140645Z [4840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-01-24T01:19:17.8393054Z [4841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-01-24T01:19:17.8600740Z [4842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-01-24T01:19:17.8665906Z [4843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-01-24T01:19:17.8750852Z [4844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-01-24T01:19:17.9202637Z [4845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-01-24T01:19:17.9417747Z [4846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-01-24T01:19:17.9480462Z [4847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-01-24T01:19:17.9748692Z [4848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-01-24T01:19:17.9977641Z [4849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-01-24T01:19:18.1515868Z [4850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.1528681Z [4851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.1540326Z [4852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-01-24T01:19:18.1552280Z [4853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.1564012Z [4854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-01-24T01:19:18.1579834Z [4855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.1596368Z [4856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.2850868Z [4857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.2912984Z [4858/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-01-24T01:19:18.3051134Z [4859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-01-24T01:19:18.3107516Z [4860/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-01-24T01:19:18.3124692Z [4861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-01-24T01:19:18.3244657Z [4862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.3326397Z [4863/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.4180890Z [4864/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.4294844Z [4865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.4308368Z [4866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-01-24T01:19:18.4391368Z [4867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-01-24T01:19:18.4554651Z [4868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-01-24T01:19:18.4621020Z [4869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-01-24T01:19:18.4634024Z [4870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-01-24T01:19:18.5804678Z [4871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.5869854Z [4872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.5885609Z [4873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.6127518Z [4874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.6258335Z [4875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.6517666Z [4876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.6579504Z [4877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7306917Z [4878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7366782Z [4879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7574765Z [4880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7899117Z [4881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7911178Z [4882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.7968434Z [4883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.8071462Z [4884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.8795272Z [4885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.8813340Z [4886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.8994137Z [4887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.9354131Z [4888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.9469974Z [4889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:18.9714343Z [4890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0082412Z [4891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0099283Z [4892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0326910Z [4893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0360579Z [4894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0655166Z [4895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.0938949Z [4896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T01:19:19.1431910Z [4897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-01-24T01:19:19.1816916Z [4898/7038] 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-01-24T01:19:19.1963875Z [4899/7038] 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-01-24T01:19:19.2020433Z [4900/7038] 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-01-24T01:19:19.2186084Z [4901/7038] 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-01-24T01:19:19.2197450Z [4902/7038] 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-01-24T01:19:19.2361065Z [4903/7038] 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-01-24T01:19:19.2884554Z [4904/7038] 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-01-24T01:19:19.3428234Z [4905/7038] 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-01-24T01:19:19.3480723Z [4906/7038] 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-01-24T01:19:19.3532474Z [4907/7038] 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-01-24T01:19:19.3677060Z [4908/7038] 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-01-24T01:19:19.3844965Z [4909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-01-24T01:19:19.3869596Z [4910/7038] 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-01-24T01:19:19.4031254Z [4911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-01-24T01:19:19.4592119Z [4912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-01-24T01:19:19.4647311Z [4913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-01-24T01:19:19.4812721Z [4914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-01-24T01:19:19.4868358Z [4915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-01-24T01:19:19.5086430Z [4916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-01-24T01:19:19.5183004Z [4917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-01-24T01:19:19.5278274Z [4918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-01-24T01:19:19.5747726Z [4919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-01-24T01:19:19.6032641Z [4920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-01-24T01:19:19.6169922Z [4921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-01-24T01:19:19.6351886Z [4922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-01-24T01:19:19.6645227Z [4923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-01-24T01:19:19.6887845Z [4924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-01-24T01:19:19.6951973Z [4925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-01-24T01:19:19.7094522Z [4926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-01-24T01:19:19.7162860Z [4927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-01-24T01:19:19.7349742Z [4928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-01-24T01:19:19.7434750Z [4929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-01-24T01:19:19.8964307Z [4930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-01-24T01:19:19.9155085Z [4931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-01-24T01:19:19.9349912Z [4932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-01-24T01:19:19.9617609Z [4933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-01-24T01:19:19.9946977Z [4934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-01-24T01:19:20.0311264Z [4935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-01-24T01:19:20.0609153Z [4936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-01-24T01:19:20.0791387Z [4937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-01-24T01:19:20.0983194Z [4938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-01-24T01:19:20.1396812Z [4939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-01-24T01:19:20.1573713Z [4940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-01-24T01:19:20.1878441Z [4941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-01-24T01:19:20.2098358Z [4942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-01-24T01:19:20.2248788Z [4943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-01-24T01:19:20.2655376Z [4944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-01-24T01:19:20.2917719Z [4945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-01-24T01:19:20.3245593Z [4946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-01-24T01:19:20.3621170Z [4947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-01-24T01:19:20.3780290Z [4948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-01-24T01:19:20.3971716Z [4949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-01-24T01:19:20.4186813Z [4950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-01-24T01:19:20.8599320Z [4951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-01-24T01:19:20.9113402Z [4952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-01-24T01:19:20.9884345Z [4953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-01-24T01:19:21.0048997Z [4954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-01-24T01:19:21.0103363Z [4955/7038] 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-01-24T01:19:21.0297546Z [4956/7038] 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-01-24T01:19:21.0433951Z [4957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-01-24T01:19:21.0537687Z [4958/7038] 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-01-24T01:19:21.1080786Z [4959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-01-24T01:19:21.1186616Z [4960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-01-24T01:19:21.1449117Z [4961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-01-24T01:19:21.1572917Z [4962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-01-24T01:19:21.1662948Z [4963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-01-24T01:19:21.1737562Z [4964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-01-24T01:19:21.2325965Z [4965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-01-24T01:19:21.2581231Z [4966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-01-24T01:19:21.2651718Z [4967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-01-24T01:19:21.2734499Z [4968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-01-24T01:19:21.3009304Z [4969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-01-24T01:19:21.3066198Z [4970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-01-24T01:19:21.3359398Z [4971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-01-24T01:19:21.3590184Z [4972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-01-24T01:19:21.3879163Z [4973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-01-24T01:19:21.3999979Z [4974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-01-24T01:19:21.4243475Z [4975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-01-24T01:19:21.4311078Z [4976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-01-24T01:19:21.4659080Z [4977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-01-24T01:19:21.4862882Z [4978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-01-24T01:19:21.4877832Z [4979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-01-24T01:19:21.5177481Z [4980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-01-24T01:19:21.5195242Z [4981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-01-24T01:19:21.5805006Z [4982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-01-24T01:19:21.5870364Z [4983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-01-24T01:19:21.6100911Z [4984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-01-24T01:19:21.6188435Z [4985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-01-24T01:19:21.6440407Z [4986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-01-24T01:19:21.6458819Z [4987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-01-24T01:19:21.6623519Z [4988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-01-24T01:19:21.7259446Z [4989/7038] 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-01-24T01:19:21.7276544Z [4990/7038] 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-01-24T01:19:21.7692651Z [4991/7038] 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-01-24T01:19:21.7877809Z [4992/7038] 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-01-24T01:19:21.8101935Z [4993/7038] 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-01-24T01:19:21.8116507Z [4994/7038] 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-01-24T01:19:21.8506289Z [4995/7038] 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-01-24T01:19:21.8665020Z [4996/7038] 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-01-24T01:19:21.8764883Z [4997/7038] 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-01-24T01:19:21.9474934Z [4998/7038] 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-01-24T01:19:21.9583197Z [4999/7038] 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-01-24T01:19:21.9647604Z [5000/7038] 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-01-24T01:19:21.9945873Z [5001/7038] 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-01-24T01:19:22.0170158Z [5002/7038] 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-01-24T01:19:22.0233648Z [5003/7038] 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-01-24T01:19:22.0591800Z [5004/7038] 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-01-24T01:19:22.1001746Z [5005/7038] 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-01-24T01:19:22.1024733Z [5006/7038] 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-01-24T01:19:22.1130600Z [5007/7038] 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-01-24T01:19:22.1443341Z [5008/7038] 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-01-24T01:19:22.1763075Z [5009/7038] 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-01-24T01:19:22.1888250Z [5010/7038] 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-01-24T01:19:22.2394752Z [5011/7038] 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-01-24T01:19:22.2445502Z [5012/7038] 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-01-24T01:19:22.2535322Z [5013/7038] 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-01-24T01:19:22.2947303Z [5014/7038] 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-01-24T01:19:22.3167018Z [5015/7038] 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-01-24T01:19:22.3585755Z [5016/7038] 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-01-24T01:19:22.3783501Z [5017/7038] 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-01-24T01:19:22.3842672Z [5018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.3899976Z [5019/7038] 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-01-24T01:19:22.4129009Z [5020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.4423232Z [5021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.4867741Z [5022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.4963040Z [5023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.5159664Z [5024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.5227759Z [5025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:22.5244660Z [5026/7038] 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-01-24T01:19:22.5696519Z [5027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:22.5969284Z [5028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.6221872Z [5029/7038] 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-01-24T01:19:22.6328317Z [5030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.6630309Z [5031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:22.6651917Z [5032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:22.6979379Z [5033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.7169465Z [5034/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-01-24T01:19:22.7229869Z [5035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:22.7488223Z [5036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-01-24T01:19:22.7769676Z [5037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-01-24T01:19:22.8029136Z [5038/7038] 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-01-24T01:19:22.8194290Z [5039/7038] 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-01-24T01:19:22.8467882Z [5040/7038] 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-01-24T01:19:22.8694214Z [5041/7038] 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-01-24T01:19:22.8795289Z [5042/7038] 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-01-24T01:19:22.9075017Z [5043/7038] 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-01-24T01:19:22.9092009Z [5044/7038] 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-01-24T01:19:22.9300988Z [5045/7038] 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-01-24T01:19:22.9469339Z [5046/7038] 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-01-24T01:19:23.0012998Z [5047/7038] 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-01-24T01:19:23.0113806Z [5048/7038] 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-01-24T01:19:23.0184856Z [5049/7038] 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-01-24T01:19:23.0705335Z [5050/7038] 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-01-24T01:19:23.0819033Z [5051/7038] 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-01-24T01:19:23.0920284Z [5052/7038] 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-01-24T01:19:23.1082694Z [5053/7038] 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-01-24T01:19:23.1673373Z [5054/7038] 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-01-24T01:19:23.1792982Z [5055/7038] 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-01-24T01:19:23.1859717Z [5056/7038] 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-01-24T01:19:23.2231568Z [5057/7038] 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-01-24T01:19:23.2507590Z [5058/7038] 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-01-24T01:19:23.2654451Z [5059/7038] 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-01-24T01:19:23.2767714Z [5060/7038] 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-01-24T01:19:23.3440226Z [5061/7038] 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-01-24T01:19:23.3833714Z [5062/7038] 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-01-24T01:19:23.3847411Z [5063/7038] 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-01-24T01:19:23.3922640Z [5064/7038] 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-01-24T01:19:23.3937432Z [5065/7038] 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-01-24T01:19:23.4329804Z [5066/7038] 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-01-24T01:19:23.4648809Z [5067/7038] 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-01-24T01:19:23.4885785Z [5068/7038] 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-01-24T01:19:23.5557484Z [5069/7038] 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-01-24T01:19:23.5699246Z [5070/7038] 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-01-24T01:19:23.5716069Z [5071/7038] 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-01-24T01:19:23.5770476Z [5072/7038] 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-01-24T01:19:23.5900260Z [5073/7038] 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-01-24T01:19:23.6104898Z [5074/7038] 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-01-24T01:19:23.6409918Z [5075/7038] 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-01-24T01:19:23.6852687Z [5076/7038] 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-01-24T01:19:23.7064063Z [5077/7038] 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-01-24T01:19:23.7182028Z [5078/7038] 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-01-24T01:19:23.7256811Z [5079/7038] 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-01-24T01:19:23.7482088Z [5080/7038] 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-01-24T01:19:23.7497562Z [5081/7038] 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-01-24T01:19:23.7795418Z [5082/7038] 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-01-24T01:19:23.8550779Z [5083/7038] 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-01-24T01:19:23.8568712Z [5084/7038] 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-01-24T01:19:23.8627423Z [5085/7038] 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-01-24T01:19:23.8847315Z [5086/7038] 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-01-24T01:19:23.8870987Z [5087/7038] 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-01-24T01:19:23.9345052Z [5088/7038] 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-01-24T01:19:23.9509220Z [5089/7038] 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-01-24T01:19:23.9862369Z [5090/7038] 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-01-24T01:19:23.9918750Z [5091/7038] 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-01-24T01:19:24.0106995Z [5092/7038] 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-01-24T01:19:24.0176989Z [5093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:19:24.0369471Z [5094/7038] 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-01-24T01:19:24.0637266Z [5095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:19:24.0795232Z [5096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T01:19:24.1176076Z [5097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T01:19:24.1233451Z [5098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:19:24.1344638Z [5099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T01:19:24.1571097Z [5100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T01:19:24.1668795Z [5101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:19:24.1881978Z [5102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:19:24.2773444Z [5103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-01-24T01:19:24.2797690Z [5104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T01:19:24.2809879Z [5105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:19:24.2823387Z [5106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T01:19:24.2835505Z [5107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T01:19:24.2901516Z [5108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T01:19:24.3136168Z [5109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-01-24T01:19:24.4204554Z [5110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.4303724Z [5111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.4354772Z [5112/7038] 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-01-24T01:19:24.4470686Z [5113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.4485303Z [5114/7038] 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-01-24T01:19:24.4548418Z [5115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-01-24T01:19:24.4796905Z [5116/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-01-24T01:19:24.5619972Z [5117/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.5738800Z [5118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.5919174Z [5119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.6039158Z [5120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.6053194Z [5121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.6125880Z [5122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:24.6202112Z [5123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T01:19:24.7284633Z [5124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.7340099Z [5125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-01-24T01:19:24.7551729Z [5126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:24.7564006Z [5127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-01-24T01:19:24.7624039Z [5128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:24.7791804Z [5129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T01:19:24.7892552Z [5130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-01-24T01:19:24.9115523Z [5131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:24.9170148Z [5132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:24.9249453Z [5133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:24.9325393Z [5134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:24.9336848Z [5135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:24.9447261Z [5136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:24.9504637Z [5137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.0746472Z [5138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.0884148Z [5139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.0900503Z [5140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.1025996Z [5141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.1087725Z [5142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.1195247Z [5143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.1259541Z [5144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.2333461Z [5145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.2502249Z [5146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.2627829Z [5147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.2689520Z [5148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.2755544Z [5149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.2772540Z [5150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.2974010Z [5151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.4096604Z [5152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.4111776Z [5153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.4275834Z [5154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.4288192Z [5155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.4346736Z [5156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.4415025Z [5157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.4430846Z [5158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.5692446Z [5159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.5891251Z [5160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.6065757Z [5161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.6089869Z [5162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.6149387Z [5163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.6218808Z [5164/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.6697258Z [5165/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.7031169Z [5166/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.7207062Z [5167/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T01:19:25.7284798Z [5168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:19:25.7377160Z [5169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:19:25.7468541Z [5170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T01:19:25.7683109Z [5171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:19:25.8047644Z [5172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T01:19:25.8319621Z [5173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T01:19:25.8511681Z [5174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T01:19:25.8611506Z [5175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-01-24T01:19:25.8763457Z [5176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-01-24T01:19:25.8997772Z [5177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-01-24T01:19:25.9014895Z [5178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-01-24T01:19:25.9327969Z [5179/7038] 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-01-24T01:19:25.9489663Z [5180/7038] 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-01-24T01:19:25.9507849Z [5181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-01-24T01:19:25.9607230Z [5182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-01-24T01:19:25.9721405Z [5183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-01-24T01:19:26.0224902Z [5184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-01-24T01:19:26.0241341Z [5185/7038] 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-01-24T01:19:26.0809126Z [5186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-01-24T01:19:26.0899730Z [5187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-01-24T01:19:26.0957201Z [5188/7038] 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-01-24T01:19:26.1017733Z [5189/7038] 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-01-24T01:19:26.1078178Z [5190/7038] 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-01-24T01:19:26.1349605Z [5191/7038] 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-01-24T01:19:26.1412879Z [5192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-01-24T01:19:26.1980187Z [5193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-01-24T01:19:26.2068292Z [5194/7038] 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-01-24T01:19:26.2126698Z [5195/7038] 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-01-24T01:19:26.2186833Z [5196/7038] 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-01-24T01:19:26.2201000Z [5197/7038] 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-01-24T01:19:26.2480437Z [5198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-01-24T01:19:26.2800115Z [5199/7038] 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-01-24T01:19:26.3180484Z [5200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-01-24T01:19:26.3193027Z [5201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-01-24T01:19:26.3317674Z [5202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-01-24T01:19:26.3384388Z [5203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-01-24T01:19:26.3444899Z [5204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-01-24T01:19:26.3502060Z [5205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-01-24T01:19:26.4018245Z [5206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-01-24T01:19:26.4262595Z [5207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-01-24T01:19:26.4477685Z [5208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-01-24T01:19:26.4637154Z [5209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-01-24T01:19:26.4700954Z [5210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-01-24T01:19:26.4867861Z [5211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-01-24T01:19:26.4999939Z [5212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-01-24T01:19:26.5329127Z [5213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-01-24T01:19:26.5349031Z [5214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-01-24T01:19:26.5680625Z [5215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-01-24T01:19:26.5892517Z [5216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-01-24T01:19:26.5909130Z [5217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-01-24T01:19:26.6244396Z [5218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-01-24T01:19:26.6263019Z [5219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-01-24T01:19:26.6573782Z [5220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-01-24T01:19:26.6865188Z [5221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-01-24T01:19:26.6946201Z [5222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-01-24T01:19:26.7151048Z [5223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-01-24T01:19:26.7561701Z [5224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-01-24T01:19:26.7576654Z [5225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-01-24T01:19:26.7726731Z [5226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-01-24T01:19:26.7798602Z [5227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-01-24T01:19:26.8393220Z [5228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-01-24T01:19:26.8409408Z [5229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-01-24T01:19:26.8506225Z [5230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-01-24T01:19:26.8766948Z [5231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-01-24T01:19:26.8835726Z [5232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-01-24T01:19:26.8906289Z [5233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-01-24T01:19:26.9026646Z [5234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-01-24T01:19:26.9736930Z [5235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-01-24T01:19:26.9756458Z [5236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-01-24T01:19:26.9901716Z [5237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-01-24T01:19:27.0074077Z [5238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-01-24T01:19:27.0279044Z [5239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-01-24T01:19:27.0371957Z [5240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-01-24T01:19:27.0673617Z [5241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-01-24T01:19:27.1091554Z [5242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T01:19:27.1146679Z [5243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-01-24T01:19:27.1212336Z [5244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-01-24T01:19:27.1484531Z [5245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T01:19:27.1545564Z [5246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T01:19:27.1650135Z [5247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T01:19:27.1867646Z [5248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-01-24T01:19:27.2342282Z [5249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-01-24T01:19:27.2435489Z [5250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-01-24T01:19:27.2499856Z [5251/7038] 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-01-24T01:19:27.2809869Z [5252/7038] 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-01-24T01:19:27.2832908Z [5253/7038] 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-01-24T01:19:27.3052174Z [5254/7038] 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-01-24T01:19:27.3281555Z [5255/7038] 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-01-24T01:19:27.3732878Z [5256/7038] 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-01-24T01:19:27.3879760Z [5257/7038] 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-01-24T01:19:27.4021012Z [5258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-01-24T01:19:27.4038092Z [5259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-01-24T01:19:27.4248155Z [5260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-01-24T01:19:27.4564563Z [5261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-01-24T01:19:27.4687607Z [5262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-01-24T01:19:27.4852374Z [5263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-01-24T01:19:27.5160851Z [5264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.5450055Z [5265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T01:19:27.5696916Z [5266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.5809121Z [5267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.5878681Z [5268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-01-24T01:19:27.6037336Z [5269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.6186251Z [5270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T01:19:27.6524069Z [5271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.7019227Z [5272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-01-24T01:19:27.7201151Z [5273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.7251064Z [5274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.7398241Z [5275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.7415330Z [5276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.7646654Z [5277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.7820575Z [5278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.8483259Z [5279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.8604657Z [5280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.8670325Z [5281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.8973692Z [5282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.9042858Z [5283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.9057846Z [5284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:27.9123806Z [5285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.9833511Z [5286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:27.9995229Z [5287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.0061122Z [5288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.0540551Z [5289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.0602306Z [5290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.0665434Z [5291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.0874781Z [5292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.1274338Z [5293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T01:19:28.1340469Z [5294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.1854086Z [5295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T01:19:28.1878388Z [5296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.1898052Z [5297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-01-24T01:19:28.2027098Z [5298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.2624989Z [5299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T01:19:28.2942621Z [5300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.3010129Z [5301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-01-24T01:19:28.3026636Z [5302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-01-24T01:19:28.3142964Z [5303/7038] 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-01-24T01:19:28.3249706Z [5304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-01-24T01:19:28.3335040Z [5305/7038] 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-01-24T01:19:28.3858153Z [5306/7038] 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-01-24T01:19:28.4269354Z [5307/7038] 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-01-24T01:19:28.4477697Z [5308/7038] 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-01-24T01:19:28.4537401Z [5309/7038] 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-01-24T01:19:28.4550196Z [5310/7038] 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-01-24T01:19:28.4663092Z [5311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-01-24T01:19:28.5389585Z [5312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-01-24T01:19:28.5488102Z [5313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-01-24T01:19:28.5673413Z [5314/7038] 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-01-24T01:19:28.5908437Z [5315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T01:19:28.5966705Z [5316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.6409796Z [5317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.6663902Z [5318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.6723887Z [5319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T01:19:28.6736783Z [5320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.7049800Z [5321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.7157100Z [5322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.7314623Z [5323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.7992273Z [5324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.8067683Z [5325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.8104880Z [5326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.8168315Z [5327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.8581821Z [5328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.8639740Z [5329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.9310911Z [5330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-01-24T01:19:28.9326928Z [5331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.9393253Z [5332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T01:19:28.9498037Z [5333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:29.0002654Z [5334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:29.0073993Z [5335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T01:19:29.0432958Z [5336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T01:19:29.0608005Z [5337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T01:19:29.0666109Z [5338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.0865935Z [5339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.0920127Z [5340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.1527127Z [5341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.1552362Z [5342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.1910188Z [5343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.2134316Z [5344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.2149635Z [5345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.2387122Z [5346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.2451655Z [5347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3009647Z [5348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3162452Z [5349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3658622Z [5350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3711403Z [5351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3839252Z [5352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3905517Z [5353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.3965329Z [5354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.4662327Z [5355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.4888973Z [5356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.5148470Z [5357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.5240719Z [5358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.5415580Z [5359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.6397781Z [5360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.6410182Z [5361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.6423433Z [5362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.6437053Z [5363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7473462Z [5364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7702916Z [5365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7753833Z [5366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7806253Z [5367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7818921Z [5368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7877932Z [5369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.7891713Z [5370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.8850682Z [5371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.9161904Z [5372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.9230665Z [5373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.9244527Z [5374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.9298940Z [5375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:29.9360281Z [5376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T01:19:29.9765912Z [5377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:30.0305210Z [5378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:30.0584371Z [5379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T01:19:30.0874327Z [5380/7038] 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-01-24T01:19:30.0897391Z [5381/7038] 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-01-24T01:19:30.0962913Z [5382/7038] 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-01-24T01:19:30.1233808Z [5383/7038] 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-01-24T01:19:30.1249362Z [5384/7038] 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-01-24T01:19:30.1720072Z [5385/7038] 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-01-24T01:19:30.2341965Z [5386/7038] 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-01-24T01:19:30.2460647Z [5387/7038] 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-01-24T01:19:30.2647106Z [5388/7038] 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-01-24T01:19:30.2662078Z [5389/7038] 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-01-24T01:19:30.2743395Z [5390/7038] 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-01-24T01:19:30.2925776Z [5391/7038] 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-01-24T01:19:30.3043390Z [5392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-01-24T01:19:30.3619807Z [5393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-01-24T01:19:30.3704573Z [5394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-01-24T01:19:30.3888541Z [5395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-01-24T01:19:30.3969905Z [5396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-01-24T01:19:30.3982433Z [5397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T01:19:30.4185869Z [5398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T01:19:30.4483565Z [5399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T01:19:30.4865794Z [5400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T01:19:30.5167575Z [5401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-01-24T01:19:30.5630259Z [5402/7038] 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-01-24T01:19:30.5646012Z [5403/7038] 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-01-24T01:19:30.5704751Z [5404/7038] 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-01-24T01:19:30.5945278Z [5405/7038] 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-01-24T01:19:30.6043995Z [5406/7038] 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-01-24T01:19:30.6603016Z [5407/7038] 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-01-24T01:19:30.6737734Z [5408/7038] 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-01-24T01:19:30.6972638Z [5409/7038] 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-01-24T01:19:30.7030994Z [5410/7038] 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-01-24T01:19:30.7272643Z [5411/7038] 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-01-24T01:19:30.7291318Z [5412/7038] 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-01-24T01:19:30.7577242Z [5413/7038] 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-01-24T01:19:30.7991240Z [5414/7038] 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-01-24T01:19:30.8064211Z [5415/7038] 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-01-24T01:19:30.8532585Z [5416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.8715981Z [5417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.8759163Z [5418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.9053929Z [5419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.9346343Z [5420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.9506118Z [5421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:30.9523009Z [5422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0067343Z [5423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0084474Z [5424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0297379Z [5425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0419963Z [5426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0678828Z [5427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0859069Z [5428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.0940342Z [5429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.1359409Z [5430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.1661876Z [5431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.1819586Z [5432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.1833906Z [5433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-01-24T01:19:31.1911267Z [5434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T01:19:31.1977793Z [5435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-01-24T01:19:31.2712345Z [5436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-01-24T01:19:31.2885148Z [5437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-01-24T01:19:31.2974644Z [5438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-01-24T01:19:31.3034207Z [5439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-01-24T01:19:31.3047065Z [5440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-01-24T01:19:31.3121893Z [5441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-01-24T01:19:31.3135880Z [5442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-01-24T01:19:31.3828173Z [5443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-01-24T01:19:31.4069780Z [5444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-01-24T01:19:31.4149726Z [5445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-01-24T01:19:31.4205605Z [5446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-01-24T01:19:31.4273244Z [5447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-01-24T01:19:31.4369230Z [5448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-01-24T01:19:31.4384400Z [5449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-01-24T01:19:31.5038526Z [5450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-01-24T01:19:31.5292266Z [5451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-01-24T01:19:31.5309570Z [5452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-01-24T01:19:31.5649772Z [5453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-01-24T01:19:31.5717210Z [5454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-01-24T01:19:31.5781193Z [5455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-01-24T01:19:31.6165488Z [5456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-01-24T01:19:31.6313058Z [5457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-01-24T01:19:31.6493144Z [5458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-01-24T01:19:31.6554494Z [5459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-01-24T01:19:31.6929922Z [5460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-01-24T01:19:31.7009229Z [5461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-01-24T01:19:31.7027781Z [5462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-01-24T01:19:31.7520722Z [5463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-01-24T01:19:31.7720433Z [5464/7038] 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-01-24T01:19:31.7807645Z [5465/7038] 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-01-24T01:19:31.7904424Z [5466/7038] 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-01-24T01:19:31.8298389Z [5467/7038] 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-01-24T01:19:31.8392620Z [5468/7038] 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-01-24T01:19:31.8462985Z [5469/7038] 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-01-24T01:19:31.8803621Z [5470/7038] 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-01-24T01:19:31.9320342Z [5471/7038] 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-01-24T01:19:31.9436031Z [5472/7038] 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-01-24T01:19:31.9451363Z [5473/7038] 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-01-24T01:19:31.9801034Z [5474/7038] 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-01-24T01:19:32.0080858Z [5475/7038] 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-01-24T01:19:32.0096704Z [5476/7038] 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-01-24T01:19:32.0210436Z [5477/7038] 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-01-24T01:19:32.1186596Z [5478/7038] 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-01-24T01:19:32.1285752Z [5479/7038] 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-01-24T01:19:32.1541009Z [5480/7038] 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-01-24T01:19:32.1683726Z [5481/7038] 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-01-24T01:19:32.1761731Z [5482/7038] 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-01-24T01:19:32.1862529Z [5483/7038] 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-01-24T01:19:32.2448598Z [5484/7038] 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-01-24T01:19:32.2678999Z [5485/7038] 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-01-24T01:19:32.2739863Z [5486/7038] 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-01-24T01:19:32.3038455Z [5487/7038] 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-01-24T01:19:32.3173786Z [5488/7038] 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-01-24T01:19:32.3240120Z [5489/7038] 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-01-24T01:19:32.3600237Z [5490/7038] 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-01-24T01:19:32.3974183Z [5491/7038] 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-01-24T01:19:32.4219763Z [5492/7038] 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-01-24T01:19:32.4279783Z [5493/7038] 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-01-24T01:19:32.4649759Z [5494/7038] 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-01-24T01:19:32.4710261Z [5495/7038] 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-01-24T01:19:32.4939435Z [5496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-01-24T01:19:32.5243178Z [5497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-01-24T01:19:32.5321831Z [5498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-01-24T01:19:32.5423028Z [5499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-01-24T01:19:32.5572480Z [5500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-01-24T01:19:32.5585633Z [5501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-01-24T01:19:32.5755605Z [5502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-01-24T01:19:32.5819648Z [5503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-01-24T01:19:32.6240297Z [5504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-01-24T01:19:32.6294015Z [5505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-01-24T01:19:32.6360466Z [5506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-01-24T01:19:32.6434334Z [5507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-01-24T01:19:32.6479588Z [5508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-01-24T01:19:32.6685480Z [5509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-01-24T01:19:32.6704231Z [5510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-01-24T01:19:32.7171277Z [5511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-01-24T01:19:32.7250712Z [5512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-01-24T01:19:32.7305580Z [5513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-01-24T01:19:32.7359831Z [5514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-01-24T01:19:32.7417952Z [5515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-01-24T01:19:32.7628827Z [5516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-01-24T01:19:32.7702999Z [5517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-01-24T01:19:32.8128926Z [5518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-01-24T01:19:32.9226575Z [5519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-01-24T01:19:32.9239380Z [5520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-01-24T01:19:32.9250545Z [5521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-01-24T01:19:32.9263021Z [5522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-01-24T01:19:32.9275108Z [5523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-01-24T01:19:32.9287467Z [5524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-01-24T01:19:32.9803326Z [5525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-01-24T01:19:33.0223814Z [5526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-01-24T01:19:33.0283722Z [5527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-01-24T01:19:33.0420158Z [5528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-01-24T01:19:33.0440789Z [5529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-01-24T01:19:33.0496187Z [5530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-01-24T01:19:33.0509860Z [5531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-01-24T01:19:33.0906428Z [5532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-01-24T01:19:33.1376155Z [5533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-01-24T01:19:33.1683947Z [5534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-01-24T01:19:33.1698213Z [5535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-01-24T01:19:33.1765375Z [5536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-01-24T01:19:33.1853436Z [5537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-01-24T01:19:33.2148545Z [5538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-01-24T01:19:33.2377905Z [5539/7038] 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-01-24T01:19:33.2645317Z [5540/7038] 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-01-24T01:19:33.2910589Z [5541/7038] 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-01-24T01:19:33.2966308Z [5542/7038] 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-01-24T01:19:33.3025251Z [5543/7038] 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-01-24T01:19:33.3174227Z [5544/7038] 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-01-24T01:19:33.4208944Z [5545/7038] 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-01-24T01:19:33.4270215Z [5546/7038] 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-01-24T01:19:33.4618971Z [5547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-01-24T01:19:33.4633623Z [5548/7038] 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-01-24T01:19:33.4651876Z [5549/7038] 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-01-24T01:19:33.4669994Z [5550/7038] 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-01-24T01:19:33.5263103Z [5551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-01-24T01:19:33.5386034Z [5552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-01-24T01:19:33.5521145Z [5553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-01-24T01:19:33.5576077Z [5554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-01-24T01:19:33.5652064Z [5555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-01-24T01:19:33.5726945Z [5556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-01-24T01:19:33.5787999Z [5557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-01-24T01:19:33.6097319Z [5558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-01-24T01:19:33.6207076Z [5559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-01-24T01:19:33.6366170Z [5560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-01-24T01:19:33.6722255Z [5561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-01-24T01:19:33.7069949Z [5562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-01-24T01:19:33.7084373Z [5563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-01-24T01:19:33.7416737Z [5564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-01-24T01:19:33.7535653Z [5565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-01-24T01:19:33.7607051Z [5566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-01-24T01:19:33.7918269Z [5567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-01-24T01:19:33.8154068Z [5568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-01-24T01:19:33.8288948Z [5569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-01-24T01:19:33.8432189Z [5570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-01-24T01:19:33.8566509Z [5571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-01-24T01:19:33.8830600Z [5572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-01-24T01:19:33.9115774Z [5573/7038] 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-01-24T01:19:33.9428144Z [5574/7038] 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-01-24T01:19:33.9651473Z [5575/7038] 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-01-24T01:19:34.0046046Z [5576/7038] 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-01-24T01:19:34.0102453Z [5577/7038] 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-01-24T01:19:34.0281331Z [5578/7038] 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-01-24T01:19:34.0375232Z [5579/7038] 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-01-24T01:19:34.0942823Z [5580/7038] 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-01-24T01:19:34.1054857Z [5581/7038] 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-01-24T01:19:34.1496306Z [5582/7038] 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-01-24T01:19:34.1515001Z [5583/7038] 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-01-24T01:19:34.1571029Z [5584/7038] 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-01-24T01:19:34.1749558Z [5585/7038] 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-01-24T01:19:34.1989288Z [5586/7038] 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-01-24T01:19:34.2494918Z [5587/7038] 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-01-24T01:19:34.2513142Z [5588/7038] 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-01-24T01:19:34.3110693Z [5589/7038] 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-01-24T01:19:34.3172012Z [5590/7038] 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-01-24T01:19:34.3393778Z [5591/7038] 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-01-24T01:19:34.3459621Z [5592/7038] 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-01-24T01:19:34.3473217Z [5593/7038] 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-01-24T01:19:34.4007853Z [5594/7038] 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-01-24T01:19:34.4071981Z [5595/7038] 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-01-24T01:19:34.4660982Z [5596/7038] 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-01-24T01:19:34.4781255Z [5597/7038] 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-01-24T01:19:34.4889578Z [5598/7038] 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-01-24T01:19:34.4954952Z [5599/7038] 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-01-24T01:19:34.5225996Z [5600/7038] 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-01-24T01:19:34.5588369Z [5601/7038] 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-01-24T01:19:34.5786898Z [5602/7038] 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-01-24T01:19:34.6158874Z [5603/7038] 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-01-24T01:19:34.6315225Z [5604/7038] 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-01-24T01:19:34.6401610Z [5605/7038] 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-01-24T01:19:34.6523547Z [5606/7038] 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-01-24T01:19:34.6737990Z [5607/7038] 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-01-24T01:19:34.7185316Z [5608/7038] 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-01-24T01:19:34.7340127Z [5609/7038] 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-01-24T01:19:34.7776490Z [5610/7038] 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-01-24T01:19:34.7797944Z [5611/7038] 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-01-24T01:19:34.8124908Z [5612/7038] 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-01-24T01:19:34.8138261Z [5613/7038] 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-01-24T01:19:34.8195389Z [5614/7038] 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-01-24T01:19:34.8914431Z [5615/7038] 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-01-24T01:19:34.8932243Z [5616/7038] 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-01-24T01:19:34.9337208Z [5617/7038] 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-01-24T01:19:34.9448447Z [5618/7038] 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-01-24T01:19:34.9683408Z [5619/7038] 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-01-24T01:19:34.9700671Z [5620/7038] 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-01-24T01:19:34.9877249Z [5621/7038] 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-01-24T01:19:35.0420849Z [5622/7038] 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-01-24T01:19:35.0769543Z [5623/7038] 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-01-24T01:19:35.0877289Z [5624/7038] 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-01-24T01:19:35.1010761Z [5625/7038] 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-01-24T01:19:35.1038655Z [5626/7038] 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-01-24T01:19:35.1209521Z [5627/7038] 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-01-24T01:19:35.1724370Z [5628/7038] 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-01-24T01:19:35.1889064Z [5629/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.2098287Z [5630/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.2329436Z [5631/7038] 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-01-24T01:19:35.2392700Z [5632/7038] 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-01-24T01:19:35.2459078Z [5633/7038] 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-01-24T01:19:35.3028292Z [5634/7038] 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-01-24T01:19:35.3304044Z [5635/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.3369484Z [5636/7038] 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-01-24T01:19:35.3386902Z [5637/7038] 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-01-24T01:19:35.3733104Z [5638/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.4334892Z [5639/7038] 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-01-24T01:19:35.4396717Z [5640/7038] 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-01-24T01:19:35.4529757Z [5641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.4637909Z [5642/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.4695029Z [5643/7038] 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-01-24T01:19:35.4972510Z [5644/7038] 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-01-24T01:19:35.5049615Z [5645/7038] 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-01-24T01:19:35.5877166Z [5646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.6142533Z [5647/7038] 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-01-24T01:19:35.6158914Z [5648/7038] 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-01-24T01:19:35.6175307Z [5649/7038] 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-01-24T01:19:35.6318543Z [5650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.6534487Z [5651/7038] 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-01-24T01:19:35.6600723Z [5652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.7366994Z [5653/7038] 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-01-24T01:19:35.7541917Z [5654/7038] 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-01-24T01:19:35.7559020Z [5655/7038] 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-01-24T01:19:35.7575230Z [5656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.7657587Z [5657/7038] 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-01-24T01:19:35.7896613Z [5658/7038] 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-01-24T01:19:35.8045709Z [5659/7038] 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-01-24T01:19:35.8689242Z [5660/7038] 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-01-24T01:19:35.8887752Z [5661/7038] 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-01-24T01:19:35.8906162Z [5662/7038] 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-01-24T01:19:35.8971248Z [5663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.9087179Z [5664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:35.9378420Z [5665/7038] 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-01-24T01:19:35.9917733Z [5666/7038] 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-01-24T01:19:36.0020590Z [5667/7038] 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-01-24T01:19:36.0352989Z [5668/7038] 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-01-24T01:19:36.0452854Z [5669/7038] 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-01-24T01:19:36.0467549Z [5670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:36.0586080Z [5671/7038] 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-01-24T01:19:36.0656320Z [5672/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-01-24T01:19:36.1025126Z [5673/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-01-24T01:19:36.1402174Z [5674/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-01-24T01:19:36.1637379Z [5675/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-01-24T01:19:36.1695390Z [5676/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-01-24T01:19:36.1774327Z [5677/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-01-24T01:19:36.1995538Z [5678/7038] 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-01-24T01:19:36.2268221Z [5679/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-01-24T01:19:36.2607539Z [5680/7038] 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-01-24T01:19:36.2729643Z [5681/7038] 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-01-24T01:19:36.2979080Z [5682/7038] 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-01-24T01:19:36.3348792Z [5683/7038] 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-01-24T01:19:36.3363188Z [5684/7038] 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-01-24T01:19:36.3644374Z [5685/7038] 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-01-24T01:19:36.3672495Z [5686/7038] 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-01-24T01:19:36.4160877Z [5687/7038] 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-01-24T01:19:36.4229967Z [5688/7038] 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-01-24T01:19:36.4508510Z [5689/7038] 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-01-24T01:19:36.4812692Z [5690/7038] 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-01-24T01:19:36.4880529Z [5691/7038] 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-01-24T01:19:36.5113906Z [5692/7038] 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-01-24T01:19:36.5236019Z [5693/7038] 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-01-24T01:19:36.5868085Z [5694/7038] 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-01-24T01:19:36.5972928Z [5695/7038] 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-01-24T01:19:36.6032949Z [5696/7038] 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-01-24T01:19:36.6251287Z [5697/7038] 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-01-24T01:19:36.6341430Z [5698/7038] 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-01-24T01:19:36.6413400Z [5699/7038] 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-01-24T01:19:36.6716424Z [5700/7038] 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-01-24T01:19:36.7169165Z [5701/7038] 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-01-24T01:19:36.7427349Z [5702/7038] 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-01-24T01:19:36.7612293Z [5703/7038] 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-01-24T01:19:36.7695425Z [5704/7038] 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-01-24T01:19:36.7782128Z [5705/7038] 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-01-24T01:19:36.7843285Z [5706/7038] 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-01-24T01:19:36.8236320Z [5707/7038] 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-01-24T01:19:36.8474204Z [5708/7038] 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-01-24T01:19:36.8701074Z [5709/7038] 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-01-24T01:19:36.9068785Z [5710/7038] 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-01-24T01:19:36.9152726Z [5711/7038] 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-01-24T01:19:36.9254213Z [5712/7038] 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-01-24T01:19:36.9309963Z [5713/7038] 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-01-24T01:19:36.9458953Z [5714/7038] 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-01-24T01:19:36.9892231Z [5715/7038] 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-01-24T01:19:36.9960075Z [5716/7038] 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-01-24T01:19:37.0546788Z [5717/7038] 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-01-24T01:19:37.0673389Z [5718/7038] 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-01-24T01:19:37.0735356Z [5719/7038] 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-01-24T01:19:37.0802279Z [5720/7038] 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-01-24T01:19:37.1178819Z [5721/7038] 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-01-24T01:19:37.1290579Z [5722/7038] 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-01-24T01:19:37.1342744Z [5723/7038] 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-01-24T01:19:37.2688449Z [5724/7038] 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-01-24T01:19:37.3067955Z [5725/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-01-24T01:19:37.3083433Z [5726/7038] 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-01-24T01:19:37.3779671Z [5727/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-01-24T01:19:37.3796770Z [5728/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-01-24T01:19:37.4299338Z [5729/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:19:37.4463467Z [5730/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-01-24T01:19:37.5272732Z [5731/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T01:19:37.5338768Z [5732/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T01:19:37.5352219Z [5733/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T01:19:37.5366092Z [5734/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:19:37.5591060Z [5735/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T01:19:37.6132046Z [5736/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-01-24T01:19:37.6215716Z [5737/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-01-24T01:19:37.7405439Z [5738/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-01-24T01:19:37.7563110Z [5739/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.7631295Z [5740/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.7644255Z [5741/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.7743639Z [5742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.8255181Z [5743/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-01-24T01:19:37.8272647Z [5744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.8935096Z [5745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9068662Z [5746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9157318Z [5747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9467558Z [5748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9543825Z [5749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9912813Z [5750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:37.9978184Z [5751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:38.0311793Z [5752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-01-24T01:19:38.0377310Z [5753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-01-24T01:19:38.0530251Z [5754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T01:19:38.0630303Z [5755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-01-24T01:19:38.1176113Z [5756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:19:38.1341142Z [5757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:19:38.1448652Z [5758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:19:38.1465606Z [5759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-01-24T01:19:38.1612701Z [5760/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T01:19:38.1824424Z [5761/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-01-24T01:19:38.2347483Z [5762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:19:38.2418838Z [5763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-01-24T01:19:38.2597272Z [5764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-01-24T01:19:38.2663745Z [5765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T01:19:38.2685496Z [5766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-01-24T01:19:38.3099209Z [5767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-01-24T01:19:38.3117868Z [5768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-01-24T01:19:38.3238867Z [5769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-01-24T01:19:38.3256015Z [5770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-01-24T01:19:38.3547745Z [5771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-01-24T01:19:38.3880208Z [5772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T01:19:38.3946100Z [5773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-01-24T01:19:38.4270532Z [5774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T01:19:38.4324733Z [5775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-01-24T01:19:38.4437496Z [5776/7038] 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-01-24T01:19:38.4515037Z [5777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-01-24T01:19:38.4775845Z [5778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-01-24T01:19:38.5050000Z [5779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-01-24T01:19:38.5168537Z [5780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-01-24T01:19:38.5436739Z [5781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-01-24T01:19:38.5494573Z [5782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-01-24T01:19:38.5970702Z [5783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-01-24T01:19:38.6034549Z [5784/7038] 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-01-24T01:19:38.6293665Z [5785/7038] 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-01-24T01:19:38.6489269Z [5786/7038] 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-01-24T01:19:38.6672057Z [5787/7038] 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-01-24T01:19:38.6950829Z [5788/7038] 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-01-24T01:19:38.7409599Z [5789/7038] 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-01-24T01:19:38.7557223Z [5790/7038] 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-01-24T01:19:38.7614819Z [5791/7038] 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-01-24T01:19:38.7795911Z [5792/7038] 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-01-24T01:19:38.7992156Z [5793/7038] 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-01-24T01:19:38.8338523Z [5794/7038] 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-01-24T01:19:38.8472699Z [5795/7038] 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-01-24T01:19:38.8958442Z [5796/7038] 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-01-24T01:19:38.9049292Z [5797/7038] 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-01-24T01:19:38.9335917Z [5798/7038] 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-01-24T01:19:38.9479332Z [5799/7038] 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-01-24T01:19:38.9790200Z [5800/7038] 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-01-24T01:19:39.0042972Z [5801/7038] 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-01-24T01:19:39.0577910Z [5802/7038] 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-01-24T01:19:39.0641725Z [5803/7038] 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-01-24T01:19:39.0698008Z [5804/7038] 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-01-24T01:19:39.0984408Z [5805/7038] 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-01-24T01:19:39.1221733Z [5806/7038] 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-01-24T01:19:39.1287503Z [5807/7038] 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-01-24T01:19:39.1518288Z [5808/7038] 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-01-24T01:19:39.1882503Z [5809/7038] 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-01-24T01:19:39.2138976Z [5810/7038] 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-01-24T01:19:39.2197553Z [5811/7038] 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-01-24T01:19:39.2494265Z [5812/7038] 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-01-24T01:19:39.2692121Z [5813/7038] 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-01-24T01:19:39.3068507Z [5814/7038] 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-01-24T01:19:39.3502599Z [5815/7038] 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-01-24T01:19:39.3612738Z [5816/7038] 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-01-24T01:19:39.3703148Z [5817/7038] 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-01-24T01:19:39.3765906Z [5818/7038] 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-01-24T01:19:39.4100920Z [5819/7038] 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-01-24T01:19:39.4281291Z [5820/7038] 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-01-24T01:19:39.4504400Z [5821/7038] 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-01-24T01:19:39.5018766Z [5822/7038] 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-01-24T01:19:39.5151721Z [5823/7038] 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-01-24T01:19:39.5301949Z [5824/7038] 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-01-24T01:19:39.5628391Z [5825/7038] 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-01-24T01:19:39.5810562Z [5826/7038] 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-01-24T01:19:39.6060931Z [5827/7038] 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-01-24T01:19:39.6077299Z [5828/7038] 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-01-24T01:19:39.6586923Z [5829/7038] 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-01-24T01:19:39.6766268Z [5830/7038] 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-01-24T01:19:39.7001765Z [5831/7038] 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-01-24T01:19:39.7060112Z [5832/7038] 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-01-24T01:19:39.7271492Z [5833/7038] 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-01-24T01:19:39.7386749Z [5834/7038] 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-01-24T01:19:39.7470798Z [5835/7038] 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-01-24T01:19:39.8205817Z [5836/7038] 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-01-24T01:19:39.8262101Z [5837/7038] 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-01-24T01:19:39.8371910Z [5838/7038] 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-01-24T01:19:39.8434690Z [5839/7038] 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-01-24T01:19:39.8528948Z [5840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-01-24T01:19:39.8584728Z [5841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-01-24T01:19:39.8745053Z [5842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-01-24T01:19:39.9524048Z [5843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T01:19:39.9665857Z [5844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T01:19:39.9721159Z [5845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-01-24T01:19:39.9856516Z [5846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T01:19:39.9914345Z [5847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-01-24T01:19:40.0070025Z [5848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T01:19:40.0386778Z [5849/7038] 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-01-24T01:19:40.1113967Z [5850/7038] 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-01-24T01:19:40.1217054Z [5851/7038] 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-01-24T01:19:40.1401795Z [5852/7038] 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-01-24T01:19:40.1501522Z [5853/7038] 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-01-24T01:19:40.1553808Z [5854/7038] 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-01-24T01:19:40.1710602Z [5855/7038] 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-01-24T01:19:40.2315399Z [5856/7038] 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-01-24T01:19:40.2625849Z [5857/7038] 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-01-24T01:19:40.2741132Z [5858/7038] 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-01-24T01:19:40.3055231Z [5859/7038] 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-01-24T01:19:40.3118428Z [5860/7038] 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-01-24T01:19:40.3225282Z [5861/7038] 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-01-24T01:19:40.4078997Z [5862/7038] 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-01-24T01:19:40.4093770Z [5863/7038] 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-01-24T01:19:40.4107181Z [5864/7038] 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-01-24T01:19:40.4120270Z [5865/7038] 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-01-24T01:19:40.5149641Z [5866/7038] 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-01-24T01:19:40.5226249Z [5867/7038] 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-01-24T01:19:40.5486015Z [5868/7038] 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-01-24T01:19:40.5607541Z [5869/7038] 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-01-24T01:19:40.5624010Z [5870/7038] 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-01-24T01:19:40.5737965Z [5871/7038] 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-01-24T01:19:40.6199636Z [5872/7038] 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-01-24T01:19:40.6586009Z [5873/7038] 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-01-24T01:19:40.6709209Z [5874/7038] 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-01-24T01:19:40.6945692Z [5875/7038] 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-01-24T01:19:40.7128869Z [5876/7038] 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-01-24T01:19:40.7145491Z [5877/7038] 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-01-24T01:19:40.7217756Z [5878/7038] 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-01-24T01:19:40.7681889Z [5879/7038] 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-01-24T01:19:40.8081904Z [5880/7038] 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-01-24T01:19:40.8252640Z [5881/7038] 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-01-24T01:19:40.8443120Z [5882/7038] 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-01-24T01:19:40.8664298Z [5883/7038] 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-01-24T01:19:40.8729985Z [5884/7038] 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-01-24T01:19:40.8744158Z [5885/7038] 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-01-24T01:19:40.9208840Z [5886/7038] 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-01-24T01:19:40.9521469Z [5887/7038] 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-01-24T01:19:40.9737564Z [5888/7038] 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-01-24T01:19:40.9951273Z [5889/7038] 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-01-24T01:19:41.0211304Z [5890/7038] 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-01-24T01:19:41.0303790Z [5891/7038] 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-01-24T01:19:41.0317848Z [5892/7038] 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-01-24T01:19:41.0964261Z [5893/7038] 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-01-24T01:19:41.1087834Z [5894/7038] 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-01-24T01:19:41.1394692Z [5895/7038] 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-01-24T01:19:41.1698665Z [5896/7038] 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-01-24T01:19:41.1801442Z [5897/7038] 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-01-24T01:19:41.1858636Z [5898/7038] 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-01-24T01:19:41.2233837Z [5899/7038] 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-01-24T01:19:41.2574951Z [5900/7038] 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-01-24T01:19:41.2590039Z [5901/7038] 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-01-24T01:19:41.2969671Z [5902/7038] 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-01-24T01:19:41.3268396Z [5903/7038] 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-01-24T01:19:41.3333660Z [5904/7038] 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-01-24T01:19:41.3348980Z [5905/7038] 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-01-24T01:19:41.4101203Z [5906/7038] 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-01-24T01:19:41.4227447Z [5907/7038] 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-01-24T01:19:41.4289479Z [5908/7038] 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-01-24T01:19:41.4382920Z [5909/7038] 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-01-24T01:19:41.4706531Z [5910/7038] 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-01-24T01:19:41.4767094Z [5911/7038] 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-01-24T01:19:41.4829080Z [5912/7038] 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-01-24T01:19:41.5646205Z [5913/7038] 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-01-24T01:19:41.5747419Z [5914/7038] 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-01-24T01:19:41.5764614Z [5915/7038] 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-01-24T01:19:41.6245494Z [5916/7038] 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-01-24T01:19:41.6338410Z [5917/7038] 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-01-24T01:19:41.6409770Z [5918/7038] 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-01-24T01:19:41.6572656Z [5919/7038] 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-01-24T01:19:41.7210580Z [5920/7038] 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-01-24T01:19:41.7336965Z [5921/7038] 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-01-24T01:19:41.7588988Z [5922/7038] 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-01-24T01:19:41.7722898Z [5923/7038] 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-01-24T01:19:41.7823839Z [5924/7038] 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-01-24T01:19:41.7892195Z [5925/7038] 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-01-24T01:19:41.8000796Z [5926/7038] 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-01-24T01:19:41.8821458Z [5927/7038] 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-01-24T01:19:41.8879791Z [5928/7038] 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-01-24T01:19:41.9098012Z [5929/7038] 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-01-24T01:19:41.9258489Z [5930/7038] 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-01-24T01:19:41.9385833Z [5931/7038] 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-01-24T01:19:41.9399009Z [5932/7038] 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-01-24T01:19:41.9739602Z [5933/7038] 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-01-24T01:19:42.0465134Z [5934/7038] 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-01-24T01:19:42.0558303Z [5935/7038] 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-01-24T01:19:42.0749969Z [5936/7038] 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-01-24T01:19:42.0802110Z [5937/7038] 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-01-24T01:19:42.0853326Z [5938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-01-24T01:19:42.1386293Z [5939/7038] 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-01-24T01:19:42.1730955Z [5940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-01-24T01:19:42.2176781Z [5941/7038] 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-01-24T01:19:42.2189518Z [5942/7038] 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-01-24T01:19:42.2272321Z [5943/7038] 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-01-24T01:19:42.2424231Z [5944/7038] 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-01-24T01:19:42.3036462Z [5945/7038] 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-01-24T01:19:42.3050087Z [5946/7038] 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-01-24T01:19:42.3122140Z [5947/7038] 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-01-24T01:19:42.3855848Z [5948/7038] 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-01-24T01:19:42.3929788Z [5949/7038] 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-01-24T01:19:42.3950896Z [5950/7038] 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-01-24T01:19:42.4187924Z [5951/7038] 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-01-24T01:19:42.4510934Z [5952/7038] 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-01-24T01:19:42.4633678Z [5953/7038] 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-01-24T01:19:42.5146683Z [5954/7038] 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-01-24T01:19:42.5595688Z [5955/7038] 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-01-24T01:19:42.5664115Z [5956/7038] 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-01-24T01:19:42.5680866Z [5957/7038] 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-01-24T01:19:42.6114173Z [5958/7038] 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-01-24T01:19:42.6130850Z [5959/7038] 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-01-24T01:19:42.6292440Z [5960/7038] 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-01-24T01:19:42.6721011Z [5961/7038] 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-01-24T01:19:42.7171030Z [5962/7038] 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-01-24T01:19:42.7186602Z [5963/7038] 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-01-24T01:19:42.7199501Z [5964/7038] 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-01-24T01:19:42.7529767Z [5965/7038] 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-01-24T01:19:42.7657012Z [5966/7038] 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-01-24T01:19:42.7847214Z [5967/7038] 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-01-24T01:19:42.8588882Z [5968/7038] 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-01-24T01:19:42.8602462Z [5969/7038] 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-01-24T01:19:42.8660475Z [5970/7038] 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-01-24T01:19:42.8821474Z [5971/7038] 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-01-24T01:19:42.9261001Z [5972/7038] 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-01-24T01:19:42.9334718Z [5973/7038] 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-01-24T01:19:42.9399592Z [5974/7038] 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-01-24T01:19:42.9750748Z [5975/7038] 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-01-24T01:19:42.9953146Z [5976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-01-24T01:19:43.0013307Z [5977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-01-24T01:19:43.0305501Z [5978/7038] 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-01-24T01:19:43.0437102Z [5979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-01-24T01:19:43.0530807Z [5980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-01-24T01:19:43.0807894Z [5981/7038] 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-01-24T01:19:43.1181163Z [5982/7038] 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-01-24T01:19:43.1490158Z [5983/7038] 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-01-24T01:19:43.1581807Z [5984/7038] 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-01-24T01:19:43.1807059Z [5985/7038] 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-01-24T01:19:43.1864443Z [5986/7038] 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-01-24T01:19:43.2192900Z [5987/7038] 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-01-24T01:19:43.2840475Z [5988/7038] 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-01-24T01:19:43.2860307Z [5989/7038] 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-01-24T01:19:43.2983837Z [5990/7038] 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-01-24T01:19:43.3167270Z [5991/7038] 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-01-24T01:19:43.3395528Z [5992/7038] 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-01-24T01:19:43.3411457Z [5993/7038] 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-01-24T01:19:43.3676652Z [5994/7038] 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-01-24T01:19:43.4424346Z [5995/7038] 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-01-24T01:19:43.4483081Z [5996/7038] 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-01-24T01:19:43.4607688Z [5997/7038] 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-01-24T01:19:43.4782967Z [5998/7038] 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-01-24T01:19:43.4804663Z [5999/7038] 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-01-24T01:19:43.4976326Z [6000/7038] 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-01-24T01:19:43.5816451Z [6001/7038] 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-01-24T01:19:43.6221369Z [6002/7038] 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-01-24T01:19:43.6275335Z [6003/7038] 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-01-24T01:19:43.6410943Z [6004/7038] 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-01-24T01:19:43.6545157Z [6005/7038] 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-01-24T01:19:43.6569931Z [6006/7038] 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-01-24T01:19:43.6636638Z [6007/7038] 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-01-24T01:19:43.7204987Z [6008/7038] 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-01-24T01:19:43.7743820Z [6009/7038] 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-01-24T01:19:43.7856429Z [6010/7038] 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-01-24T01:19:43.7870255Z [6011/7038] 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-01-24T01:19:43.8011051Z [6012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:43.8106420Z [6013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:43.8516565Z [6014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-01-24T01:19:43.8729436Z [6015/7038] 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-01-24T01:19:43.9181144Z [6016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:43.9294591Z [6017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:43.9346073Z [6018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-01-24T01:19:43.9407975Z [6019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-01-24T01:19:43.9425430Z [6020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:43.9858088Z [6021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:44.0286328Z [6022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:44.0512038Z [6023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:44.0749584Z [6024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:44.0765897Z [6025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-01-24T01:19:44.0839914Z [6026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-01-24T01:19:44.0853727Z [6027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-01-24T01:19:44.1433607Z [6028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.1734826Z [6029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.1982463Z [6030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.2295247Z [6031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.2350407Z [6032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.2474687Z [6033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.2543550Z [6034/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.3331073Z [6035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.3567536Z [6036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.3583880Z [6037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.3700803Z [6038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.3925634Z [6039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.4148404Z [6040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.4447373Z [6041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.4759371Z [6042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.5685132Z [6043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.5699824Z [6044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.5722783Z [6045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.5886724Z [6046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.6029555Z [6047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.6150724Z [6048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.6654270Z [6049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7334745Z [6050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7405168Z [6051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7462074Z [6052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7537912Z [6053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7550252Z [6054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.7724350Z [6055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.8187081Z [6056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.8830053Z [6057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9060739Z [6058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9109712Z [6059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9166245Z [6060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9345358Z [6061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9799511Z [6062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:44.9864448Z [6063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.0197093Z [6064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.0612235Z [6065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.0931002Z [6066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.1120282Z [6067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.1184430Z [6068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.1207701Z [6069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.1506428Z [6070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.1521305Z [6071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2091520Z [6072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2459181Z [6073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2570778Z [6074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2583799Z [6075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2640109Z [6076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.2889322Z [6077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.3075314Z [6078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.3618835Z [6079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.3814148Z [6080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.3833529Z [6081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T01:19:45.3889478Z [6082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.3949454Z [6083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.4023340Z [6084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T01:19:45.4040896Z [6085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T01:19:45.4512848Z [6086/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:19:45.4693451Z [6087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T01:19:45.4818038Z [6088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-01-24T01:19:45.4835758Z [6089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T01:19:45.4906039Z [6090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T01:19:45.4918230Z [6091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-01-24T01:19:45.5293327Z [6092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T01:19:45.5310939Z [6093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T01:19:45.5629774Z [6094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-01-24T01:19:45.5725989Z [6095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T01:19:45.5849874Z [6096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-01-24T01:19:45.5865384Z [6097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T01:19:45.5991573Z [6098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T01:19:45.6284341Z [6099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T01:19:45.6302848Z [6100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T01:19:45.6709209Z [6101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T01:19:45.6769019Z [6102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:19:45.6819180Z [6103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-01-24T01:19:45.7022693Z [6104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T01:19:45.7328489Z [6105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T01:19:45.7346933Z [6106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T01:19:45.7402495Z [6107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-01-24T01:19:45.7667867Z [6108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T01:19:45.7909977Z [6109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T01:19:45.7972246Z [6110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T01:19:45.8043166Z [6111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-01-24T01:19:45.8177966Z [6112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-01-24T01:19:45.8238847Z [6113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T01:19:45.8659246Z [6114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-01-24T01:19:45.8798187Z [6115/7038] 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-01-24T01:19:45.9039168Z [6116/7038] 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-01-24T01:19:45.9092802Z [6117/7038] 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-01-24T01:19:45.9152020Z [6118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-01-24T01:19:45.9310215Z [6119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-01-24T01:19:45.9461704Z [6120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-01-24T01:19:45.9904384Z [6121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-01-24T01:19:45.9971991Z [6122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-01-24T01:19:46.0179447Z [6123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-01-24T01:19:46.0326174Z [6124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-01-24T01:19:46.0382009Z [6125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-01-24T01:19:46.0438700Z [6126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-01-24T01:19:46.0703121Z [6127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-01-24T01:19:46.1031207Z [6128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-01-24T01:19:46.1381603Z [6129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-01-24T01:19:46.1515277Z [6130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-01-24T01:19:46.1572750Z [6131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-01-24T01:19:46.1585079Z [6132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-01-24T01:19:46.1977783Z [6133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-01-24T01:19:46.2294702Z [6134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-01-24T01:19:46.2359016Z [6135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-01-24T01:19:46.2467262Z [6136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-01-24T01:19:46.2643035Z [6137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-01-24T01:19:46.2660663Z [6138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-01-24T01:19:46.2723586Z [6139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-01-24T01:19:46.3085021Z [6140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-01-24T01:19:46.3536159Z [6141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-01-24T01:19:46.3778920Z [6142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-01-24T01:19:46.3958284Z [6143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-01-24T01:19:46.4235130Z [6144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-01-24T01:19:46.4319557Z [6145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-01-24T01:19:46.4339098Z [6146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-01-24T01:19:46.4538899Z [6147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-01-24T01:19:46.5026316Z [6148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-01-24T01:19:46.6002942Z [6149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-01-24T01:19:46.6017570Z [6150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-01-24T01:19:46.6033604Z [6151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-01-24T01:19:46.6353834Z [6152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-01-24T01:19:46.6819300Z [6153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-01-24T01:19:46.6888340Z [6154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-01-24T01:19:46.7273494Z [6155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-01-24T01:19:46.7344385Z [6156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-01-24T01:19:46.7359278Z [6157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-01-24T01:19:46.7618361Z [6158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-01-24T01:19:46.7637527Z [6159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-01-24T01:19:46.8050025Z [6160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-01-24T01:19:46.8181682Z [6161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-01-24T01:19:46.8560410Z [6162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-01-24T01:19:46.8636934Z [6163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-01-24T01:19:46.8798801Z [6164/7038] 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-01-24T01:19:46.8882828Z [6165/7038] 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-01-24T01:19:46.9039581Z [6166/7038] 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-01-24T01:19:46.9272477Z [6167/7038] 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-01-24T01:19:46.9617378Z [6168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-01-24T01:19:46.9794756Z [6169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-01-24T01:19:47.0083457Z [6170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-01-24T01:19:47.0248932Z [6171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-01-24T01:19:47.0370297Z [6172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-01-24T01:19:47.0569123Z [6173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-01-24T01:19:47.0629983Z [6174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-01-24T01:19:47.0987968Z [6175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-01-24T01:19:47.1297985Z [6176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-01-24T01:19:47.1385594Z [6177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-01-24T01:19:47.1501908Z [6178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-01-24T01:19:47.1863944Z [6179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T01:19:47.1938770Z [6180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-01-24T01:19:47.1956298Z [6181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-01-24T01:19:47.2298614Z [6182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-01-24T01:19:47.2354278Z [6183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-01-24T01:19:47.2537289Z [6184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-01-24T01:19:47.2651297Z [6185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-01-24T01:19:47.2798513Z [6186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-01-24T01:19:47.2975883Z [6187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-01-24T01:19:47.3166890Z [6188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-01-24T01:19:47.3311285Z [6189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:19:47.3371443Z [6190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T01:19:47.3684396Z [6191/7038] 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-01-24T01:19:47.4000869Z [6192/7038] 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-01-24T01:19:47.4287314Z [6193/7038] 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-01-24T01:19:47.4363831Z [6194/7038] 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-01-24T01:19:47.4510071Z [6195/7038] 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-01-24T01:19:47.4525457Z [6196/7038] 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-01-24T01:19:47.5021208Z [6197/7038] 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-01-24T01:19:47.5159915Z [6198/7038] 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-01-24T01:19:47.5299966Z [6199/7038] 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-01-24T01:19:47.5647970Z [6200/7038] 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-01-24T01:19:47.5795440Z [6201/7038] 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-01-24T01:19:47.5862386Z [6202/7038] 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-01-24T01:19:47.5955265Z [6203/7038] 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-01-24T01:19:47.6196060Z [6204/7038] 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-01-24T01:19:47.6620376Z [6205/7038] 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-01-24T01:19:47.6697395Z [6206/7038] 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-01-24T01:19:47.6941436Z [6207/7038] 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-01-24T01:19:47.7189838Z [6208/7038] 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-01-24T01:19:47.7207056Z [6209/7038] 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-01-24T01:19:47.7221676Z [6210/7038] 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-01-24T01:19:47.7631170Z [6211/7038] 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-01-24T01:19:47.8118172Z [6212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T01:19:47.8245424Z [6213/7038] 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-01-24T01:19:47.8353415Z [6214/7038] 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-01-24T01:19:47.8457854Z [6215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-01-24T01:19:47.8524195Z [6216/7038] 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-01-24T01:19:47.8650694Z [6217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-01-24T01:19:47.8914656Z [6218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-01-24T01:19:47.9271819Z [6219/7038] 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-01-24T01:19:47.9542755Z [6220/7038] 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-01-24T01:19:47.9599148Z [6221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-01-24T01:19:47.9713629Z [6222/7038] 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-01-24T01:19:47.9977720Z [6223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-01-24T01:19:47.9994879Z [6224/7038] 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-01-24T01:19:48.0369621Z [6225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-01-24T01:19:48.0686673Z [6226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T01:19:48.0765399Z [6227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-01-24T01:19:48.0914132Z [6228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-01-24T01:19:48.1083303Z [6229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-01-24T01:19:48.1172569Z [6230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-01-24T01:19:48.1292973Z [6231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-01-24T01:19:48.1418975Z [6232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-01-24T01:19:48.1821404Z [6233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-01-24T01:19:48.2018277Z [6234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-01-24T01:19:48.2132600Z [6235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-01-24T01:19:48.2291108Z [6236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-01-24T01:19:48.2413459Z [6237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-01-24T01:19:48.2658863Z [6238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-01-24T01:19:48.2676262Z [6239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-01-24T01:19:48.3126364Z [6240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-01-24T01:19:48.3143024Z [6241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-01-24T01:19:48.3518862Z [6242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-01-24T01:19:48.3683633Z [6243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-01-24T01:19:48.3740145Z [6244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-01-24T01:19:48.3872631Z [6245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-01-24T01:19:48.3936614Z [6246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-01-24T01:19:48.4242898Z [6247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-01-24T01:19:48.4376787Z [6248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-01-24T01:19:48.4993960Z [6249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-01-24T01:19:48.5044424Z [6250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-01-24T01:19:48.5110503Z [6251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-01-24T01:19:48.5167673Z [6252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-01-24T01:19:48.5436358Z [6253/7038] 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-01-24T01:19:48.5636193Z [6254/7038] 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-01-24T01:19:48.5857156Z [6255/7038] 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-01-24T01:19:48.6534864Z [6256/7038] 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-01-24T01:19:48.6600692Z [6257/7038] 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-01-24T01:19:48.6620419Z [6258/7038] 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-01-24T01:19:48.6766616Z [6259/7038] 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-01-24T01:19:48.6943424Z [6260/7038] 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-01-24T01:19:48.7279740Z [6261/7038] 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-01-24T01:19:48.7498477Z [6262/7038] 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-01-24T01:19:48.8071362Z [6263/7038] 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-01-24T01:19:48.8133568Z [6264/7038] 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-01-24T01:19:48.8243249Z [6265/7038] 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-01-24T01:19:48.8780522Z [6266/7038] 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-01-24T01:19:48.8845570Z [6267/7038] 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-01-24T01:19:48.8861133Z [6268/7038] 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-01-24T01:19:48.9059761Z [6269/7038] 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-01-24T01:19:48.9517979Z [6270/7038] 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-01-24T01:19:48.9629782Z [6271/7038] 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-01-24T01:19:48.9770816Z [6272/7038] 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-01-24T01:19:49.0019310Z [6273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-01-24T01:19:49.0090649Z [6274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-01-24T01:19:49.0108265Z [6275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-01-24T01:19:49.0174767Z [6276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-01-24T01:19:49.0644737Z [6277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-01-24T01:19:49.0997200Z [6278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-01-24T01:19:49.1289015Z [6279/7038] 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-01-24T01:19:49.1592805Z [6280/7038] 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-01-24T01:19:49.1649090Z [6281/7038] 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-01-24T01:19:49.1662162Z [6282/7038] 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-01-24T01:19:49.1900174Z [6283/7038] 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-01-24T01:19:49.2380657Z [6284/7038] 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-01-24T01:19:49.2444177Z [6285/7038] 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-01-24T01:19:49.2892951Z [6286/7038] 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-01-24T01:19:49.3037823Z [6287/7038] 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-01-24T01:19:49.3104255Z [6288/7038] 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-01-24T01:19:49.3278425Z [6289/7038] 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-01-24T01:19:49.3292461Z [6290/7038] 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-01-24T01:19:49.4041613Z [6291/7038] 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-01-24T01:19:49.4103422Z [6292/7038] 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-01-24T01:19:49.4443409Z [6293/7038] 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-01-24T01:19:49.4584587Z [6294/7038] 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-01-24T01:19:49.4646857Z [6295/7038] 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-01-24T01:19:49.4957475Z [6296/7038] 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-01-24T01:19:49.5022434Z [6297/7038] 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-01-24T01:19:49.5592622Z [6298/7038] 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-01-24T01:19:49.5653937Z [6299/7038] 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-01-24T01:19:49.6133549Z [6300/7038] 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-01-24T01:19:49.6298038Z [6301/7038] 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-01-24T01:19:49.6353711Z [6302/7038] 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-01-24T01:19:49.6411190Z [6303/7038] 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-01-24T01:19:49.6470646Z [6304/7038] 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-01-24T01:19:49.7063903Z [6305/7038] 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-01-24T01:19:49.7329796Z [6306/7038] 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-01-24T01:19:49.7630298Z [6307/7038] 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-01-24T01:19:49.8020044Z [6308/7038] 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-01-24T01:19:49.8038556Z [6309/7038] 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-01-24T01:19:49.8112918Z [6310/7038] 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-01-24T01:19:49.8203935Z [6311/7038] 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-01-24T01:19:49.8631588Z [6312/7038] 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-01-24T01:19:49.8721468Z [6313/7038] 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-01-24T01:19:49.9053155Z [6314/7038] 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-01-24T01:19:49.9559128Z [6315/7038] 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-01-24T01:19:49.9573805Z [6316/7038] 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-01-24T01:19:49.9640581Z [6317/7038] 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-01-24T01:19:49.9913195Z [6318/7038] 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-01-24T01:19:50.0132034Z [6319/7038] 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-01-24T01:19:50.0308567Z [6320/7038] 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-01-24T01:19:50.0761847Z [6321/7038] 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-01-24T01:19:50.1034975Z [6322/7038] 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-01-24T01:19:50.1126114Z [6323/7038] 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-01-24T01:19:50.1311048Z [6324/7038] 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-01-24T01:19:50.1445803Z [6325/7038] 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-01-24T01:19:50.1467031Z [6326/7038] 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-01-24T01:19:50.1629251Z [6327/7038] 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-01-24T01:19:50.2078030Z [6328/7038] 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-01-24T01:19:50.2482813Z [6329/7038] 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-01-24T01:19:50.2672709Z [6330/7038] 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-01-24T01:19:50.2690594Z [6331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.2838295Z [6332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.2853482Z [6333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.3041047Z [6334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.3389785Z [6335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.3862060Z [6336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.4007248Z [6337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.4104822Z [6338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T01:19:50.4285372Z [6339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:50.4458420Z [6340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T01:19:50.4820952Z [6341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T01:19:50.5201603Z [6342/7038] 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-01-24T01:19:50.5417103Z [6343/7038] 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-01-24T01:19:50.5715163Z [6344/7038] 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-01-24T01:19:50.5912033Z [6345/7038] 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-01-24T01:19:50.6074626Z [6346/7038] 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-01-24T01:19:50.6286357Z [6347/7038] 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-01-24T01:19:50.6489299Z [6348/7038] 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-01-24T01:19:50.6667603Z [6349/7038] 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-01-24T01:19:50.6835776Z [6350/7038] 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-01-24T01:19:50.7048534Z [6351/7038] 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-01-24T01:19:50.7315550Z [6352/7038] 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-01-24T01:19:50.7534572Z [6353/7038] 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-01-24T01:19:50.7703356Z [6354/7038] 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-01-24T01:19:50.7964267Z [6355/7038] 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-01-24T01:19:52.8718928Z [6356/7038] 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-01-24T01:19:52.8923240Z [6357/7038] 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-01-24T01:19:52.9067308Z [6358/7038] 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-01-24T01:19:52.9256946Z [6359/7038] 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-01-24T01:19:52.9443662Z [6360/7038] 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-01-24T01:19:52.9870078Z [6361/7038] 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-01-24T01:19:53.0042989Z [6362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-01-24T01:19:53.0098657Z [6363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-01-24T01:19:53.0249557Z [6364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-01-24T01:19:53.0350098Z [6365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-01-24T01:19:53.0592312Z [6366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:19:53.0655452Z [6367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:19:53.1228990Z [6368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.1301520Z [6369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.1423728Z [6370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.1804828Z [6371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.2934260Z [6372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T01:19:53.2952081Z [6373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.2968483Z [6374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.2984671Z [6375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.3190036Z [6376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T01:19:53.3314346Z [6377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T01:19:53.4469347Z [6378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.4600391Z [6379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.4683499Z [6380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:19:53.4695841Z [6381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T01:19:53.4747161Z [6382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:19:53.5022502Z [6383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.5078827Z [6384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.5809783Z [6385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.6017315Z [6386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.6080744Z [6387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:19:53.6094278Z [6388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T01:19:53.6224379Z [6389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.6300008Z [6390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:19:53.6409020Z [6391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T01:19:53.6928607Z [6392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-01-24T01:19:53.7013271Z [6393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-01-24T01:19:53.7082623Z [6394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T01:19:53.7314943Z [6395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-01-24T01:19:53.7367299Z [6396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-01-24T01:19:53.7574911Z [6397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-01-24T01:19:53.7740780Z [6398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-01-24T01:19:53.8358403Z [6399/7038] 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-01-24T01:19:53.8477647Z [6400/7038] 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-01-24T01:19:53.8576123Z [6401/7038] 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-01-24T01:19:53.8866520Z [6402/7038] 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-01-24T01:19:53.9165089Z [6403/7038] 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-01-24T01:19:53.9222808Z [6404/7038] 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-01-24T01:19:53.9521076Z [6405/7038] 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-01-24T01:19:53.9711830Z [6406/7038] 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-01-24T01:19:53.9976741Z [6407/7038] 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-01-24T01:19:54.0086135Z [6408/7038] 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-01-24T01:19:54.0748974Z [6409/7038] 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-01-24T01:19:54.0762535Z [6410/7038] 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-01-24T01:19:54.1382997Z [6411/7038] 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-01-24T01:19:54.1437516Z [6412/7038] 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-01-24T01:19:54.1505240Z [6413/7038] 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-01-24T01:19:54.1520795Z [6414/7038] 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-01-24T01:19:54.1538593Z [6415/7038] 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-01-24T01:19:54.2232074Z [6416/7038] 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-01-24T01:19:54.2497786Z [6417/7038] 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-01-24T01:19:54.2925804Z [6418/7038] 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-01-24T01:19:54.3018593Z [6419/7038] 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-01-24T01:19:54.3211928Z [6420/7038] 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-01-24T01:19:54.3326276Z [6421/7038] 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-01-24T01:19:54.3392356Z [6422/7038] 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-01-24T01:19:54.3898254Z [6423/7038] 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-01-24T01:19:54.4414437Z [6424/7038] 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-01-24T01:19:54.4474306Z [6425/7038] 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-01-24T01:19:54.4533280Z [6426/7038] 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-01-24T01:19:54.4676284Z [6427/7038] 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-01-24T01:19:54.4831858Z [6428/7038] 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-01-24T01:19:54.4895135Z [6429/7038] 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-01-24T01:19:54.5582870Z [6430/7038] 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-01-24T01:19:54.5950644Z [6431/7038] 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-01-24T01:19:54.6037727Z [6432/7038] 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-01-24T01:19:54.6285694Z [6433/7038] 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-01-24T01:19:54.6341006Z [6434/7038] 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-01-24T01:19:54.6459467Z [6435/7038] 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-01-24T01:19:54.6611241Z [6436/7038] 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-01-24T01:19:54.7419996Z [6437/7038] 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-01-24T01:19:54.7699762Z [6438/7038] 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-01-24T01:19:54.7930360Z [6439/7038] 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-01-24T01:19:54.7952936Z [6440/7038] 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-01-24T01:19:54.8016987Z [6441/7038] 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-01-24T01:19:54.8031099Z [6442/7038] 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-01-24T01:19:54.8182575Z [6443/7038] 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-01-24T01:19:54.9442850Z [6444/7038] 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-01-24T01:19:54.9500679Z [6445/7038] 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-01-24T01:19:54.9553717Z [6446/7038] 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-01-24T01:19:54.9569052Z [6447/7038] 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-01-24T01:19:54.9628416Z [6448/7038] 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-01-24T01:19:54.9835473Z [6449/7038] 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-01-24T01:19:54.9944341Z [6450/7038] 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-01-24T01:19:55.1021774Z [6451/7038] 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-01-24T01:19:55.1037002Z [6452/7038] 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-01-24T01:19:55.1100104Z [6453/7038] 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-01-24T01:19:55.1117556Z [6454/7038] 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-01-24T01:19:55.1169904Z [6455/7038] 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-01-24T01:19:55.1503802Z [6456/7038] 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-01-24T01:19:55.1605811Z [6457/7038] 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-01-24T01:19:55.2591987Z [6458/7038] 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-01-24T01:19:55.2605240Z [6459/7038] 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-01-24T01:19:55.2864049Z [6460/7038] 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-01-24T01:19:55.2924774Z [6461/7038] 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-01-24T01:19:55.2943376Z [6462/7038] 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-01-24T01:19:55.3120361Z [6463/7038] 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-01-24T01:19:55.3644462Z [6464/7038] 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-01-24T01:19:55.3983773Z [6465/7038] 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-01-24T01:19:55.4100785Z [6466/7038] 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-01-24T01:19:55.4385104Z [6467/7038] 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-01-24T01:19:55.4626602Z [6468/7038] 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-01-24T01:19:55.4642720Z [6469/7038] 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-01-24T01:19:55.4659517Z [6470/7038] 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-01-24T01:19:55.5056273Z [6471/7038] 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-01-24T01:19:55.5976768Z [6472/7038] 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-01-24T01:19:55.6129827Z [6473/7038] 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-01-24T01:19:55.6143908Z [6474/7038] 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-01-24T01:19:55.6228236Z [6475/7038] 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-01-24T01:19:55.6371104Z [6476/7038] 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-01-24T01:19:55.6575090Z [6477/7038] 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-01-24T01:19:55.7216671Z [6478/7038] 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-01-24T01:19:55.7400188Z [6479/7038] 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-01-24T01:19:55.7700942Z [6480/7038] 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-01-24T01:19:55.7864247Z [6481/7038] 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-01-24T01:19:55.8037926Z [6482/7038] 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-01-24T01:19:55.8050841Z [6483/7038] 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-01-24T01:19:55.8287907Z [6484/7038] 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-01-24T01:19:55.8632408Z [6485/7038] 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-01-24T01:19:55.9344334Z [6486/7038] 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-01-24T01:19:55.9428861Z [6487/7038] 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-01-24T01:19:55.9509257Z [6488/7038] 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-01-24T01:19:55.9800292Z [6489/7038] 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-01-24T01:19:55.9860057Z [6490/7038] 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-01-24T01:19:56.0059591Z [6491/7038] 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-01-24T01:19:56.0201679Z [6492/7038] 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-01-24T01:19:56.0753824Z [6493/7038] 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-01-24T01:19:56.0901757Z [6494/7038] 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-01-24T01:19:56.1011250Z [6495/7038] 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-01-24T01:19:56.1362359Z [6496/7038] 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-01-24T01:19:56.1376094Z [6497/7038] 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-01-24T01:19:56.1530604Z [6498/7038] 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-01-24T01:19:56.1819628Z [6499/7038] 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-01-24T01:19:56.2324194Z [6500/7038] 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-01-24T01:19:56.2446271Z [6501/7038] 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-01-24T01:19:56.2759986Z [6502/7038] 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-01-24T01:19:56.2849488Z [6503/7038] 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-01-24T01:19:56.2908624Z [6504/7038] 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-01-24T01:19:56.3099013Z [6505/7038] 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-01-24T01:19:56.3465278Z [6506/7038] 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-01-24T01:19:56.4030871Z [6507/7038] 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-01-24T01:19:56.4114510Z [6508/7038] 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-01-24T01:19:56.4303729Z [6509/7038] 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-01-24T01:19:56.4413642Z [6510/7038] 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-01-24T01:19:56.4503088Z [6511/7038] 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-01-24T01:19:56.4701345Z [6512/7038] 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-01-24T01:19:56.5157850Z [6513/7038] 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-01-24T01:19:56.5492306Z [6514/7038] 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-01-24T01:19:56.5508622Z [6515/7038] 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-01-24T01:19:56.5815242Z [6516/7038] 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-01-24T01:19:56.6007516Z [6517/7038] 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-01-24T01:19:56.6068670Z [6518/7038] 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-01-24T01:19:56.6234257Z [6519/7038] 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-01-24T01:19:56.6658427Z [6520/7038] 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-01-24T01:19:56.7054573Z [6521/7038] 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-01-24T01:19:56.7126919Z [6522/7038] 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-01-24T01:19:56.7463367Z [6523/7038] 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-01-24T01:19:56.7563017Z [6524/7038] 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-01-24T01:19:56.7742605Z [6525/7038] 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-01-24T01:19:56.7808646Z [6526/7038] 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-01-24T01:19:56.8301566Z [6527/7038] 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-01-24T01:19:56.8615974Z [6528/7038] 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-01-24T01:19:56.8677290Z [6529/7038] 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-01-24T01:19:56.8994103Z [6530/7038] 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-01-24T01:19:56.9355022Z [6531/7038] 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-01-24T01:19:56.9419747Z [6532/7038] 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-01-24T01:19:56.9550341Z [6533/7038] 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-01-24T01:19:57.0122944Z [6534/7038] 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-01-24T01:19:57.0205834Z [6535/7038] 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-01-24T01:19:57.0395883Z [6536/7038] 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-01-24T01:19:57.0878398Z [6537/7038] 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-01-24T01:19:57.0942481Z [6538/7038] 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-01-24T01:19:57.0957113Z [6539/7038] 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-01-24T01:19:57.1230636Z [6540/7038] 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-01-24T01:19:57.1638488Z [6541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.1754158Z [6542/7038] 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-01-24T01:19:57.1832117Z [6543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.2450353Z [6544/7038] 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-01-24T01:19:57.2590998Z [6545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.2647817Z [6546/7038] 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-01-24T01:19:57.2719164Z [6547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.3233187Z [6548/7038] 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-01-24T01:19:57.3297905Z [6549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.3533300Z [6550/7038] 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-01-24T01:19:57.4032928Z [6551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.4114531Z [6552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.4194807Z [6553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.4327944Z [6554/7038] 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-01-24T01:19:57.4749709Z [6555/7038] 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-01-24T01:19:57.5057421Z [6556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.5075045Z [6557/7038] 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-01-24T01:19:57.5626250Z [6558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.5723776Z [6559/7038] 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-01-24T01:19:57.5853049Z [6560/7038] 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-01-24T01:19:57.6155416Z [6561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.6173048Z [6562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.6510496Z [6563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.6588037Z [6564/7038] 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-01-24T01:19:57.7214898Z [6565/7038] 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-01-24T01:19:57.7383620Z [6566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.7447269Z [6567/7038] 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-01-24T01:19:57.7644867Z [6568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.7836869Z [6569/7038] 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-01-24T01:19:57.7977695Z [6570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.8064808Z [6571/7038] 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-01-24T01:19:57.8543154Z [6572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-01-24T01:19:57.8808811Z [6573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-01-24T01:19:57.8867228Z [6574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-01-24T01:19:57.9187841Z [6575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T01:19:57.9341851Z [6576/7038] 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-01-24T01:19:57.9498280Z [6577/7038] 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-01-24T01:19:57.9853902Z [6578/7038] 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-01-24T01:19:58.0106811Z [6579/7038] 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-01-24T01:19:58.0380415Z [6580/7038] 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-01-24T01:19:58.0686209Z [6581/7038] 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-01-24T01:19:58.0706302Z [6582/7038] 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-01-24T01:19:58.0928601Z [6583/7038] 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-01-24T01:19:58.1132214Z [6584/7038] 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-01-24T01:19:58.1464255Z [6585/7038] 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-01-24T01:19:58.1525106Z [6586/7038] 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-01-24T01:19:58.1967630Z [6587/7038] 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-01-24T01:19:58.2279779Z [6588/7038] 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-01-24T01:19:58.2483819Z [6589/7038] 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-01-24T01:19:58.2546984Z [6590/7038] 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-01-24T01:19:58.2711747Z [6591/7038] 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-01-24T01:19:58.2965800Z [6592/7038] 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-01-24T01:19:58.2985922Z [6593/7038] 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-01-24T01:19:58.3471881Z [6594/7038] 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-01-24T01:19:58.4008514Z [6595/7038] 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-01-24T01:19:58.4071063Z [6596/7038] 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-01-24T01:19:58.4148512Z [6597/7038] 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-01-24T01:19:58.4217230Z [6598/7038] 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-01-24T01:19:58.4569442Z [6599/7038] 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-01-24T01:19:58.4954534Z [6600/7038] 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-01-24T01:19:58.5503555Z [6601/7038] 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-01-24T01:19:58.5687301Z [6602/7038] 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-01-24T01:19:58.5869886Z [6603/7038] 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-01-24T01:19:58.6049994Z [6604/7038] 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-01-24T01:19:58.6066358Z [6605/7038] 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-01-24T01:19:58.6386136Z [6606/7038] 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-01-24T01:19:58.6452707Z [6607/7038] 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-01-24T01:19:58.7093647Z [6608/7038] 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-01-24T01:19:58.7366366Z [6609/7038] 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-01-24T01:19:58.7583262Z [6610/7038] 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-01-24T01:19:58.7702804Z [6611/7038] 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-01-24T01:19:58.8079052Z [6612/7038] 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-01-24T01:19:58.8537716Z [6613/7038] 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-01-24T01:19:58.8776244Z [6614/7038] 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-01-24T01:19:58.8841291Z [6615/7038] 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-01-24T01:19:58.8895020Z [6616/7038] 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-01-24T01:19:58.9177134Z [6617/7038] 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-01-24T01:19:58.9254322Z [6618/7038] 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-01-24T01:19:58.9615874Z [6619/7038] 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-01-24T01:19:59.0017334Z [6620/7038] 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-01-24T01:19:59.0107506Z [6621/7038] Linking CXX static library lib\gtest_main.lib 2025-01-24T01:19:59.0170710Z [6622/7038] Linking CXX static library lib\gmock.lib 2025-01-24T01:19:59.0300466Z [6623/7038] 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-01-24T01:19:59.2102165Z [6624/7038] Linking CXX static library lib\benchmark.lib 2025-01-24T01:19:59.2514401Z [6625/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-01-24T01:19:59.3087595Z [6626/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-01-24T01:19:59.3509171Z [6627/7038] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-01-24T01:19:59.3590662Z [6628/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-01-24T01:19:59.4385990Z [6629/7038] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-01-24T01:19:59.5632633Z [6630/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T01:19:59.5652991Z [6631/7038] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-01-24T01:19:59.6434829Z [6632/7038] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-01-24T01:19:59.7242181Z [6633/7038] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-01-24T01:19:59.7697846Z [6634/7038] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-01-24T01:19:59.7925241Z [6635/7038] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-01-24T01:19:59.8014078Z [6636/7038] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-01-24T01:19:59.9655996Z [6637/7038] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-01-24T01:20:00.0218519Z [6638/7038] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-01-24T01:20:00.1031464Z [6639/7038] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-01-24T01:20:00.1981822Z [6640/7038] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-01-24T01:20:00.2245380Z [6641/7038] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-01-24T01:20:00.2528024Z [6642/7038] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-01-24T01:20:00.2715805Z [6643/7038] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-01-24T01:20:00.3043064Z [6644/7038] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-01-24T01:20:00.3957058Z [6645/7038] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-01-24T01:20:00.5193704Z [6646/7038] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-01-24T01:20:00.6054521Z [6647/7038] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-01-24T01:20:00.6120559Z [6648/7038] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-01-24T01:20:00.6135768Z [6649/7038] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-01-24T01:20:00.6863700Z [6650/7038] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-01-24T01:20:00.7081680Z [6651/7038] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-01-24T01:20:00.7726169Z [6652/7038] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-01-24T01:20:00.8946341Z [6653/7038] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-01-24T01:20:00.9568903Z [6654/7038] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-01-24T01:20:01.0127776Z [6655/7038] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-01-24T01:20:01.1094585Z [6656/7038] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-01-24T01:20:01.1117398Z [6657/7038] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-01-24T01:20:01.1940854Z [6658/7038] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-01-24T01:20:01.2316233Z [6659/7038] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-01-24T01:20:01.2490114Z [6660/7038] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-01-24T01:20:01.3770810Z [6661/7038] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-01-24T01:20:01.3931995Z [6662/7038] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-01-24T01:20:01.5339792Z [6663/7038] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-01-24T01:20:01.5681803Z [6664/7038] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-01-24T01:20:01.6232096Z [6665/7038] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-01-24T01:20:01.6457664Z [6666/7038] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-01-24T01:20:01.7516969Z [6667/7038] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-01-24T01:20:01.8001446Z [6668/7038] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-01-24T01:20:01.8549125Z [6669/7038] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-01-24T01:20:01.8552082Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2025-01-24T01:20:01.8554657Z 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-01-24T01:20:01.8556525Z with 2025-01-24T01:20:01.8557111Z [ 2025-01-24T01:20:01.8557437Z T=Type 2025-01-24T01:20:01.8557753Z ] 2025-01-24T01:20:01.8559687Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(499): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-01-24T01:20:01.8561757Z with 2025-01-24T01:20:01.8562059Z [ 2025-01-24T01:20:01.8562367Z T=Type 2025-01-24T01:20:01.8562697Z ] 2025-01-24T01:20:01.8564932Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(713): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2025-01-24T01:20:01.8571278Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): 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-01-24T01:20:01.8579655Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to function template instantiation '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> &)' being compiled 2025-01-24T01:20:01.8973904Z 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-01-24T01:20:01.8976109Z [6670/7038] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-01-24T01:20:02.0084592Z [6671/7038] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-01-24T01:20:02.0313195Z [6672/7038] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-01-24T01:20:02.0500234Z [6673/7038] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-01-24T01:20:02.0890709Z [6674/7038] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-01-24T01:20:02.1422607Z [6675/7038] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-01-24T01:20:02.1495307Z [6676/7038] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-01-24T01:20:02.2468301Z [6677/7038] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-01-24T01:20:02.3336823Z [6678/7038] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-01-24T01:20:02.5637236Z [6679/7038] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-01-24T01:20:02.6836720Z [6680/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:20:02.7012893Z [6681/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:20:02.7375641Z [6682/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T01:20:02.7377949Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:20:02.7380425Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:20:02.7382904Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:20:05.0521922Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T01:20:05.0524399Z [6683/7038] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-01-24T01:20:05.1414169Z [6684/7038] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-01-24T01:20:05.2791232Z [6685/7038] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-01-24T01:20:05.4250393Z [6686/7038] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-01-24T01:20:05.8011453Z [6687/7038] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-01-24T01:20:05.8381911Z [6688/7038] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-01-24T01:20:05.8863634Z [6689/7038] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-01-24T01:20:07.9187868Z [6690/7038] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-01-24T01:20:08.0410250Z [6691/7038] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-01-24T01:20:08.1910374Z [6692/7038] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-01-24T01:20:08.6800530Z [6693/7038] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-01-24T01:20:08.7059014Z [6694/7038] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-01-24T01:20:08.7452710Z [6695/7038] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-01-24T01:20:08.8080876Z [6696/7038] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-01-24T01:20:10.8126687Z [6697/7038] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-01-24T01:20:11.1101118Z [6698/7038] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-01-24T01:20:11.2474622Z [6699/7038] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-01-24T01:20:11.4910960Z [6700/7038] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-01-24T01:20:11.5423398Z [6701/7038] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-01-24T01:20:11.6530746Z [6702/7038] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-01-24T01:20:11.7273901Z [6703/7038] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-01-24T01:20:11.9603342Z [6704/7038] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-01-24T01:20:13.7273713Z [6705/7038] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-01-24T01:20:14.0777466Z [6706/7038] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-01-24T01:20:14.3892970Z [6707/7038] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-01-24T01:20:14.5410506Z [6708/7038] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-01-24T01:20:14.5547518Z [6709/7038] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-01-24T01:20:14.6571606Z [6710/7038] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-01-24T01:20:14.7678425Z [6711/7038] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-01-24T01:20:16.2740110Z [6712/7038] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-01-24T01:20:16.6483537Z [6713/7038] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-01-24T01:20:17.0150502Z [6714/7038] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-01-24T01:20:17.1102277Z [6715/7038] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-01-24T01:20:17.4070298Z [6716/7038] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-01-24T01:20:17.4899383Z [6717/7038] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-01-24T01:20:17.5666777Z [6718/7038] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-01-24T01:20:17.8687679Z [6719/7038] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-01-24T01:20:19.8665962Z [6720/7038] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-01-24T01:20:19.9094157Z [6721/7038] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-01-24T01:20:19.9597037Z [6722/7038] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-01-24T01:20:20.2467036Z [6723/7038] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-01-24T01:20:20.4183956Z [6724/7038] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-01-24T01:20:20.6710876Z [6725/7038] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-01-24T01:20:20.7501169Z [6726/7038] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-01-24T01:20:20.7881045Z [6727/7038] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-01-24T01:20:21.1724360Z [6728/7038] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-01-24T01:20:21.3731725Z [6729/7038] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-01-24T01:20:21.6537668Z [6730/7038] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-01-24T01:20:21.7164361Z [6731/7038] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-01-24T01:20:21.7444048Z [6732/7038] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-01-24T01:20:21.7764804Z [6733/7038] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-01-24T01:20:21.8156312Z [6734/7038] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-01-24T01:20:21.9297300Z [6735/7038] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-01-24T01:20:22.0416588Z [6736/7038] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-01-24T01:20:22.1168014Z [6737/7038] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-01-24T01:20:22.1481322Z [6738/7038] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-01-24T01:20:22.1514027Z [6739/7038] 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-01-24T01:20:22.2419735Z [6740/7038] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-01-24T01:20:22.5112031Z [6741/7038] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-01-24T01:20:22.6583964Z [6742/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-01-24T01:20:22.8577003Z [6743/7038] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-01-24T01:20:23.1154609Z [6744/7038] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-01-24T01:20:23.4493111Z [6745/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-01-24T01:20:24.4757946Z [6746/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-01-24T01:20:24.5715028Z [6747/7038] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-01-24T01:20:24.7051263Z [6748/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-01-24T01:20:24.8818373Z [6749/7038] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-01-24T01:20:25.0221942Z [6750/7038] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:20:25.4605448Z [6751/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-01-24T01:20:25.5705832Z [6752/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-01-24T01:20:25.8853448Z [6753/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-01-24T01:20:26.0600283Z [6754/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-01-24T01:20:26.5174298Z [6755/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-01-24T01:20:26.5537231Z [6756/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-01-24T01:20:27.0965088Z [6757/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-01-24T01:20:27.5101290Z [6758/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-01-24T01:20:27.6027694Z [6759/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-01-24T01:20:27.9557317Z [6760/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-01-24T01:20:28.0201894Z [6761/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-01-24T01:20:28.2096065Z [6762/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-01-24T01:20:28.7657372Z [6763/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-01-24T01:20:28.9339044Z [6764/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-01-24T01:20:30.2678058Z [6765/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-01-24T01:20:30.5354986Z [6766/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:20:30.7082933Z [6767/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-01-24T01:20:31.2172281Z [6768/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-01-24T01:20:31.2443034Z [6769/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-01-24T01:20:31.5155861Z [6770/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-01-24T01:20:32.0046299Z [6771/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-01-24T01:20:32.1738962Z [6772/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-01-24T01:20:32.2131010Z [6773/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-01-24T01:20:32.2329710Z [6774/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-01-24T01:20:32.4962924Z [6775/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-01-24T01:20:33.2348943Z [6776/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-01-24T01:20:33.8403332Z [6777/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-01-24T01:20:33.9843664Z [6778/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-01-24T01:20:34.2034129Z [6779/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-01-24T01:20:34.6604295Z [6780/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-01-24T01:20:34.9228450Z [6781/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-01-24T01:20:35.2458177Z [6782/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-01-24T01:20:35.4290591Z [6783/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-01-24T01:20:35.5158593Z [6784/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-01-24T01:20:35.8649007Z [6785/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-01-24T01:20:36.2279579Z [6786/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-01-24T01:20:36.4963639Z [6787/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-01-24T01:20:36.8688286Z [6788/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-01-24T01:20:36.9170814Z [6789/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-01-24T01:20:37.1541961Z [6790/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-01-24T01:20:37.2174955Z [6791/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-01-24T01:20:37.4045533Z [6792/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-01-24T01:20:37.4935746Z [6793/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-01-24T01:20:37.8291332Z [6794/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-01-24T01:20:37.8722026Z [6795/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-01-24T01:20:37.9187239Z [6796/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-01-24T01:20:38.1887010Z [6797/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-01-24T01:20:38.2511066Z [6798/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-01-24T01:20:38.2665213Z [6799/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-01-24T01:20:39.9710848Z [6800/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-01-24T01:20:40.2062047Z [6801/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-01-24T01:20:40.5080008Z [6802/7038] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-01-24T01:20:40.7038220Z [6803/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-01-24T01:20:40.8557641Z [6804/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-01-24T01:20:41.0928369Z [6805/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-01-24T01:20:41.1833691Z [6806/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-01-24T01:20:42.1234002Z [6807/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-01-24T01:20:43.0491860Z [6808/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-01-24T01:20:43.0872746Z [6809/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-01-24T01:20:43.1626894Z [6810/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-01-24T01:20:43.5607153Z [6811/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-01-24T01:20:43.7127950Z [6812/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-01-24T01:20:43.8526011Z [6813/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-01-24T01:20:44.2719747Z [6814/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-01-24T01:20:46.0165296Z [6815/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-01-24T01:20:46.0879783Z [6816/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-01-24T01:20:46.2402317Z [6817/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-01-24T01:20:46.7019716Z [6818/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-01-24T01:20:46.8826587Z [6819/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-01-24T01:20:46.9426969Z [6820/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-01-24T01:20:47.1187360Z [6821/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-01-24T01:20:48.0486210Z [6822/7038] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-01-24T01:20:48.9317710Z [6823/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-01-24T01:20:48.9434098Z [6824/7038] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-01-24T01:20:48.9740730Z [6825/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-01-24T01:20:49.0797684Z [6826/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-01-24T01:20:49.2724490Z [6827/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-01-24T01:20:49.3532775Z [6828/7038] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-01-24T01:20:49.5304246Z [6829/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-01-24T01:20:49.8782587Z [6830/7038] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-01-24T01:20:49.9954977Z [6831/7038] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-01-24T01:20:52.1377579Z [6832/7038] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-01-24T01:20:52.3648159Z [6833/7038] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-01-24T01:20:52.4494495Z [6834/7038] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-01-24T01:20:52.5650961Z [6835/7038] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-01-24T01:20:52.7217418Z [6836/7038] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-01-24T01:20:53.0081285Z [6837/7038] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-01-24T01:20:53.0934167Z [6838/7038] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-01-24T01:20:53.3802804Z [6839/7038] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-01-24T01:20:55.3508415Z [6840/7038] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-01-24T01:20:55.4835326Z [6841/7038] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-01-24T01:20:55.5916339Z [6842/7038] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-01-24T01:20:55.7381611Z [6843/7038] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-01-24T01:20:55.7599979Z [6844/7038] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-01-24T01:20:56.3594132Z [6845/7038] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-01-24T01:20:56.4914002Z [6846/7038] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-01-24T01:20:58.5747609Z [6847/7038] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-01-24T01:20:58.6317630Z [6848/7038] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-01-24T01:20:58.7301039Z [6849/7038] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-01-24T01:20:58.9386853Z [6850/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-01-24T01:20:59.2137628Z [6851/7038] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-01-24T01:20:59.4905184Z [6852/7038] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-01-24T01:20:59.6080261Z [6853/7038] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-01-24T01:21:01.6755213Z [6854/7038] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-01-24T01:21:01.7922084Z [6855/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-01-24T01:21:01.8750143Z [6856/7038] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-01-24T01:21:02.0658921Z [6857/7038] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-01-24T01:21:02.4008129Z [6858/7038] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-01-24T01:21:02.6434827Z [6859/7038] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-01-24T01:21:02.7686634Z [6860/7038] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-01-24T01:21:04.8575691Z [6861/7038] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-01-24T01:21:04.9356252Z [6862/7038] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-01-24T01:21:05.0080488Z [6863/7038] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-01-24T01:21:05.0371686Z [6864/7038] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-01-24T01:21:05.1760820Z [6865/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-01-24T01:21:05.8012245Z [6866/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-01-24T01:21:05.9120736Z [6867/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-01-24T01:21:07.9732289Z [6868/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-01-24T01:21:08.0258056Z [6869/7038] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-01-24T01:21:08.1063812Z [6870/7038] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-01-24T01:21:08.1733345Z [6871/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-01-24T01:21:08.2362042Z [6872/7038] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-01-24T01:21:08.3951305Z [6873/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-01-24T01:21:08.9383809Z [6874/7038] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-01-24T01:21:09.0810457Z [6875/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-01-24T01:21:09.2360817Z [6876/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-01-24T01:21:09.3478842Z [6877/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-01-24T01:21:09.3884566Z [6878/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-01-24T01:21:09.5782076Z [6879/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-01-24T01:21:09.7384370Z [6880/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-01-24T01:21:09.8249181Z [6881/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-01-24T01:21:10.2075447Z [6882/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-01-24T01:21:10.3641657Z [6883/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-01-24T01:21:10.8738496Z [6884/7038] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-01-24T01:21:11.1196163Z [6885/7038] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-01-24T01:21:11.1831677Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:21:11.1833442Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:21:11.1834706Z [6886/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-01-24T01:21:11.3638224Z [6887/7038] Linking CXX static library lib\libprotobuf-lite.lib 2025-01-24T01:21:11.4097772Z [6888/7038] Linking C static library lib\cpuinfo_internals.lib 2025-01-24T01:21:12.8523323Z [6889/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-01-24T01:21:12.9012163Z [6890/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-01-24T01:21:12.9281449Z [6891/7038] Linking CXX static library lib\gmock_main.lib 2025-01-24T01:21:12.9299927Z [6892/7038] Linking CXX static library lib\benchmark_main.lib 2025-01-24T01:21:12.9653709Z [6893/7038] Linking CXX static library lib\fmt.lib 2025-01-24T01:21:13.0601287Z [6894/7038] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-01-24T01:21:13.2600111Z [6895/7038] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-01-24T01:21:13.2615044Z [6896/7038] Linking CXX executable bin\c10_Device_test.exe 2025-01-24T01:21:13.2628332Z [6897/7038] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-01-24T01:21:13.4020442Z [6898/7038] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-01-24T01:21:13.4086534Z [6899/7038] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-01-24T01:21:13.4098367Z [6900/7038] Linking CXX executable bin\c10_Scalar_test.exe 2025-01-24T01:21:13.5409573Z [6901/7038] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-01-24T01:21:13.5580939Z [6902/7038] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-01-24T01:21:13.5602204Z [6903/7038] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-01-24T01:21:13.6362358Z [6904/7038] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-01-24T01:21:13.6808322Z [6905/7038] Linking CXX executable bin\c10_SymInt_test.exe 2025-01-24T01:21:14.2631372Z [6906/7038] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-01-24T01:21:14.2672198Z [6907/7038] Linking CXX executable bin\c10_cow_test.exe 2025-01-24T01:21:14.3237220Z [6908/7038] Linking C static library lib\microkernels-all.lib 2025-01-24T01:21:14.4641592Z [6909/7038] Linking CXX executable bin\c10_Bitset_test.exe 2025-01-24T01:21:14.4672877Z [6910/7038] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-01-24T01:21:14.4826713Z [6911/7038] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-01-24T01:21:14.4973390Z [6912/7038] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-01-24T01:21:14.5792995Z [6913/7038] Linking CXX executable bin\c10_Half_test.exe 2025-01-24T01:21:14.5804158Z [6914/7038] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-01-24T01:21:14.7722224Z [6915/7038] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-01-24T01:21:14.7736782Z [6916/7038] Linking CXX executable bin\c10_LeftRight_test.exe 2025-01-24T01:21:14.7843096Z [6917/7038] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-01-24T01:21:14.8099708Z [6918/7038] Linking CXX executable bin\c10_Synchronized_test.exe 2025-01-24T01:21:14.8116669Z [6919/7038] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-01-24T01:21:14.8179262Z [6920/7038] Linking CXX executable bin\c10_TypeList_test.exe 2025-01-24T01:21:14.8354866Z [6921/7038] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-01-24T01:21:14.9962977Z [6922/7038] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-01-24T01:21:15.0167752Z [6923/7038] Linking CXX executable bin\c10_accumulate_test.exe 2025-01-24T01:21:15.0185465Z [6924/7038] Linking CXX executable bin\c10_bfloat16_test.exe 2025-01-24T01:21:15.0220916Z [6925/7038] Linking CXX executable bin\c10_bit_cast_test.exe 2025-01-24T01:21:15.0297713Z [6926/7038] Linking CXX executable bin\c10_complex_math_test.exe 2025-01-24T01:21:15.0324699Z [6927/7038] Linking CXX executable bin\c10_complex_test.exe 2025-01-24T01:21:15.0436879Z [6928/7038] Linking CXX executable bin\c10_error_test.exe 2025-01-24T01:21:15.2519948Z [6929/7038] Linking CXX executable bin\c10_generic_math_test.exe 2025-01-24T01:21:15.2674251Z [6930/7038] Linking CXX executable bin\c10_irange_test.exe 2025-01-24T01:21:15.2816248Z [6931/7038] Linking CXX executable bin\c10_lazy_test.exe 2025-01-24T01:21:15.2905677Z [6932/7038] Linking CXX executable bin\c10_logging_test.exe 2025-01-24T01:21:15.2953295Z [6933/7038] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-01-24T01:21:15.3081120Z [6934/7038] Linking CXX executable bin\c10_exception_test.exe 2025-01-24T01:21:15.3352703Z [6935/7038] Linking CXX executable bin\c10_flags_test.exe 2025-01-24T01:21:15.4634226Z [6936/7038] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-01-24T01:21:15.4948604Z [6937/7038] Linking CXX executable bin\c10_optional_test.exe 2025-01-24T01:21:15.5445120Z [6938/7038] Linking CXX executable bin\c10_ssize_test.exe 2025-01-24T01:21:15.5544072Z [6939/7038] Linking CXX executable bin\c10_string_util_test.exe 2025-01-24T01:21:15.5561586Z [6940/7038] Linking CXX executable bin\c10_string_view_test.exe 2025-01-24T01:21:15.5610241Z [6941/7038] Linking CXX executable bin\c10_small_vector_test.exe 2025-01-24T01:21:15.5711027Z [6942/7038] Linking CXX executable bin\c10_registry_test.exe 2025-01-24T01:21:15.6423552Z [6943/7038] Linking CXX executable bin\c10_tempfile_test.exe 2025-01-24T01:21:15.6985712Z [6944/7038] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-01-24T01:21:15.7268783Z [6945/7038] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-01-24T01:21:15.7327097Z [6946/7038] Linking CXX executable bin\c10_typeid_test.exe 2025-01-24T01:21:15.7741784Z [6947/7038] Linking C shared library bin\torch_global_deps.dll 2025-01-24T01:21:15.7799779Z [6948/7038] Linking C executable sleef\bin\addSuffix.exe 2025-01-24T01:21:15.7858005Z [6949/7038] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-01-24T01:21:15.7931608Z [6950/7038] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-01-24T01:26:09.2980029Z [6951/7038] Linking CXX shared library bin\torch_cpu.dll 2025-01-24T01:26:09.6167720Z [6952/7038] Linking CXX shared library bin\torch.dll 2025-01-24T01:26:09.8096893Z [6953/7038] Linking CXX static library lib\unbox_lib.lib 2025-01-24T01:26:09.9666864Z [6954/7038] Linking CXX shared library bin\shm.dll 2025-01-24T01:26:10.2215093Z [6955/7038] Linking CXX shared library bin\jitbackend_test.dll 2025-01-24T01:26:10.5239439Z [6956/7038] Linking CXX executable bin\TCPStoreTest.exe 2025-01-24T01:26:10.5452411Z [6957/7038] Linking CXX executable bin\FileStoreTest.exe 2025-01-24T01:26:10.5537442Z [6958/7038] Linking CXX executable bin\BackoffTest.exe 2025-01-24T01:26:10.5547201Z [6959/7038] Linking CXX shared library bin\backend_with_compiler.dll 2025-01-24T01:26:10.5559515Z [6960/7038] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-01-24T01:26:10.8497128Z [6961/7038] Linking CXX executable bin\Dimname_test.exe 2025-01-24T01:26:11.0292832Z [6962/7038] Linking CXX executable bin\NamedTensor_test.exe 2025-01-24T01:26:11.1848649Z [6963/7038] Linking CXX executable bin\Dict_test.exe 2025-01-24T01:26:11.2639001Z [6964/7038] Linking CXX executable bin\MaybeOwned_test.exe 2025-01-24T01:26:11.3916002Z [6965/7038] Linking CXX executable bin\apply_utils_test.exe 2025-01-24T01:26:11.5265950Z [6966/7038] Linking CXX executable bin\atest.exe 2025-01-24T01:26:11.7483955Z [6967/7038] Linking CXX executable bin\broadcast_test.exe 2025-01-24T01:26:11.7864915Z [6968/7038] Linking CXX executable bin\basic.exe 2025-01-24T01:26:11.7971228Z [6969/7038] Linking CXX executable bin\cpu_allocator_test.exe 2025-01-24T01:26:12.0322569Z [6970/7038] Linking CXX executable bin\cpu_generator_test.exe 2025-01-24T01:26:12.1154344Z [6971/7038] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-01-24T01:26:12.2259451Z [6972/7038] Linking CXX executable bin\dispatch_key_set_test.exe 2025-01-24T01:26:12.4620947Z [6973/7038] Linking CXX executable bin\dlconvertor_test.exe 2025-01-24T01:26:12.5885012Z [6974/7038] Linking CXX executable bin\extension_backend_test.exe 2025-01-24T01:26:12.6232066Z [6975/7038] Linking CXX executable bin\half_test.exe 2025-01-24T01:26:12.8887694Z [6976/7038] Linking CXX executable bin\cpu_rng_test.exe 2025-01-24T01:26:12.9731445Z [6977/7038] Linking CXX executable bin\lazy_tensor_test.exe 2025-01-24T01:26:13.0344764Z [6978/7038] Linking CXX executable bin\math_kernel_test.exe 2025-01-24T01:26:13.4229158Z [6979/7038] Linking CXX executable bin\memory_format_test.exe 2025-01-24T01:26:13.4269839Z [6980/7038] Linking CXX executable bin\memory_overlapping_test.exe 2025-01-24T01:26:13.4449620Z [6981/7038] Linking CXX executable bin\ivalue_test.exe 2025-01-24T01:26:13.5215239Z [6982/7038] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-01-24T01:26:13.7135128Z [6983/7038] Linking CXX executable bin\operator_name_test.exe 2025-01-24T01:26:13.8093872Z [6984/7038] Linking CXX executable bin\operators_test.exe 2025-01-24T01:26:13.8331266Z [6985/7038] Linking CXX executable bin\native_test.exe 2025-01-24T01:26:13.9039709Z [6986/7038] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-01-24T01:26:14.1290776Z [6987/7038] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-01-24T01:26:14.1951307Z [6988/7038] Linking CXX executable bin\reduce_ops_test.exe 2025-01-24T01:26:14.2437627Z [6989/7038] Linking CXX executable bin\pow_test.exe 2025-01-24T01:26:14.3271086Z [6990/7038] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-01-24T01:26:14.4729902Z [6991/7038] Linking CXX executable bin\quantized_test.exe 2025-01-24T01:26:14.6765538Z [6992/7038] Linking CXX executable bin\scalar_tensor_test.exe 2025-01-24T01:26:14.7037520Z [6993/7038] Linking CXX executable bin\StorageUtils_test.exe 2025-01-24T01:26:14.8091511Z [6994/7038] Linking CXX executable bin\scalar_test.exe 2025-01-24T01:26:14.8220624Z [6995/7038] Linking CXX executable bin\stride_properties_test.exe 2025-01-24T01:26:14.8539876Z [6996/7038] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-01-24T01:26:15.1338514Z [6997/7038] Linking CXX executable bin\thread_init_test.exe 2025-01-24T01:26:15.1880553Z [6998/7038] Linking CXX executable bin\test_parallel.exe 2025-01-24T01:26:15.1892193Z [6999/7038] Linking CXX executable bin\type_ptr_test.exe 2025-01-24T01:26:15.2643807Z [7000/7038] Linking CXX executable bin\tensor_iterator_test.exe 2025-01-24T01:26:15.2991324Z [7001/7038] Linking CXX executable bin\undefined_tensor_test.exe 2025-01-24T01:26:15.3794943Z [7002/7038] Linking CXX executable bin\type_test.exe 2025-01-24T01:26:15.3966904Z [7003/7038] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-01-24T01:26:15.5164425Z [7004/7038] Linking CXX executable bin\verify_api_visibility.exe 2025-01-24T01:26:15.6669678Z [7005/7038] Linking CXX executable bin\weakref_test.exe 2025-01-24T01:26:15.7473735Z [7006/7038] Linking CXX executable bin\xla_tensor_test.exe 2025-01-24T01:26:15.7654328Z [7007/7038] Linking CXX executable bin\wrapdim_test.exe 2025-01-24T01:26:15.9285827Z [7008/7038] Linking CXX executable bin\legacy_vmap_test.exe 2025-01-24T01:26:15.9600581Z [7009/7038] Linking CXX executable bin\IListRef_test.exe 2025-01-24T01:26:16.2204437Z [7010/7038] Linking CXX executable bin\KernelFunction_test.exe 2025-01-24T01:26:16.3757248Z [7011/7038] Linking CXX executable bin\List_test.exe 2025-01-24T01:26:16.5130072Z [7012/7038] Linking CXX executable bin\kernel_stackbased_test.exe 2025-01-24T01:26:16.7236090Z [7013/7038] Linking CXX executable bin\CppSignature_test.exe 2025-01-24T01:26:17.0013246Z [7014/7038] Linking CXX executable bin\op_allowlist_test.exe 2025-01-24T01:26:17.0025768Z [7015/7038] Linking CXX executable bin\kernel_function_test.exe 2025-01-24T01:26:17.0127643Z [7016/7038] Linking CXX executable bin\backend_fallback_test.exe 2025-01-24T01:26:17.3335573Z [7017/7038] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-01-24T01:26:17.4101977Z [7018/7038] Linking CXX executable bin\kernel_lambda_test.exe 2025-01-24T01:26:17.4432978Z [7019/7038] Linking CXX executable bin\test_edge_op_registration.exe 2025-01-24T01:26:17.6350351Z [7020/7038] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-01-24T01:26:17.6493743Z [7021/7038] Linking CXX executable bin\inline_container_test.exe 2025-01-24T01:26:18.0197379Z [7022/7038] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-01-24T01:26:18.1128338Z [7023/7038] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-01-24T01:26:18.1237862Z [7024/7038] Linking CXX shared library bin\aoti_custom_ops.dll 2025-01-24T01:26:18.4355504Z [7025/7038] Linking CXX executable bin\parallel_benchmark.exe 2025-01-24T01:26:19.0919920Z [7026/7038] Linking CXX shared library bin\torchbind_test.dll 2025-01-24T01:26:22.2078058Z [7027/7038] Linking CXX executable bin\test_lazy.exe 2025-01-24T01:26:22.6304009Z [7028/7038] Linking CXX executable bin\op_registration_test.exe 2025-01-24T01:26:24.5706102Z [7029/7038] Linking CXX executable bin\test_tensorexpr.exe 2025-01-24T01:26:28.0615855Z [7030/7038] Linking CXX executable bin\test_jit.exe 2025-01-24T01:26:29.6059217Z [7031/7038] Linking CXX executable bin\test_api.exe 2025-01-24T01:26:37.3459249Z [7032/7038] Linking CXX shared library bin\torch_python.dll 2025-01-24T01:26:37.6254530Z [7033/7038] Linking CXX shared module functorch\functorch.pyd 2025-01-24T01:26:37.7505379Z [7034/7038] Linking CXX shared library bin\nnapi_backend.dll 2025-01-24T01:26:37.7510503Z [7034/7038] Install the project... 2025-01-24T01:26:37.8018700Z -- Install configuration: "Release" 2025-01-24T01:27:32.7638888Z -- Building version 2.7.0a0+gitd087145 2025-01-24T01:27:32.7641425Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-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 -DTORCH_BUILD_VERSION=2.7.0a0+gitd087145 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:27:32.7644030Z cmake --build . --target install --config Release -- -j 8 2025-01-24T01:27:32.7644410Z running bdist_wheel 2025-01-24T01:27:34.1710174Z running build 2025-01-24T01:27:34.1710494Z running build_py 2025-01-24T01:27:34.1843373Z creating build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:27:34.1856653Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:27:34.1880284Z creating build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.1884867Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.1914368Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.1935249Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.1958929Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.1999462Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2022966Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2068113Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2068732Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2069833Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2098584Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2110744Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2122205Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2127986Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2141544Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2152430Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2162524Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2172816Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2189269Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2195184Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2213479Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2235452Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2245358Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2262948Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2274207Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2340267Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2355933Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2389180Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2399986Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2416307Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2420076Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2430484Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2436729Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2466776Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2524777Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2537558Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2543044Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2674509Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2689182Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2699764Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2705589Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2714915Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2728044Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2734161Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2744028Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:34.2809105Z creating build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2813440Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2825321Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2842899Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2885901Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2898778Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2924953Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2945626Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2973346Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.2990322Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3002634Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3015892Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3025678Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3073413Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3090264Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3102834Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3112486Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:27:34.3119780Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:27:34.3124154Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:27:34.3141588Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3145977Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3158091Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3171818Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3182487Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3208556Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3218742Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3232859Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3242098Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3252619Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:27:34.3265815Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:27:34.3270518Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:27:34.3280984Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:27:34.3294507Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:27:34.3301612Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:27:34.3319378Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:27:34.3325430Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:27:34.3346313Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:27:34.3353172Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:27:34.3357244Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:27:34.3363385Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:27:34.3367816Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:27:34.3375535Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:27:34.3380357Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:27:34.3387610Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:27:34.3420316Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:27:34.3427804Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:27:34.3432350Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:27:34.3440524Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:27:34.3445149Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:27:34.3456498Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:27:34.3472215Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:27:34.3476563Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:27:34.3491571Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:27:34.3506956Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:27:34.3513820Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:27:34.3517998Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:27:34.3527449Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3532054Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3542009Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3552043Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3569807Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3613067Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3638603Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3648081Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3664501Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3683992Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3693395Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3709227Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3719497Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:27:34.3736556Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:27:34.3740676Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:27:34.3752779Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:27:34.3757226Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:27:34.3766793Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:27:34.3778058Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:27:34.3793081Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:27:34.3797385Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:27:34.3807442Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:27:34.3813752Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:27:34.3817788Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:27:34.3831068Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3835353Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3844860Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3850158Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3860126Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3874176Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3884367Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3931103Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3944327Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3954346Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3964891Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3975786Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3981741Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.3992132Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4006039Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4016038Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4030460Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4050085Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4063404Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:27:34.4088383Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4098152Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4105935Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4124739Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4150773Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4167057Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4196533Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4266574Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4287461Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4293772Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4303668Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4333889Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4358511Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4370757Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4386919Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4398060Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4426650Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4435928Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4466962Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:27:34.4487944Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4503069Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4512628Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4528263Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4538942Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4578897Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4587580Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4597093Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4621236Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4634449Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4643167Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4657041Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4689697Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4696955Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4710859Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4726292Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4752898Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4765019Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4789433Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4798358Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4809843Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4826309Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4836800Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.4982714Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5013160Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5021379Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5031599Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5045788Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5061595Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5071992Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5082415Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5098800Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5110089Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5126831Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5143627Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5154312Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5170476Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5179168Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5193873Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5204024Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5223148Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5233757Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5254802Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5262249Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5276327Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5285872Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5303379Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5314227Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:27:34.5329898Z creating build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5334881Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5341924Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5352401Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5371379Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5408490Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5422970Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5454158Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5464684Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5474681Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5485673Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5495159Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5511867Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5544200Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5556785Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5567326Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:27:34.5584146Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:27:34.5588281Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:27:34.5611576Z creating build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:27:34.5615947Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:27:34.5623179Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:27:34.5627486Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:27:34.5651131Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5655638Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5676360Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5682463Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5711403Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5734905Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5757429Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5772231Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5788403Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5806677Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5822915Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5838246Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5850463Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5865518Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5876239Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5887324Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5897667Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5930417Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5940138Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:27:34.5955435Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.5959791Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.5975610Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.5994420Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6004453Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6026669Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6044955Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6055533Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6065624Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6075363Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6086961Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6099040Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6108789Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6118415Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6132004Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6142119Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6152294Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6162952Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6168985Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6179154Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6190125Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6216682Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6243152Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6254218Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6281840Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6292781Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6328134Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:34.6342208Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:27:34.6347194Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:27:34.6399670Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:27:34.6418072Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:27:34.6451285Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:27:34.6478328Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:27:34.6489010Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:27:34.6493158Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:27:34.6504103Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:27:34.6508267Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:27:34.6519435Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:27:34.6534737Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:27:34.6546770Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:27:34.6550968Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:27:34.6560687Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:27:34.6569712Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:27:34.6581933Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6586829Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6596356Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6605768Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6619347Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6632549Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6655427Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:27:34.6666328Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:27:34.6670673Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:27:34.6690497Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6695617Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6706057Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6716010Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6808778Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6818523Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6840978Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6852701Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6866565Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:34.6882516Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6887212Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6897531Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6907455Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6918433Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6959218Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.6981395Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7002972Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7014163Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7029543Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7038793Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7048529Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7058098Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7067052Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7076466Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7082616Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7091624Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7101004Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7110927Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7171032Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7192962Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7227599Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7237830Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7251477Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7261833Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7268745Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7279216Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7292752Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7303789Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7313523Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:27:34.7355345Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.7359558Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8562247Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8576063Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8606234Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8620487Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8633793Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8648994Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8703522Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8737783Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8753833Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8784823Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8810965Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8829383Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8849480Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8867543Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8877721Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8900241Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8927148Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8937326Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:27:34.8951278Z creating build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.8956059Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.8970266Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.8980014Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9003159Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9014366Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9047888Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9072576Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9083799Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9098014Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9113116Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9122609Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9133323Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9149010Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9163733Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9175012Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:27:34.9183440Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9188034Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9198486Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9217848Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9223952Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9249108Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9278656Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9289363Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:27:34.9302918Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9307591Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9322148Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9328154Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9348459Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9359060Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9369986Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9380396Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9392750Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9403171Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9413488Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9433752Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9453089Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9453859Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9463610Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9473514Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9483869Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:27:34.9503405Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:27:34.9507614Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:27:34.9515449Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9519817Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9536235Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9547467Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9573639Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9604040Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9728384Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:27:34.9756541Z creating build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:27:34.9762356Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:27:34.9781298Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:27:34.9787601Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:27:34.9926495Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:27:34.9935790Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:27:35.0480391Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:27:35.0495544Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0500104Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0515186Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0531725Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0563987Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0590141Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0596155Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0633630Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0643742Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0653906Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0664502Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0679242Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.0690278Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3154557Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3164673Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3171072Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3307426Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3317961Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3328194Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3338630Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3350357Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3371613Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3391022Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3402330Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3412623Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3431599Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3462720Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3473401Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3483002Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3494475Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3505221Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3516849Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3535571Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3545001Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3554359Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3560340Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3577066Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3589912Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3609152Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3618743Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3624808Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3638045Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3651982Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3655006Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3675798Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:35.3694618Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3699142Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3709332Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3718916Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3728247Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3738723Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3748618Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:27:35.3768050Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:27:35.3772682Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:27:35.3786803Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:27:35.3791137Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:27:35.3805225Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:27:35.3819773Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:27:35.3826818Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:27:35.3831485Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:27:35.3900677Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:27:35.3916021Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:27:35.3940809Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:27:35.3956255Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:27:35.3960593Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:27:35.3974985Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:27:35.3987632Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.3992157Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4003124Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4026435Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4045982Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4056130Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4070060Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4079586Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4099804Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4111123Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4125801Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4153444Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4164674Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4173248Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.4186850Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5658563Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5673155Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5684387Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5716398Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5728824Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5738790Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5748494Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5772969Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5782660Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5815467Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5821576Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5831422Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5840700Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5853489Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5884423Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5899040Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5909605Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5919244Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5932784Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5964441Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.5977192Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6015932Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6025471Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6035879Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6045754Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6056769Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6109835Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6115983Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6157618Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6168471Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:27:35.6181502Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6186194Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6215977Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6225952Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6246517Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6274579Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6284423Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6307847Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6321415Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6331458Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:27:35.6345341Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6349801Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6375781Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6389394Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6401725Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6424755Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6435154Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6448050Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6458381Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6471525Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6481687Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6509319Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6519807Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6535254Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6553776Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6584887Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6595102Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6601075Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6611618Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6625747Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6642520Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6657287Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:27:35.6683849Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6688717Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6704541Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6721187Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6743199Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6758212Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6767594Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6792406Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6803410Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6815350Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6825693Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6836117Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6846359Z copying torch\_higher_order_ops\prim_hop_base.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6856830Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6867165Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6880949Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6892835Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6903502Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6925868Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6946641Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6958773Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6977262Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:27:35.6997423Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7002808Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7019181Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7031482Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7054056Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7074153Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7083665Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7093984Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7133088Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7155449Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7168463Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7178573Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7215883Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7250814Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7276194Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7287241Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7320757Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7337504Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7365321Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7375480Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7384564Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7405029Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7432816Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7446208Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7455734Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7468611Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7477743Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7486991Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7505237Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7539649Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7563139Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7569235Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7586634Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7596082Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7667453Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7685884Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7707833Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7803834Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7816673Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7828316Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7846861Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7878744Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7888777Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7902442Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7913611Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7928128Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7962508Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7972527Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.7982620Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8031017Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8062850Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8093235Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8104343Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8130557Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8139232Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8148204Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8187161Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8199341Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8208889Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:27:35.8223028Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8227683Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8237492Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8246221Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8252602Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8262939Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8279326Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8293747Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8299018Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8305723Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8319337Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8326088Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:27:35.8337949Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8342657Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8355080Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8373983Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8384807Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8400089Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8415813Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8426964Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8438056Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8452388Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:27:35.8464541Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8468894Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8479076Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8488754Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8509690Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8532891Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:27:35.8547964Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8552304Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8563110Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8576545Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8586102Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8596599Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8624952Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8635178Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8645173Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8655779Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8678506Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8684344Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8702063Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8713572Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8723654Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8733721Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8742565Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8751699Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:27:35.8760001Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8764432Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8774069Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8782808Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8791664Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8801418Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:27:35.8836440Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:27:35.8841234Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:27:35.8858120Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:27:35.8884389Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:27:35.8888820Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:27:35.8909106Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:27:35.8919971Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:27:35.8987365Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:27:35.9005479Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:27:35.9020813Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:27:35.9031845Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:27:35.9046846Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9051565Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9073695Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9117400Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9140841Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9160663Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9195105Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9207596Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9226624Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:27:35.9233836Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:27:35.9238223Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:27:35.9244720Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:27:35.9249199Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:27:35.9261868Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:27:35.9266610Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:27:35.9287040Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:27:35.9307468Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:27:35.9313990Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:27:35.9318512Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:27:35.9333308Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:27:35.9343502Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9348232Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9364136Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9375450Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9391230Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9421300Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9438112Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9452140Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9463192Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9495560Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9514756Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9525964Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9539438Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9550799Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9562648Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9579363Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9589401Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9600874Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9615178Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:27:35.9628358Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:27:35.9633125Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:27:35.9645744Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:27:35.9650441Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:27:35.9657934Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:27:35.9662607Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:27:35.9670003Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:27:35.9687362Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:27:35.9703006Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:27:35.9710382Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:27:35.9715406Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:27:35.9722855Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:27:35.9727965Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:27:35.9737903Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:27:35.9745180Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:27:35.9750204Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:27:35.9757270Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:27:35.9762421Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:27:35.9770296Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:35.9775837Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:35.9795046Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:35.9806400Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:35.9816849Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:35.9831188Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:27:35.9836794Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:27:35.9844740Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9850342Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9860743Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9876026Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9886607Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9899748Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:35.9914578Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:35.9920473Z 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-01-24T01:27:35.9932502Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:35.9939762Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:27:35.9944584Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:27:35.9952361Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:27:35.9957305Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:27:35.9971610Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:27:35.9982683Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:27:35.9993905Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:27:36.0001099Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:27:36.0006414Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:27:36.0015993Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:27:36.0023220Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:27:36.0028494Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:27:36.0055676Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:27:36.0070502Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:27:36.0077702Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:27:36.0082897Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:27:36.0091727Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0096980Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0107339Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0117082Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0134853Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0144543Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0167905Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0178156Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0192903Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0210714Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0221569Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0233290Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:27:36.0246113Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:27:36.0257992Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:27:36.0265537Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:36.0270716Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:36.0286478Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:36.0296326Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:36.0317654Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:36.0343094Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0348326Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0360126Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0370864Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0385525Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0396613Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0407011Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:36.0414752Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:27:36.0421289Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:27:36.0435346Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:27:36.0448450Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:27:36.0456023Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:27:36.0461606Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:27:36.0473664Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:27:36.0483246Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0488605Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0505986Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0529523Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0550072Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0565019Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0610841Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0631450Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0643574Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0658745Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0673797Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:27:36.0680471Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:27:36.0685386Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:27:36.0695348Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:27:36.0705357Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:27:36.0725645Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:27:36.0732829Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0743869Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0754005Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0763910Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0786223Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0796923Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:27:36.0803254Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:27:36.0808101Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:27:36.1746181Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:27:36.1751616Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:27:36.1776142Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:27:36.1782296Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:27:36.1787597Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:27:36.1799222Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:27:36.1806324Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:36.1819595Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:36.1830587Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:36.1841921Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:36.1858663Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:36.1867824Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1873758Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1884471Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1894563Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1911413Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1923385Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1933785Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1948551Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1969323Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:36.1970278Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:27:36.1973717Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:27:36.1981552Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:27:36.1987710Z 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-01-24T01:27:36.1998556Z 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-01-24T01:27:36.2008576Z 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-01-24T01:27:36.2023211Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2028261Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2043033Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2059057Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2069440Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2085846Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2091274Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2110124Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2119647Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2128289Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2137470Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2146186Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2161506Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2171164Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:27:36.2184759Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2189609Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2210374Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2231538Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2251168Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2260791Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2277791Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2287547Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2294507Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2304660Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2314896Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2324842Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2354253Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2364927Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2375764Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2385874Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2413825Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2433137Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2452626Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2488156Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:27:36.2489922Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2495126Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2505999Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2516528Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2527349Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2552770Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2568153Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2587740Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2600947Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2616707Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2627357Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:27:36.2635306Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2640525Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2650381Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2660632Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2676137Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2685780Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2716576Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2726104Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2741797Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2751309Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:27:36.2759856Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2765255Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2791596Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2806862Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2825198Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2843330Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:36.2850049Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:27:36.2855374Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:27:36.2870119Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:27:36.2877495Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:27:36.2882388Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:27:36.2893508Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:27:36.2901664Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:27:36.2912273Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:27:36.2916550Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:27:36.2924153Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:27:36.2928930Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:27:36.2956437Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:27:36.2962694Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:27:36.2963413Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:27:36.2972608Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:27:36.2975868Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:27:36.2986083Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:27:36.2997861Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:27:36.3004828Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:27:36.3009124Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:27:36.3020514Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:27:36.3024664Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:27:36.3034238Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:27:36.3038535Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:27:36.3048673Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:27:36.3054005Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:27:36.3064473Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:27:36.3068790Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:27:36.3079698Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:27:36.3084214Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:27:36.3091616Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:27:36.3095995Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:27:36.3107819Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:27:36.3112319Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:27:36.3121918Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:27:36.3126405Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:27:36.3141135Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:27:36.3147220Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:27:36.3151536Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:27:36.3161787Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:27:36.3166569Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:27:36.3175669Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:27:36.3181837Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:27:36.3186525Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:27:36.3251136Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:27:36.3275877Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:27:36.3282535Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:27:36.3287895Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:27:36.3297252Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:27:36.3306503Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:27:36.3314509Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:27:36.3318981Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:27:36.3329298Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:27:36.3335468Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:27:36.3345114Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:27:36.3352736Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:27:36.3357785Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:27:36.3373494Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:27:36.3380574Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:27:36.3385235Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:27:36.3400850Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3417048Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3428128Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3443611Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3460510Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3477783Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3488278Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3494251Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3504138Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3517650Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3527706Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3538565Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3549673Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3559313Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3570416Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3592478Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3602589Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3613056Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3626564Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3641350Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3652774Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3663266Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3672709Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3684154Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3705272Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3715150Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3728060Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3738036Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3749094Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3755243Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:27:36.3762650Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:27:36.3767218Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:27:36.3779388Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:27:36.3794059Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.3798592Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.3817770Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.3858494Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.3876988Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4164877Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4196360Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4208692Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4220071Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4234570Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4273871Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4282995Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4299373Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4309273Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4343730Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4366091Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4376153Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4392166Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4401213Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4410868Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4420464Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4446122Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:27:36.4458039Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:27:36.4462591Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:27:36.4477211Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:27:36.4484846Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:27:36.4489774Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:27:36.4500341Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:27:36.4510385Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4514976Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4524495Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4539580Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4557005Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4568548Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4578823Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4590133Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4599492Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4609294Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4619321Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4631749Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4641432Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4650511Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4659105Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4678857Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4684757Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:36.4696911Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4701747Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4715646Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4743723Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4763020Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4785352Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4791519Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4811144Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4820258Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4828521Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:27:36.4837052Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4841814Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4858149Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4870844Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4879803Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4898887Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4908409Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4918066Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4927158Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4939464Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4949446Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:27:36.4962614Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.4967484Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.4973815Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.4988947Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5007604Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5024326Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5037579Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5047190Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5059414Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5068575Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5099460Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5111736Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5121042Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5137714Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5147148Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:27:36.5159514Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:27:36.5164410Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:27:36.5174648Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:27:36.5184593Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:27:36.5195268Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:27:36.5217957Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5222321Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5232664Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5242163Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5251838Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5261711Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5279971Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5292700Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:27:36.5299614Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:27:36.5304686Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:27:36.5311540Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:27:36.5316075Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:27:36.5323392Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:27:36.5327957Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:27:36.5359375Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:27:36.5363800Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:27:36.5369699Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:27:36.5375700Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:27:36.5387400Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5392055Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5409110Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5423391Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5434042Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5460706Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5471426Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5485960Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5507178Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5523962Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:27:36.5532757Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5539079Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5558554Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5569790Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5587240Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5597744Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5608188Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5619003Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5637333Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5653049Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:36.5664260Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:36.5675711Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:36.5684847Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:36.5693894Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:36.5713371Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:36.5719894Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:36.5724860Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:36.5735157Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:36.5741539Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:27:36.5746559Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:27:36.5756455Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:27:36.5763697Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:27:36.5769027Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:27:36.5782481Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:27:36.5789592Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:27:36.5794715Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:27:36.5805568Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:27:36.5812700Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:27:36.5817493Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:27:36.5824034Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:27:36.5828922Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:27:36.5839235Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:27:36.5844934Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:27:36.5857247Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:27:36.5862136Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:27:36.5880816Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:27:36.5896816Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:36.5910303Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:36.5930763Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:36.5941269Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:36.5951502Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:36.5964519Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.5969504Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.5980024Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.5991356Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6020411Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6039559Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6048670Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6058758Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6068459Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6077135Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6086174Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6096365Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6106331Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:27:36.6118346Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6123074Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6132289Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6142060Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6154757Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6170856Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:27:36.6181527Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6186327Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6195196Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6204374Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6213329Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6219019Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6239410Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:27:36.6247305Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:27:36.6252953Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:27:36.6271571Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:27:36.6282528Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:27:36.6298378Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:27:36.6309443Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:27:36.6327332Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:27:36.6339355Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:27:36.6345191Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:27:36.6357245Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:27:36.6362949Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:27:36.6373456Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:27:36.6382812Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:27:36.6390185Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:27:36.6395281Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:27:36.6405229Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:27:36.6415124Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:27:36.6423546Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6428593Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6439375Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6454238Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6472578Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6482499Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6501768Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6525300Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6539195Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6555543Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:36.6562749Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:27:36.6567544Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:27:36.6583702Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:27:36.6589772Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:27:36.6594717Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:27:36.6604841Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:27:36.6611433Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:27:36.6616609Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:27:36.6626277Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:27:36.6632624Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:27:36.6637613Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:27:36.6647225Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:27:36.6655319Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:27:36.6660274Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:27:36.6674927Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:27:36.6684989Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:27:36.6701718Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:27:36.6721094Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6726080Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6758341Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6770447Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6794879Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6809812Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:27:36.6821832Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6826951Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6836978Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6847525Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6863019Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6877582Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6896184Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6928049Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6938423Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6949423Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:27:36.6959402Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.6965291Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.6983477Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.6998160Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7008059Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7024382Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7035905Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7046208Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7065949Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7084595Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7096667Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7106174Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7119432Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7131323Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:27:36.7138646Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:27:36.7143567Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:27:36.7149361Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:27:36.7156269Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:27:36.7161080Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:27:36.7168490Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:27:36.7173483Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:27:36.7183902Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:27:36.7195658Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7200788Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7233415Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7276525Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7277737Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7278749Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7286709Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7296378Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7307136Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:36.7323363Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:27:36.7328220Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:27:36.7338487Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:27:36.7346011Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:36.7351046Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:36.7361362Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:36.7372145Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:36.7382569Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:36.7396139Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7401393Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7411733Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7421659Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7427788Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7438037Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7453676Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:36.7461478Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:27:36.7467006Z 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-01-24T01:27:36.7477290Z 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-01-24T01:27:36.7491923Z 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-01-24T01:27:36.7509417Z 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-01-24T01:27:36.7516807Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:27:36.7521363Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:27:36.7532978Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:27:36.7542428Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:27:36.7552746Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7560783Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7576320Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7599605Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7607457Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7628298Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7637048Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7646224Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7655622Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7668232Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7677771Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7702472Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7714534Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7720397Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7730425Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7739953Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7813561Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7854629Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7864931Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7883642Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7893537Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7903748Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7925566Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:27:36.7934994Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.7940075Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.8787721Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9288319Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9316551Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9334927Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9350033Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9374623Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9385011Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9401053Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9413145Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9433773Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:36.9446783Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0604478Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0627316Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0645443Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0657500Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0674092Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0690965Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:27:37.0700130Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0705405Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0724285Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0749326Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0805426Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0811569Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0829069Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0839836Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0849652Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:37.0857058Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0862063Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0871677Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0877727Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0886950Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0896859Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0913095Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0922212Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0931657Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:27:37.0939674Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.0945091Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.0954962Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.0964405Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.0975674Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.0985454Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.1003292Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:37.1015028Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:27:37.1024863Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:27:37.1036419Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:27:37.1044475Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:27:37.1057763Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:27:37.1065245Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:27:37.1070259Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:27:37.1085176Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:27:37.1096183Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:27:37.1106947Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:27:37.1122034Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:27:37.1126853Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:27:37.1137334Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:27:37.1144331Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1149138Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1158356Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1168702Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1182304Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1197533Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1206957Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:27:37.1214899Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:27:37.1220156Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:27:37.1235555Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:27:37.1241712Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:27:37.1246454Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:27:37.1257658Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:27:37.1262181Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:27:37.1271485Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:27:37.1278706Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1283319Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1295142Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1307389Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1313393Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1328350Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1343590Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1353087Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1371031Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:27:37.1378557Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1391610Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1398352Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1413272Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1456508Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1484581Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:27:37.1492658Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:27:37.1498193Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:27:37.1510310Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:27:37.1536534Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:27:37.1546040Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:27:37.1557644Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:27:37.1562435Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:27:37.1568403Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:27:37.1574739Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:27:37.1579099Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:27:37.1593407Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1598318Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1619668Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1629434Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1647373Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1662827Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1680860Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1709460Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1718460Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1727406Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1736338Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1745663Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1757010Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1767111Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1776470Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1805289Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1842897Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1853379Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1867523Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1883752Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1919384Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1939736Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1952060Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1969739Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1979220Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1988002Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.1998538Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:27:37.2011003Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2015735Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2024773Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2034881Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2069473Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2089303Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2099761Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2114173Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2125233Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:27:37.2146426Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:27:37.2150288Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:27:37.2158643Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:27:37.2163250Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:27:37.2171139Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:27:37.2176176Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:27:37.2350533Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:27:37.2351109Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2351628Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2352368Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2353093Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2353681Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2354290Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2354964Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2355641Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2356246Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2356813Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2368465Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2378904Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2391460Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2407488Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2416020Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2428317Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2440241Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:27:37.2451250Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:27:37.2473667Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:27:37.2488197Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:27:37.2491907Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:27:37.2497083Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:27:37.2503351Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:27:37.2510675Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:27:37.2515258Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:27:37.2522372Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:27:37.2527444Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:27:37.2535074Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:27:37.2540468Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:27:37.2550109Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:27:37.2556036Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:27:37.2561740Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:27:37.2576416Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:27:37.2581304Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:27:37.2588754Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:27:37.2593694Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:27:37.2599526Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:27:37.2605349Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:27:37.2611448Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:27:37.2618591Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:37.2623898Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:37.2629964Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:37.2636838Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:27:37.2641583Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:27:37.2649162Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:27:37.2654343Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:27:37.2660293Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:27:37.2666173Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:27:37.2671717Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:27:37.2679706Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:27:37.2684635Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:27:37.2690473Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:27:37.2697897Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:27:37.2702816Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:27:37.2708612Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:27:37.2714295Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:27:37.2721884Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:27:37.2726575Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:27:37.2735723Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2741000Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2746814Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2752952Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2759276Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2766245Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2780674Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2786990Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2793152Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2802883Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2808902Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2814857Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:27:37.2825820Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:27:37.2836391Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:27:37.2844072Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:27:37.2849288Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:27:37.2855725Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:27:37.2861617Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:27:37.2870932Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:27:37.2883390Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2888594Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2895065Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2900939Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2906840Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2912957Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2918905Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:27:37.2931826Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2937044Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2947501Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2958184Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2975768Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2985655Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.2996814Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.3008553Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.3019786Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.3030538Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.3040864Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:27:37.3050127Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3062005Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3077535Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3087406Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3120475Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3130538Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3141988Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3159832Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3169121Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:27:37.3175676Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:27:37.3180756Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:27:37.3193502Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:27:37.3212536Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:27:37.3222347Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3227533Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3237318Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3252822Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3262727Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3283051Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3309621Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3319278Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3330901Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3337115Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3347387Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3359448Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3369420Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3380038Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3390409Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3401532Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3421911Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3431474Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3440933Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3450079Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:27:37.3458772Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3483215Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3493423Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3502792Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3513639Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3531888Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3549185Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3559124Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3575444Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3584056Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3593262Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3603742Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3615337Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3640247Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:27:37.3648318Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3653582Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3665918Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3674951Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3684071Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3693397Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3707525Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:27:37.3723893Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3729582Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3735585Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3744485Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3753758Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3762953Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3777759Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3786581Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3795728Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3805095Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3814691Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3823438Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3832975Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3841903Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3851358Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3860302Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3870082Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3880429Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3889895Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3899290Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3909076Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3918470Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3935292Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3945078Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3954495Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3963848Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3973849Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3983103Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.3992843Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4003739Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4010341Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4020707Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4037678Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4047446Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4056814Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4074735Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4084129Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4093299Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4104619Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4114778Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4123858Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4132911Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4148923Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4158621Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4167690Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4176966Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4186654Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4195500Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4204614Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4214175Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4223883Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4232723Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4248183Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4257256Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4267372Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4276650Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:27:37.4288659Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:27:37.4294259Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:27:37.4304188Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:27:37.4311795Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:27:37.4318327Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:27:37.4327622Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:27:37.4335138Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:27:37.4340562Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:27:37.4350242Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:27:37.4358687Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4364849Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4380566Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4392440Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4412408Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4429304Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4454693Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4472425Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4481805Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:27:37.4490144Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:27:37.4494534Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:27:37.4507260Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:27:37.4512531Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:27:37.4523866Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:27:37.4530105Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:27:37.4548513Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:27:37.4557405Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4562233Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4568173Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4574102Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4580126Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4586025Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4598290Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4608276Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4614957Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4624675Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4630510Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4640667Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4650026Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:27:37.4657383Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:27:37.4661981Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:27:37.4676198Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:27:37.4691109Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4706981Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4721332Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4735133Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4754043Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4764166Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4790375Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4813801Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4823527Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4834266Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4859736Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.4870724Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5482642Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5492963Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5552434Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5599040Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5627879Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5638451Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5676765Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5695351Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5705761Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5765356Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5778002Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5791239Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5800791Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5811222Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5822125Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5832542Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5838747Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5844922Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5861404Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.5872041Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6295395Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6314031Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6332622Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6342529Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6354799Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6365153Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6375115Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6392152Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6402789Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6418756Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6428316Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:27:37.6435164Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:27:37.6440604Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:27:37.6448343Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:27:37.6461855Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:27:37.6468450Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:27:37.6474887Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:27:37.6483293Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6488790Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6499065Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6677193Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6699487Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6803353Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6812820Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6822430Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6833892Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6844303Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:27:37.6850983Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:27:37.6856318Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:27:37.7110169Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:27:37.7116762Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:27:37.7121559Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:27:37.7163827Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:27:37.7173900Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:27:37.7183151Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:27:37.7191257Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.7196564Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.7206326Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.7215746Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.7221626Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.9114489Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.9125282Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:27:37.9133391Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:27:37.9138576Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:27:37.9144936Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:27:37.9150834Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:27:37.9157317Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:27:37.9162320Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:27:37.9170183Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9175550Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9217979Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9227940Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9245055Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9254540Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9263803Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9325540Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9337651Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:27:37.9343925Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:27:37.9349059Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:27:37.9358790Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:27:37.9365969Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:27:37.9371354Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:27:37.9385348Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:27:37.9392479Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:27:37.9398137Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:27:37.9414777Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:27:37.9421646Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:27:37.9427217Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:27:37.9437325Z 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-01-24T01:27:37.9446569Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:27:37.9453317Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:27:37.9458699Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:27:37.9469202Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:27:37.9486845Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:27:37.9497313Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:27:37.9503933Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:27:37.9510062Z 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-01-24T01:27:37.9519744Z 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-01-24T01:27:37.9529962Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:27:37.9543854Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9549867Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9567438Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9605863Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9624342Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9634545Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9650272Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9674190Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9693973Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:27:37.9700851Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:27:37.9705596Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:27:37.9712712Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:27:37.9717297Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:27:37.9724482Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:27:37.9728950Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:27:37.9734189Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:27:37.9747289Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:37.9751998Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:37.9758116Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:37.9784549Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:37.9798915Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:38.0611234Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:38.0621405Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:38.0633109Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:38.0643399Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:27:38.0658077Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0662979Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0672920Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0779870Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0798944Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0812025Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:27:38.0819667Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:27:38.0824665Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:27:38.0835124Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:27:38.0842528Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:38.0847049Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:38.0861152Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:38.0868484Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:27:38.0873362Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:27:38.0879184Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:27:38.0887720Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0892732Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0914127Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0938563Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0948482Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0966064Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0976297Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0986681Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.0998013Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.1007901Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:27:38.1015638Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:27:38.1020694Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:27:38.1030244Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:27:38.1061475Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:27:38.1062209Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:27:38.1063060Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:27:38.1063694Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1067662Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1089042Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1099176Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1110016Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1123297Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1138768Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1148128Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1157790Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1168151Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1185480Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:27:38.1195194Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1200934Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1210563Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1220757Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1230655Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1242018Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1254897Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1265423Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:27:38.1272646Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1277910Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1288912Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1300550Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1309428Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1324161Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1335661Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:27:38.1342290Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1347758Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1359535Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1368923Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1379060Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1388916Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1413329Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1432165Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1447167Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1459197Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:38.1465480Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:38.1471205Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:38.1495183Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:38.1502298Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1507481Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1522233Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1535965Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1550537Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1572557Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1587287Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:38.1595565Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1600353Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1610993Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1621804Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1631956Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1642795Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1666361Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:27:38.1679001Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1684261Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1697605Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1706923Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1727134Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1736318Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:27:38.1745112Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1750354Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1760277Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1770465Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1785490Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1800045Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1810649Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1826696Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1839719Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1849742Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1860305Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1871141Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1880824Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:27:38.1893577Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1898643Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1908610Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1919122Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1929231Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1945994Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1961554Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:27:38.1970896Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:27:38.1976625Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:27:38.1991505Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:27:38.2005536Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:27:38.2015379Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:27:38.2023309Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.2028488Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.2038566Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.2048533Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.2058822Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3220522Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3226449Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3237577Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3247129Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3253012Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3262298Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3272719Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:27:38.3280671Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3293098Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3309714Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3318962Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3329447Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3346847Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3356169Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3365187Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3375524Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3381307Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:27:38.3392418Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:27:38.3397819Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:27:38.3416048Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:27:38.3429446Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:27:38.3443221Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:27:38.3452631Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3457307Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3470603Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3512336Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3533889Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3543421Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3576061Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3599336Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3610503Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3635300Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3662961Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3675166Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3684225Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3701272Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3720946Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3735544Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3744713Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3753572Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3761990Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3780442Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3808407Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3814764Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3845703Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:27:38.3858329Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:27:38.3863048Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:27:38.3872739Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:27:38.3878447Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:27:38.3886990Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:27:38.3896689Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3901775Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3910864Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3920194Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3940938Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3949707Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3958875Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3970283Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3980699Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.3992193Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4008389Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4018965Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4031217Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4041049Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4068125Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:27:38.4076971Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:27:38.4082008Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:27:38.4093356Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:27:38.4104449Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:27:38.4111662Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4116214Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4122426Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4132225Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4142808Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4167147Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4199080Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4207768Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:38.4221582Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4226432Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4232724Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4243855Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4257281Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4268027Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4278461Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4289158Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4295607Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4307639Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4318391Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4328072Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4337881Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4344326Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4350557Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4356869Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4363413Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4370053Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4376555Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4392627Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4398922Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4409323Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4417890Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4424266Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4430909Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4441217Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4448272Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4463502Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4470664Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4477440Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4483741Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4490158Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4496639Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4502942Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4509172Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4516080Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4532577Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4538776Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:27:38.4551243Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:27:38.4556532Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:27:38.4567694Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:27:38.4578103Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:27:38.4595890Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:27:38.4634470Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4639036Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4657890Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4675967Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4692840Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4707135Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4721211Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4751165Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4759886Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4783933Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4798299Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4825579Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4837394Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4852603Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4864184Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:27:38.4872666Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4877375Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4888227Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4898737Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4920331Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4929897Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:27:38.4941245Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.4946435Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.4956392Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.4966719Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.4996465Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5064921Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5084003Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5100605Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5120932Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5134738Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5150106Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5159013Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5172455Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5185026Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5219356Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5236524Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5252736Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5262060Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5271121Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5280939Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5298759Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5320134Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5332072Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5337886Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5350345Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5379399Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5389979Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5480472Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5495606Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5505233Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5515035Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5552424Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:38.5559297Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:27:38.5564354Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:27:38.5576809Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:27:38.5588052Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:27:38.5594543Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:27:38.5608581Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5613805Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5629005Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5643610Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5658884Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5678830Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5689151Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5700335Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5710248Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5725191Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5747169Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5759673Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5773157Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5782302Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5800450Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5810738Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5823203Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5839522Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5851926Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5885383Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5898444Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5917482Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5953642Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:27:38.5961179Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.5966077Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.5975879Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.5988434Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6018685Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6031289Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6054606Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6087506Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6096759Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6110430Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6120213Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:27:38.6128130Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:27:38.6132894Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:27:38.6138784Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:27:38.6149533Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:27:38.6155167Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:27:38.6163792Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6168478Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6183241Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6193348Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6204224Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6228727Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6238778Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6257478Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6268067Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6279255Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6288949Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6305317Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6337949Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:27:38.6345050Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6350195Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6361626Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6372495Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6398887Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6420315Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6430969Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:27:38.6438234Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6451020Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6462001Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6472344Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6492639Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6509861Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6521077Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6545199Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6578994Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:27:38.6587391Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6592414Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6613009Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6623463Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6656599Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6672517Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6683807Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6694221Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6704976Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6715884Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6725613Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:27:38.6732127Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:27:38.6737262Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:27:38.6747115Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:27:38.6753590Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:27:38.6759107Z 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-01-24T01:27:38.6770253Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:27:38.6780598Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6785680Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6795322Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6805952Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6822928Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6834006Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6844163Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6855395Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6866621Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6880132Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6891171Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6904216Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6925589Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.6941292Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7084336Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7096673Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7108304Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7125443Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7137289Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7154455Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7176146Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7188486Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7199058Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7209456Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:27:38.7216125Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:27:38.7220793Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:27:38.7247471Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:27:38.7254400Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:27:38.7258819Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:27:38.7269581Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:27:38.7273946Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:27:38.7281209Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:27:38.7293747Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:27:38.7305960Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:27:38.7310294Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:27:38.7329436Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:27:38.7334426Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:27:38.7352870Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:27:38.7359081Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:27:38.7366478Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:27:38.7371159Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:27:38.7381998Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:27:38.7389569Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7394087Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7411744Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7425740Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7435463Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7445259Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7474499Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7481531Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7492986Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7517795Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7528301Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7545172Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7554056Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7562809Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:27:38.7569566Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7574145Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7586981Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7596882Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7605587Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7716858Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7731160Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:27:38.7741635Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:27:38.7746238Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:27:38.7755513Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:27:38.7764866Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:27:38.7771639Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:27:38.7776369Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:27:38.7788223Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:27:38.7794057Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:27:38.7807067Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:27:38.7811852Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:27:38.7821719Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:27:38.7832021Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:27:38.7838685Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:27:38.7850905Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:27:38.7861296Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:27:38.7886850Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:27:38.7902846Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:27:38.7909269Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:27:38.7913608Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:27:38.7923291Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:27:38.7933462Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:27:38.7943659Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:27:38.7951033Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:27:38.7955782Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:27:38.7966172Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:27:38.7983047Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:27:38.7993991Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:27:38.8000616Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:27:38.8006195Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:27:38.8015908Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:27:38.8030420Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:27:39.3730680Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:39.3757230Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:39.4052190Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:27:39.4057371Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4061795Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4072372Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4124488Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4137828Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4172445Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4193755Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4277821Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4288041Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4339278Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4367189Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4430956Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:27:39.4439285Z creating build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4443583Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4454338Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4465451Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4475413Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4505217Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4515377Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4525474Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4536548Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4552508Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4562940Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4573287Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4583383Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4594097Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.4604865Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5309014Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5319599Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5329985Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5340205Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5363724Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5374505Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5390676Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5400786Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5410920Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5421459Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5437253Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5447231Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5467601Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5476878Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5494174Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5504770Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5516149Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5526632Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5537428Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5548209Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5558812Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5581060Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5591332Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5601586Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5612323Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5622830Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5647593Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5658411Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5668520Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5678835Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5711309Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5721772Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5731591Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5741298Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5756810Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5766814Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5776831Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5786517Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5808600Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5819287Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5829730Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5840311Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5856959Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5869990Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5882177Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5892440Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5908393Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5932093Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5942638Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5953506Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5964641Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5975802Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5988533Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.5999354Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6020427Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6047060Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6063334Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6076888Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6089081Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6099862Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6112170Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6125840Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6146611Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6158122Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6169904Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6180455Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6196668Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6207228Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6217955Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6229417Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6240175Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6250295Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6273447Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6297678Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6307827Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6319215Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6329892Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6340954Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6351394Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6362005Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6373044Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6383957Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6394468Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6406588Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6417573Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6425662Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6435969Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6447125Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6458365Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6466793Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6495746Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6506784Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:27:39.6517295Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6522085Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6534978Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6547713Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6554403Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6561444Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6580904Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6593599Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6631224Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6647755Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6662533Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6670440Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6684922Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6698247Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6704878Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6711720Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6724372Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6731535Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6744365Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6757610Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6764149Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.6776796Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.7267317Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.9447337Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.9454689Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:27:39.9561248Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:39.9573646Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:39.9588042Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:39.9599476Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:39.9617868Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:39.9622168Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:39.9629662Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:39.9635542Z creating build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9639822Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9647386Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9657615Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9663820Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9670736Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9687383Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9694144Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9700971Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9707887Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9714447Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9721284Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9727629Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9736905Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9743365Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9749804Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9760436Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9768246Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9777788Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:27:39.9786065Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9790584Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9797357Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9803541Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9810405Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9817658Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9838783Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9845240Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9852016Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9861739Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9868273Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9874960Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9881842Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9892483Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9900050Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9907257Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9914903Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9922274Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9930057Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9937285Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9950693Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9961263Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9969121Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9976233Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9983429Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9990332Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:39.9997225Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0005626Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0012912Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0024320Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0039492Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0046230Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0053098Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0064422Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0070947Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0077517Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0084827Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0096504Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0103197Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0110121Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0117060Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0128017Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0142307Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0148983Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0168854Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0169611Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0172545Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0181414Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0188276Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0199062Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0205818Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0212707Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0226940Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0234583Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0240160Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0246189Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0253436Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0260315Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0267253Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0273967Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0280985Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0288047Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0313494Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0320075Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0326831Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0337004Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0344321Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0351459Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0361892Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0369654Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0378162Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0392731Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0399716Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0406372Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0414593Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0421441Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0427956Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0439974Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0447171Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0455114Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0461993Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0475044Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0482168Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0489257Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0497050Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0524109Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0539569Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0546648Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0553236Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0563493Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0570703Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0577427Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0584391Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0594707Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0601478Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0608494Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0615955Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0627108Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0633645Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0640464Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0647363Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0716406Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0717222Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0717979Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0718750Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0719512Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0720212Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0722592Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0726313Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0755091Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0762383Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0769615Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0776753Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0788460Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0795453Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0802258Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0809185Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0819697Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0841825Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0848761Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:27:40.0855002Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:27:40.0860092Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:27:40.0866585Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:27:40.0873351Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:27:40.0880555Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0886661Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0893544Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0901182Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0908883Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0928067Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:40.0935778Z 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-01-24T01:27:40.0942017Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0947363Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0954439Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0960961Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0973555Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0988073Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.0995537Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1003857Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1010151Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1017269Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1024877Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1032880Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1039969Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:40.1047494Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:27:40.1053402Z 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-01-24T01:27:40.1060425Z 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-01-24T01:27:40.1067579Z 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-01-24T01:27:40.1086795Z 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-01-24T01:27:40.1094396Z 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-01-24T01:27:40.1101964Z 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-01-24T01:27:40.1109519Z 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-01-24T01:27:40.1116719Z 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-01-24T01:27:40.1124832Z 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-01-24T01:27:40.1135819Z 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-01-24T01:27:40.1142926Z 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-01-24T01:27:40.1150413Z 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-01-24T01:27:40.1158331Z 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-01-24T01:27:40.1169042Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:27:40.1174908Z 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-01-24T01:27:40.1182879Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1188212Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1195102Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1203700Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1211138Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1229806Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1236662Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1244775Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1252567Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1260254Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1267083Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:40.1277728Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1284168Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1304616Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1311976Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1318858Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1325393Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1332724Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1339390Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1345926Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1352490Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:27:40.1358696Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1363937Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1370893Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1377596Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1384674Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1400645Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1408180Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:40.1415261Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1420117Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1427103Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1434101Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1440710Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1454396Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1464860Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1472605Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1479504Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1486037Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1496640Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1503527Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1511629Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1518685Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1531417Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1538672Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1545673Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1552483Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1559439Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1566113Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1573091Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1580312Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1587186Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1605076Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1611666Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1618692Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1625665Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1632558Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1639484Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1646956Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1654246Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1661511Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1668509Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1675776Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1691022Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1698082Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1705478Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1712232Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1719665Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1728447Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1735759Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1743300Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1750555Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1757310Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1764341Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1771323Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1792341Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1799050Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1805947Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1813259Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1820245Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1826999Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1834007Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1840748Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1847386Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1854859Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1868970Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1875734Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1886755Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1893306Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1899837Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1906681Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1916741Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1924697Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1933856Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1945642Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.1952597Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3166350Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3173343Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3180906Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3193712Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3200041Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3206727Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3212772Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3219678Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:27:40.3225672Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3230843Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3237560Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3243982Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3251533Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3258621Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3273120Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3283857Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3290668Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3297244Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3303917Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3310554Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3316895Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3323747Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3330791Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3341343Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3347984Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3355071Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3361762Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3368434Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3375261Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3381649Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3395189Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3401796Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3408474Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3415284Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3422605Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3429327Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3435795Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3443062Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3449828Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3468814Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3475394Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3481862Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3488385Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3501016Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3507693Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3514550Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:27:40.3523720Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3528840Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3540023Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3546991Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3567724Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3578547Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3586329Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3593201Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3600177Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3607103Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3614375Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:27:40.3620361Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3625470Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3632585Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3639947Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3648180Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3660429Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3667395Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3674296Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:27:40.3698660Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3699327Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3700133Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3701679Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3707994Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3714945Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3726653Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:27:40.3732719Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3737752Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3744531Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3751295Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3764407Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3771232Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3778507Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3785486Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3792173Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3799694Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3806312Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3812740Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3819349Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3826171Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:27:40.3832222Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3836759Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3843252Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3850235Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3856975Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3876358Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3883216Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3889879Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3896603Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3903294Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3909914Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3916415Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3924626Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3931811Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3938439Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3945338Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3951983Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3958649Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3965674Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3972599Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3980016Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.3994129Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.4000860Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5203753Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5211155Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5219012Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5226348Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5233027Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5240563Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5248094Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5291869Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5298545Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5305348Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5312854Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5319901Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5327428Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5335151Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5342070Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5361280Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5368349Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5375856Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5386506Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5393609Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5400800Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5407963Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5415545Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5422567Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5429430Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5436448Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5456063Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5464079Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5471730Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5478660Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5487904Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5495779Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5505142Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5512431Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5519853Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5527076Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5535586Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5554051Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5561213Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5568908Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5576840Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5628796Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5636090Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5644643Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5812066Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5818968Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5826192Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5833312Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5845061Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5858998Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5866398Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5873481Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5884776Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5892389Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5899414Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5906851Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5917043Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5924085Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5931426Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5938937Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5946055Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5953401Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5960966Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5967553Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5977996Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5985166Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5992250Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.5999816Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6010675Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6017790Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6025314Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6032090Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6039511Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6053395Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6060823Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6067880Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6075119Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6081854Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6089648Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6096749Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6108252Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6115300Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6122941Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6131253Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6143505Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6150706Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6157954Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6165094Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6176118Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6183777Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6191294Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6200190Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6210579Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6218085Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6225480Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6241323Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6248289Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6256131Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6262906Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6269825Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6276770Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6283598Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6290964Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6297988Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6304962Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6312099Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6318987Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6325949Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6336605Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6343345Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6350342Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6357485Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6364031Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6371219Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6378253Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6385004Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6407174Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6414233Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6420849Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6427881Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6434865Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6442505Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6449627Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6456775Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6469169Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6483756Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6491045Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6497833Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6509094Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6515683Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6523302Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6530781Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6542212Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6549849Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6557600Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6564419Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6571763Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6579381Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6586289Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6593572Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6600871Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6608399Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6615556Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6622563Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6633681Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6640763Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6647677Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6654778Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6666129Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6673789Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6680721Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6687755Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6694888Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6703521Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6711310Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6720142Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6727621Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6735045Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6742133Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6749173Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6759735Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6767442Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6774672Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6782058Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6792771Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6811480Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6818371Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6825340Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6832036Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6838856Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6845937Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6853209Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6860170Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6867248Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6874194Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6880739Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6888441Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6895507Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6902940Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6910074Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6921204Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6929458Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6937735Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6946539Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6954427Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6962086Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6969997Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6977100Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6984451Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6991342Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.6998183Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7008624Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7016273Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7023033Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7029576Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7036529Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7043841Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7050751Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7057617Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7064658Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7071689Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7078730Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7086197Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7097548Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7104766Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7121275Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7128001Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7140013Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7147461Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7153775Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7161017Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7167884Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7174903Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7182445Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7189561Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7200136Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7207679Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7215272Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7222339Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7234152Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7241891Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7250291Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7259146Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7274888Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7283040Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7290756Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7298583Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7311310Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7319975Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7327259Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7335075Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7346826Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7353797Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7360742Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7367921Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7378725Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7385581Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7392991Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7427720Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7428772Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7429533Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7430435Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7432218Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7443447Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7450655Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7458011Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7464572Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7471470Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7478265Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7486330Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7494716Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7506772Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7537790Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7545558Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7552754Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7560045Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7567376Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7574794Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7581750Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7589278Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7596262Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7603066Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7610504Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7617611Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7624504Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7631326Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7638127Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7645131Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7652340Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7658865Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7666055Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7673097Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7680026Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7686897Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7694315Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7704610Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7711754Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7719044Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7725673Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7735875Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7742820Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7749743Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7756534Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7767152Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7774276Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7781475Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7788208Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7796041Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7803192Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7810293Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7829145Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7836160Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7843253Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7850229Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7857318Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7864432Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7871369Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7879435Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7887166Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7894529Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7901790Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7908865Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7915951Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7923116Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7930284Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7937463Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7944562Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7955121Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7962854Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7970157Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7977243Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7984399Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7991411Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.7998802Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8006125Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8013308Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8020454Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8027429Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8035228Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8042342Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8049402Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8056537Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8063564Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8075016Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8083331Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8090452Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8097844Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8110255Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8117263Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8124653Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8132154Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8139356Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8146017Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8153034Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8160869Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8173134Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8179972Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8187228Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8194727Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8201783Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8208924Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8216264Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8223340Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8230661Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8238444Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8245251Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8252469Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8259529Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8267797Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8274761Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8281789Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8289377Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8297225Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8304922Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8312014Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8319165Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8326506Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8333926Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8341350Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8358197Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8365861Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8373472Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8380773Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8391513Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8398947Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8406292Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8430481Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8438572Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8445730Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8453196Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8460298Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8468001Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8474962Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8482088Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8489628Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8501286Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8508567Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8515758Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8522928Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8538485Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8546447Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8553439Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8560609Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8567993Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8575208Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8582314Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8589335Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8596608Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8604103Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8611223Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8618342Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8625664Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8632939Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8640235Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8647481Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8654669Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8662143Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8669246Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8676843Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8683976Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8691339Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8698724Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8705681Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8713045Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8720217Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8727472Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8735584Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8743583Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8751885Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8759854Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8768091Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8780490Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8789089Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8798140Z 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-01-24T01:27:40.8805580Z 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-01-24T01:27:40.8817561Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8825023Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8832063Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8839420Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8846270Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8853759Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8860537Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8867524Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8874532Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8881729Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8889271Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8896174Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8903324Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8910642Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8917564Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8924344Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8931885Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8938857Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8945713Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8952835Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8970243Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8977518Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8984599Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.8991423Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9002034Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9008745Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9015661Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9022408Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9033940Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9041532Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9048655Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9056153Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9063459Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9070613Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9077743Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9085014Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9092734Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9100092Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9107544Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9114754Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9125433Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9133032Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9140298Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9147237Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9158288Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9165404Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9172694Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9179902Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9187144Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9194704Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9201727Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9208778Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9216151Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9224316Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9233056Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9240829Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9248294Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9255701Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9262800Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9288845Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9295924Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9302836Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9309816Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9317617Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9324754Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9331848Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9338906Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9345888Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9352968Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9360268Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9367422Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9376182Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9383800Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9390790Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9398155Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9405843Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9413150Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9420350Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9427589Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9434874Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9446025Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9454215Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9460907Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9468219Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9475451Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9482792Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9490318Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9497545Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9504984Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9512822Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9520166Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9527435Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:40.9534900Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0223736Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0230950Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0238638Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0245703Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0253169Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0260577Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0268107Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0275086Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0282342Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0289193Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0296498Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0307644Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0314672Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0321595Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0328791Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0336140Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0342938Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0349882Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0357304Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0364018Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0370786Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0377649Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0384631Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0391545Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0398408Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0405168Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0411774Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0418788Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0425529Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0432199Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0440281Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0447037Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0454123Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0461028Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0468333Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0475182Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0482073Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0489100Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0496348Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0503271Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0510218Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0517073Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0527717Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0534909Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0541835Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0548658Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0555228Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0562927Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0570166Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0577579Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0584382Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0591423Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0598894Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0606385Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0613765Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0620416Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0627156Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0634030Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0641564Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0648554Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0655079Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0661950Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0668961Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0677176Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.0691149Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1049271Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1056737Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1064361Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1071655Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1079015Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1087523Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1094574Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1101962Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1109558Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1117019Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1124224Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1131525Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1138853Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1145879Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1152768Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1159889Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1167124Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1174218Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1181775Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1188972Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1195915Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1202908Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1210058Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1216933Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1224523Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1232311Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1242123Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1250161Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1258252Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1265655Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1272528Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1279582Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1288057Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1295234Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1302366Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1309696Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1317280Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1324368Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1331632Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1338576Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1345562Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1353087Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1359373Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1366392Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1373479Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1380645Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1387835Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1394794Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1402037Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1409215Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1416203Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1423232Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1430545Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1437454Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1444458Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1451657Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1459261Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1466252Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1473358Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1480282Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1487055Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1494364Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1501479Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1508708Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1515780Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1522778Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1529581Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1536779Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1544251Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1551412Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1559243Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1566255Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1574448Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1581428Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1588298Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1595308Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1602275Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1609335Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1616865Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1623859Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1630809Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1637914Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1644892Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1651945Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1659186Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1666047Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1673002Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1679951Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1686942Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1693746Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1700688Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1707279Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1714243Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1721227Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1728102Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1734943Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1742007Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1749782Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1756990Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1764384Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1771888Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1779530Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1787022Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1794409Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1801723Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1809322Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1816732Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1824107Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1831830Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1838906Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1864126Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1872288Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1879727Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1886994Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1894392Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1901792Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1908666Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1915729Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1922933Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1929975Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1937243Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1943887Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1951280Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1958324Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1965201Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1972371Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1979412Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1986686Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.1993398Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2001613Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2008665Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2015754Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2023093Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2030269Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2037257Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2044241Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2051311Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2058595Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2065274Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2072183Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2079485Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2086743Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2093862Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2100968Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2108389Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2115358Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2122365Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2137296Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2144508Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2151673Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2158604Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2179611Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2186415Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2193099Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2199801Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2207178Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2214150Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2220946Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2228201Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2235437Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2242164Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2249080Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2256316Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2263001Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2270046Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2276858Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2283977Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2291117Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2298520Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2305561Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2315169Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2322543Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2330678Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2339978Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2348559Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2357114Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2365895Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2373553Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2381580Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2389108Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2397001Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2404119Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2411632Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2419067Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2426811Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2434328Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2441524Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2448560Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2474473Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2481521Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2488834Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2496934Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2503954Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2511142Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2518232Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2525297Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2532533Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2539904Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2547213Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2554287Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2561648Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2569093Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2576314Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2583442Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2590547Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2598334Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2606325Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2613751Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2620911Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2628073Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2636209Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2644774Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2656249Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2662178Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2669292Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2677459Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2685829Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2693708Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2701852Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2709522Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2716961Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2724108Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2731971Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2738767Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2747129Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2754293Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2761597Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2768826Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2776196Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2783707Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2790398Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2797463Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2804305Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2811432Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2823324Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2830654Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2837833Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2845727Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2853303Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2861185Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2870670Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2879809Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2887533Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2895257Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2907462Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2915866Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2923524Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2931559Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2938882Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2946482Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2953849Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2960717Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2968173Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2975391Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2982784Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2989761Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.2996863Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3004634Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3025787Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3033272Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3041120Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3048915Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3057017Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3064779Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3076690Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3084119Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3092829Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3101617Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3109711Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3118110Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3126062Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3134333Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3141651Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3149648Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3160739Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3168329Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3175943Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3183929Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3191262Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3198652Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3205934Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3213382Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3220576Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3227798Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3239499Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3247071Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3254417Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3261822Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3287866Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3297016Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3304443Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3311874Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3319272Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3326761Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3334647Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3342262Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3350401Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3358251Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3365670Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3373712Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3382287Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3389909Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3397553Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3405284Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3418275Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3427320Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3437107Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3446406Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3454784Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3467851Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3475476Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3483442Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3491468Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3499240Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3510874Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3518375Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3525738Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3533455Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3542710Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3556476Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3563705Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3571466Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3579842Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3587386Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3595710Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3603234Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3612503Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3621316Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3644817Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3835488Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3845007Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3853838Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3863137Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3871349Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3878905Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3886682Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3894775Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3902304Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3910180Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3938329Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3944729Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3951985Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3959433Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3967017Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3974458Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3981673Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3988793Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.3996184Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4003401Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4015368Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4022293Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4029757Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4036686Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4043389Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4050522Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4057517Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4065130Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4072185Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4078968Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4086615Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4093944Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4101566Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4108906Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4116276Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4123674Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4131135Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4138346Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4145735Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4155093Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4162438Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4169897Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4177716Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4184993Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4193110Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4200029Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4208553Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4216645Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4224870Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4259579Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4268355Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4276600Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4283521Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4290941Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4297753Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4304826Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4312517Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4319512Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4326773Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4333990Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4341352Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4348515Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4355523Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4362963Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4370144Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4381882Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4389363Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4396335Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4403478Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4410603Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4417015Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4424197Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4431212Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4439054Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4445809Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4452858Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4459650Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4466673Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4473631Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4480844Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4488012Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4494741Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4501411Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4507975Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4514732Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4528850Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4536138Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4542862Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4549378Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4556939Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4563855Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4571044Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4578469Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4586068Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4593190Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4604657Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4612094Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4619092Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4626196Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4633681Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4640662Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4647640Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4655397Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4662515Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4669826Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4677160Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4684468Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4691528Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4698876Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4706146Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4713361Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4720506Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4727656Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.4734619Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5621455Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5632328Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5639811Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5646786Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5653635Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5661032Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5668771Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5676126Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5683229Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5690090Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5697175Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5704810Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5712106Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5719243Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5726556Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5734010Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5744805Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5751674Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5759410Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5767135Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5774950Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5786325Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5794228Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5801336Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5808680Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5815905Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5823427Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5830320Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5837377Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5844340Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5851701Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5858750Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5865686Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5872464Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5879294Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5886069Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5893326Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5900302Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5907351Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5914610Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5922000Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5928846Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5935968Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5943045Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5949918Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5956897Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5963835Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5971085Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5978409Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5985579Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.5992224Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6002931Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6010063Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6018038Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6024863Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6032196Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6039508Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6046637Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6054001Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6061230Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6074426Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6092232Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6099437Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6106349Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6113133Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6120087Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6127123Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6135051Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6142194Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6149787Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6156783Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6163748Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6171233Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6178790Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6186177Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6193303Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6205041Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6212556Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6221335Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6229466Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6237331Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6248737Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6256864Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6265510Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6273672Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6282314Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6291779Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6300505Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6308618Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6316273Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6323527Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6331163Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6338660Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6346152Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6353938Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6361316Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6368158Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6375493Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6382934Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6389943Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6397577Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6409036Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6416491Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6423973Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6431313Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6438212Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6448932Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6456458Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6463739Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6471417Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6478067Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6491450Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6498680Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6505933Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6513524Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6520659Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6527791Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6535587Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6543207Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6550497Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6557907Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6566659Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6572965Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6580152Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6586986Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6593582Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6601122Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6608163Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6615420Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6623143Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6630869Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6642667Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6649558Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6656668Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6663684Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6674309Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6681475Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6688539Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6696183Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6716090Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6730085Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6737866Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6745600Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6753015Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6760877Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6805054Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6812650Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6819538Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6827654Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6834789Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6863667Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6870800Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6878142Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6885964Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6893145Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6900812Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6907748Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6914730Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6926297Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6934073Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6941180Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6948160Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6955398Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6963087Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6970285Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6978062Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6986391Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6992863Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.6999945Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7006818Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7014128Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7022051Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7029838Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7040219Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7048386Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7055468Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7063458Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7070993Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7081812Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7089435Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7096584Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7108512Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7115774Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7123350Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7130849Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7138696Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7145991Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7153335Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7164669Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7172484Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7179808Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7187378Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7194689Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7202660Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7210982Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7218547Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7226037Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7234388Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7241403Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7248763Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7255977Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7262913Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7270445Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7280917Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7287598Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7295266Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7302445Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7309424Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7320439Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7327596Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7334946Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7342276Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7349324Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7362105Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7370333Z 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-01-24T01:27:41.7379484Z 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-01-24T01:27:41.7388167Z 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-01-24T01:27:41.7397126Z 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-01-24T01:27:41.7405636Z 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-01-24T01:27:41.7414186Z 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-01-24T01:27:41.7421682Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7429175Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7437068Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7444666Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7453140Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7460987Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7468882Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7476634Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7485239Z 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-01-24T01:27:41.7493422Z 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-01-24T01:27:41.7501235Z 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-01-24T01:27:41.7508912Z 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-01-24T01:27:41.7516646Z 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-01-24T01:27:41.7528153Z 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-01-24T01:27:41.7536083Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7543611Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7551682Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7559409Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7566942Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7574494Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7582158Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7589695Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7597531Z 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-01-24T01:27:41.7612676Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7620408Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7628453Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7635790Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7643617Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7655503Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7663425Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7670979Z 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-01-24T01:27:41.7678403Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7685898Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7717117Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7724398Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7732286Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7740260Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7747430Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7755020Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7762410Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7770074Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7777484Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7784932Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7793211Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7801671Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7813197Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7821901Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7829417Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7837144Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7845436Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7854863Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7863576Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7871577Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7878876Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7886346Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7893859Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7904502Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7912113Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7919494Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7926856Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7934438Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7942342Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7949567Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7960760Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7968257Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7975724Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7983056Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7990091Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.7997341Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8005042Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8012908Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8020015Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8027810Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8035750Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8042757Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8050017Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8057106Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8065401Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8075931Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8083904Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8091059Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8098829Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8106054Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8117748Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8125434Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8132732Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8140086Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8147640Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8155100Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8162733Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8169745Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8177250Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8184725Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8202582Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8203613Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8207792Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8215549Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8230625Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8241783Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8249237Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8257741Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8265318Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8274000Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8285588Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8293212Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8300830Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8308212Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8315255Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8323137Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8330695Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8338169Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8345435Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8352718Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8363574Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8370861Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8378111Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8385136Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8392446Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8404910Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8412800Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8420555Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8429067Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8437892Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8449078Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8457182Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8465179Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8473982Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8481828Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8497369Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8505462Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8514391Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8522522Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8530133Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8542161Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8551268Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8559186Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8567426Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8576277Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8584224Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8591817Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8600242Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8608162Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8615617Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8631637Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8639426Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8647971Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8656879Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8664620Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8679341Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8688268Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8696044Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8703616Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8711559Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8719220Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8727281Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8735051Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8742706Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8750276Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8758644Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8766388Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8775833Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8790327Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8798516Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8811448Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8818783Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8826649Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8834362Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8841888Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8849649Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8857824Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8865077Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8873813Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8882608Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8895512Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8903882Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8912708Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8921073Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8928777Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8936831Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8944703Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8952273Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8961164Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8969617Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8977364Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8985190Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.8994068Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9001501Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9009084Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9020692Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9030097Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9037848Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9045588Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9053639Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9088113Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9095342Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9102461Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9109372Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9116796Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9124090Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9131265Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9138377Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9150837Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9158115Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9165506Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9172156Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9179418Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9221991Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9312052Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9321495Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9328551Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9336121Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:41.9402641Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4127148Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4134637Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4141781Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4148563Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4155970Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4163002Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4170206Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4177579Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4184903Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4192023Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4199145Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4206079Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4213061Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4219940Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4227149Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4234796Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4242296Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4253241Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4260930Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4268444Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4275825Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4283921Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4292026Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4299302Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4306777Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4314051Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4321288Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4328924Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4336143Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4343245Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4350422Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4358062Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4369852Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4377802Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4384928Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4392666Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4399810Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4412100Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4419659Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4427107Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4434318Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4441496Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4449005Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4456171Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4463489Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4470468Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4477362Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4484513Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4491598Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4498404Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4505365Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4512379Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4520005Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4526889Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4533998Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4541201Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4548797Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4561255Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4568247Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4575463Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4582935Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4590111Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4597501Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4604581Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4611675Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4619223Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4627335Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4633985Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4641390Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4648339Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4655557Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4663001Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4670248Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4677341Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.4684936Z 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-01-24T01:27:42.5420341Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5427379Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5434292Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5441076Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5448310Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5455415Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5462820Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5470440Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5477898Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5485234Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5492603Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5499774Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5507345Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5514582Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5521995Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5529065Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5536571Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5543626Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5551026Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5558878Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5565988Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5573282Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5583739Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5590973Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5597840Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5604797Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5612641Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5623730Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5631268Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5638451Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5645945Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5653355Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5660619Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5668325Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5675425Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5683077Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5690360Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5701539Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5708816Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5715918Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5722898Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5730386Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5737600Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5749241Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5756799Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5764093Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5771462Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5778701Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5785670Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5865164Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5866242Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5867003Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5867713Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5868545Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5869412Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5870128Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5871045Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5872060Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5872840Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5873575Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5874330Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5880389Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5891098Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5897751Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5904454Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5911711Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5918775Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5929756Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5937620Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5944695Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5951794Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5958713Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5965859Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5973438Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5980312Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5987860Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.5994617Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6006066Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6013266Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6021161Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6027941Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6038869Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6045825Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6052834Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6060041Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6066592Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6073555Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6080435Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6087132Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6094515Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6102061Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6113412Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6120819Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6127794Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6135307Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6143903Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6153740Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6161957Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6168569Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6175881Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6183278Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6197108Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6204481Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6212028Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6219608Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6227067Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6234286Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6242082Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6249487Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6257269Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6264543Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6279377Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6286613Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6293918Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6301464Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6309432Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6321554Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6329390Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6337467Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6346091Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6353803Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6364865Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6372649Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6379874Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6387355Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6395206Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6402562Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6409731Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6417126Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6424493Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6431578Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6443218Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6450576Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6457410Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6464551Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6471701Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6478716Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6486155Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6493114Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6500044Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6506684Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6513736Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6520541Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6527378Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6534643Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6541425Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6548307Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6555092Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6561771Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6569123Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6576176Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6583220Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6590707Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6598170Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6605432Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6612955Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6620159Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6627384Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6636037Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6643353Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6650776Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6658343Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6665725Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6673279Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6680479Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6688447Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6700307Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6707581Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6715245Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6731327Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6738374Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6745625Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6753005Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6760118Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6767886Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6775632Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6782932Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6790069Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6798526Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6805109Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6812342Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6835978Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6837061Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6844982Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6848404Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6857622Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6863857Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6870798Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6878202Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6885535Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6892893Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6904865Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6911460Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6919053Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6926204Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6933557Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6940848Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6948049Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6955446Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6962628Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6969794Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6976714Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6984191Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6991323Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.6998722Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7005631Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7013286Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7020212Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7027027Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7033741Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7040409Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7047134Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7054498Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7088643Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7095755Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7102266Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7109105Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7115808Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7122541Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7129350Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7136434Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7144385Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7151643Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7158811Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7165792Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7172970Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7183834Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7191016Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7198092Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7205399Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7213568Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7221401Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7229213Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7237034Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7245116Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7252648Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7259872Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7266833Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7274082Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7281084Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7288017Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7294905Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7302961Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7309980Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7316943Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7323366Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7329749Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7337709Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7344755Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7353394Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7360417Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7368836Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7377727Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7385568Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7815728Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7823474Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7843554Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7844376Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7851731Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7859485Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7867217Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7874538Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7881708Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7888865Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7895934Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7902758Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7909415Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7916641Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7923443Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7930352Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7937307Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7948270Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7955306Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7961523Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7967805Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7974372Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7981840Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7988649Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.7995838Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8003000Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8010219Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8021423Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8028364Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8035710Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8042624Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8049447Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8056442Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8063463Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8070804Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8077731Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8084672Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8091669Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8099036Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8105795Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8112630Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8119286Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8126010Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8132637Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8138990Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8145332Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8151621Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8159350Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8166618Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8173832Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8180662Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8187341Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8194150Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8201050Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8208330Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8215145Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8222294Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8229785Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8236790Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8243663Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8251104Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8257985Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8264975Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8272792Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8279789Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8287043Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8294014Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8301277Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8308734Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8316415Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8324320Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8332624Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8345137Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8353036Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8361280Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8369602Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8378789Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8385632Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8392949Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8399938Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8407248Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8414492Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8421547Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8428261Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8435694Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8442682Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8449461Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8456250Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8463362Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8470247Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8476850Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8483943Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8495042Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8711393Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8713943Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8714835Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8715887Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8716854Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8717706Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8719743Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8720549Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8721355Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8722245Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8723147Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8725489Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8726639Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8727673Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8728549Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8729318Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8731436Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8732375Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8733541Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8734790Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8737005Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8737986Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8738893Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8739782Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8740587Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8741340Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8743443Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8744476Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8745280Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8746032Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8746921Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8749073Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8749835Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8750639Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8751524Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8752417Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8754727Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8761689Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8768739Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8779652Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8786418Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8793231Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8799958Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8807133Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8817254Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8824143Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8831488Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8839423Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8855889Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8862974Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8870619Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8877587Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8884605Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8891696Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8898822Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8905954Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8912848Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8919479Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8926072Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8936053Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8942789Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8949753Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8956739Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8963417Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8974722Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8981691Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8988802Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.8995791Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9002757Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9010174Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9017385Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9024803Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9032116Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9039058Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9046369Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9053762Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9060767Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9067732Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9074869Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9082249Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9089049Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9096233Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9102958Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9111051Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9121259Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9128499Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9135791Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9143186Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9149990Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9157285Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9164210Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9171705Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9178956Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9186089Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9193396Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9200754Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9207676Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9214802Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9221733Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9228901Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9236391Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9243731Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9250787Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9258124Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9265675Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9272853Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9279795Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9287006Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9294626Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9301651Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9308667Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9315948Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9322911Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9330443Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9341761Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9349096Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9356093Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9363254Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9370036Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9377657Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9386270Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9394738Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9402834Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9411731Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9420361Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9435069Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9442978Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9450516Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9457825Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9465031Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9472762Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9480155Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9487187Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9494429Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9502106Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9509028Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9516287Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9523551Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9530484Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9537580Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9544670Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9551973Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9558861Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9565923Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9573035Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9579975Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9586805Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9594291Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9600448Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9607923Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9614973Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9621854Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9628807Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9635997Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9646363Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9653549Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9660333Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9667720Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9674897Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9686001Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:42.9692846Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0374165Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0381685Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0428704Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0429579Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0430400Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0431177Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0435261Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0442639Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0449886Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0456998Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0464890Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0471581Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0478379Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0489545Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0496981Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0503999Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0510997Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0518038Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0524934Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0531738Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0538574Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0545380Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0552029Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0564556Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0571493Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0578339Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0585266Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0591856Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0599133Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0607133Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0613879Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0620973Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0627992Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0638516Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0645607Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0652790Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0660492Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0667833Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0674795Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0681796Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0688948Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0696075Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0702998Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0710649Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0717767Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0724848Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0731980Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0738832Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0745932Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0752848Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0759840Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0766961Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0774580Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0781632Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0789066Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0796103Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0803264Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0810448Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0818674Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0827401Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0834330Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0842273Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0884749Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0885689Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0886467Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0887181Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0888007Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0891528Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0897848Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0904918Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0912232Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0918998Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0926152Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0933207Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0940599Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0947797Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0955092Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0962394Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0969548Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0977439Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0984768Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0992531Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.0999418Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1010971Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1017776Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1024719Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1031416Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1038205Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1045630Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1052899Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1060439Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1067423Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1074911Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1081982Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1088999Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1096396Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1103497Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1110521Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1117639Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1124682Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1132366Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1139227Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1164746Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1171898Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1179449Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1186411Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1193537Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1200535Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1207759Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1215467Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1222234Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1229264Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1236794Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1244206Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1251247Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1258746Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1266280Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1273407Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1280137Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1286890Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1294016Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1301277Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1308218Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1315262Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1322296Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1329458Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1336978Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1343946Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1351097Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1359085Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1368276Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1377525Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1392557Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1401330Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1409490Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1417818Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1425452Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1433160Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1440658Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1448105Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1456112Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1463475Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1470739Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1478217Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1486153Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1493023Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1500564Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1507778Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1514860Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1522117Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1529229Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1536380Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1543328Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1550819Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1557333Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1565263Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1572618Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1579946Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1587759Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1594776Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1602020Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1609208Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1616782Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1623834Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1631186Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1638492Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1645587Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1652769Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1660412Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1669133Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1675858Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1682783Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1690116Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1697481Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1704679Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1712232Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1719804Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1727089Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1734201Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1751118Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1758520Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1765964Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1773816Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1781555Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1789683Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1796945Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1804538Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1811938Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1819789Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1827342Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1834686Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1842189Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1850953Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1859411Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1867365Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1875124Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1882573Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1890110Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1897316Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1904708Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1911795Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1919468Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1927043Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1934443Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1941555Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1948877Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1956069Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1963170Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1970383Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1977947Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1985292Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1992271Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.1999655Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2007424Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2015552Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2060063Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2061000Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2061936Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2062764Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2063569Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2066458Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2073741Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2081111Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2088625Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2096727Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2103615Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2112173Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2118322Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2125835Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2133309Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2140630Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2147810Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2155241Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2162283Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2170823Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2178179Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2185791Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2192844Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2200107Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2207236Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2215290Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2222896Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2231089Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2238420Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2245664Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2252970Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2260422Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2267446Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2274641Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2282304Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2289755Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2297600Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2555163Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2562713Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2571231Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2578338Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2585500Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2593515Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2601119Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2608366Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2616437Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2623473Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2630984Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2638380Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2645484Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2652838Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2660720Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2668079Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2675275Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2683185Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2690251Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2697986Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2705504Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2712717Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2719630Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2727947Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2734393Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2742590Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2749539Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2757281Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2764469Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2772016Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2779711Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2787120Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2794695Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2802122Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2809375Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2817426Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2825070Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2832314Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2839561Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.2847538Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4354537Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4362376Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4370950Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4379247Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4386447Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4394912Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4405835Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4415036Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4442512Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4449797Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4457433Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4465217Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4472378Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4480067Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4487478Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4499295Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4506964Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4514318Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4521535Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4528784Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4536121Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4543122Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4550364Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4557458Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4564388Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4571997Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4579013Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4585747Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4592779Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4599655Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4606814Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4614017Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4620946Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4628097Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4635593Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4642494Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4667863Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4674992Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4682421Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4690064Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4697217Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4704705Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4712552Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4719795Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4726954Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4734472Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4741557Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4748597Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4755959Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4763308Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4770945Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4777844Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4785157Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4793238Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4801162Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4808100Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4815445Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4823177Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4830909Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4838176Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4846100Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4853751Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4861411Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4869896Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4880667Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4886353Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4893774Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4901257Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4909108Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4916718Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4923476Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4931439Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4938965Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4945972Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4952929Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4960167Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4967758Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4974919Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4981734Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4988470Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.4995309Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5002165Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5009302Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5017031Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5024346Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5031589Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5038455Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5045656Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5053135Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5060344Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5067691Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5074667Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5081860Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5089547Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5096583Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5104150Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5110985Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5118349Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5125489Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5134155Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5142080Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5149214Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5157014Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5164369Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5171746Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5178906Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5186155Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5193617Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5200790Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5209099Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5216975Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5224111Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5231249Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5238154Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5245354Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5253130Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5260593Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5267981Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5275214Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5282866Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5290066Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5297319Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5305160Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5312309Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5319585Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5327334Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5334825Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5342659Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5349703Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5356713Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5364083Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5371087Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5377883Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5384494Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5430629Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5431601Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5432449Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5433301Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5434121Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5445176Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5445914Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5449356Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5458203Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5464448Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5472377Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5479475Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5487018Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5494401Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5501235Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5508533Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5516168Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5523433Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5530668Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5537875Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5544916Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5551793Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5559163Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5566627Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5573753Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5580782Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5587886Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5594892Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5601778Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5610116Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5617559Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5635378Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5642859Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5650211Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5656997Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5664430Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5671117Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5678232Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5685910Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5693244Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5700917Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5708000Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5715463Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5722651Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5729568Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5736870Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5744037Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5751036Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5758299Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5765426Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5772423Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5779476Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5786324Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5793295Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5800994Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5808464Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5815318Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5822430Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5830395Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5837425Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5844421Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5852521Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5859738Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5867830Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5875990Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5884636Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5893725Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5901509Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5909005Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5916210Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5923668Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5931154Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5938230Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5945601Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5952763Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5959849Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5966946Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5974237Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5982008Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5989005Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.5996389Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6003949Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6011096Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6657410Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6663913Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6670750Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6677567Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6684316Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6691555Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6698732Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6706124Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6713080Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6720406Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6728402Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6735696Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6742989Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6751710Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6757632Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6764789Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6772627Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6779933Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6787839Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6795273Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6803189Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6811308Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6818226Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6825754Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6832920Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6840698Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6847736Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6855162Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6862272Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6870158Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6886295Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6887209Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6903033Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6903786Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6908873Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6916394Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6923433Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6930092Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6937053Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6943668Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6950724Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6957398Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6964163Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6971224Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6977915Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6984856Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6992001Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.6999076Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7005870Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7012742Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7019633Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7026481Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7033537Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7040632Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7048361Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7056154Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7063378Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7071369Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7078804Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7086266Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7093906Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7101558Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7108473Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7115503Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7122918Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7129941Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7137283Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7144878Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7152361Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7160791Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7167679Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7175145Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7183085Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7190756Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7198322Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7205762Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7214398Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7222767Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7231079Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7238978Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7246494Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7254106Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7261498Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7269037Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7276619Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7283713Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7290530Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7297947Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7305078Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7313151Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7320353Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7327552Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7335315Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7343101Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7350370Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7357417Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7364750Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7372240Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7379155Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7386015Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7393099Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7400164Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7407276Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7414500Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7422784Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7429782Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7436693Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7443645Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7450929Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7458476Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7467441Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7473471Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7481013Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7487883Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7494693Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7501463Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7508146Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7514872Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7521556Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7529067Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7536104Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7543439Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7551942Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7560091Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7568373Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7576801Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7585172Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7593483Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7600786Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7607822Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7615505Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7622502Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7629402Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7636234Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7643529Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7650096Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7656837Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7663969Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7670792Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7678162Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7685303Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7692709Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7699615Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7706623Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7714012Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7721144Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7728337Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7735457Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7742532Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7749272Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7756344Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7763216Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7770120Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7777385Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7784657Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7791874Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7798985Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7806435Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7814100Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7821236Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7828426Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7835445Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7843417Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7851258Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7858846Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7866209Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7887532Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7896027Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7905091Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7913995Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7922470Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7931078Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7938973Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7946326Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7953830Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7961444Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7969323Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7976838Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7984193Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7991512Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.7998786Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8006700Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8014128Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8021653Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8029069Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8036178Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8043478Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8051427Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8058614Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8065902Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8073196Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8080503Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8087721Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8095328Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8102551Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8109606Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8116534Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8123706Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8131285Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8138846Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8146118Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8153332Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8160485Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8167321Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8175069Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8182041Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8188778Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8195900Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8202846Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8209600Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8216898Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8224148Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8231183Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8238462Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8245898Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8253225Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8260939Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8267986Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8275157Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8282508Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8289946Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8297339Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8305296Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8312659Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8321599Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8327800Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8335304Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8342680Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8351099Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8357348Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8365114Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8372687Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8380689Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8388629Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8431831Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8432660Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8433453Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8434277Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8435278Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8438558Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8446543Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8454178Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8461481Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8469240Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8476458Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8483797Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8491316Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8498556Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8505847Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8513136Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8520740Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8527750Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8535111Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8542695Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8550036Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8557448Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8586772Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8594466Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8601665Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8608880Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8616285Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8623726Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8631357Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8638691Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8645840Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8653192Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8660450Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8667801Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8675768Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8683137Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8690360Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8697750Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8704842Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8712180Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8719651Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8726468Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8733947Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8740942Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8747494Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8754481Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8761793Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8768840Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8776353Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8783336Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8790257Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8797161Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8803991Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8810949Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8817784Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8824575Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8831722Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8838408Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8845283Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8852424Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8859731Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8867040Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8874471Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8881958Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8889861Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8897247Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8905598Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8913574Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8921270Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8931339Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8939826Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8947948Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8955161Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8962854Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8970358Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8977744Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8985156Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8992374Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.8999714Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9007365Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9014569Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9021593Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9029311Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9036295Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9043236Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9057674Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9064565Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9071276Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9077899Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9084661Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9092829Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9099859Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9107040Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9114117Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9121233Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9128571Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9136003Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9143340Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9150470Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9157549Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9164653Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9171842Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9180318Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9188082Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9194832Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9202243Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9209517Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9217707Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9225031Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9232444Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9239815Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9247028Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9254375Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9261665Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9269097Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9276677Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9284701Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9292204Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9299870Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9307366Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9314640Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9321949Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9329610Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9337328Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9344460Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9352371Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9359047Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9365692Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9372992Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9408472Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9416353Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9423522Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9430834Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9439907Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9446175Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9452978Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9460343Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9467818Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9476219Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9482198Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9488809Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9496063Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9502865Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9509764Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9516702Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9524163Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9531746Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9545777Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9546765Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9554276Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9560035Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9567034Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9574316Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9581663Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9589171Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9596089Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9602689Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9609476Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9616701Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9623660Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9630357Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9637587Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9644420Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9651665Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9658691Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9665673Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9672765Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9680335Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9687454Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9694898Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9701975Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9709890Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9716758Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9723752Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9731196Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9739857Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9746132Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9753701Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9761043Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9769568Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9776058Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9783663Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9791240Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9798992Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9805752Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9813204Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9820637Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9828828Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9836070Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9843487Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9852079Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9858888Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9866046Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9873849Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9881548Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9889002Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9896559Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9912759Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9913750Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9920513Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9928286Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9937366Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9943127Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9950564Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9957874Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9965724Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9973269Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9980521Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9987771Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:43.9996633Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0003146Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0009924Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0017458Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0024515Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0031539Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0038774Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0046114Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0054093Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0061549Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0068643Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0075896Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0083009Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0090328Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0097610Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0105205Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0112471Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0119549Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0127103Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0134578Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0154489Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0161874Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0169185Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0176100Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0183452Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0190733Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0197659Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0204769Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0212581Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0219709Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0226891Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0233988Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0240679Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0247742Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0255127Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0262036Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0269334Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0276867Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0284190Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0291435Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0298852Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0305973Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0313369Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0320948Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0328819Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0336472Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0343631Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0350927Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0358299Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0365972Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0373262Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0380172Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0387262Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0394600Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0402255Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0410409Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0418134Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0425758Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0432988Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0440496Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0448908Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0456610Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0464048Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0470869Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.0478680Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1408013Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1416811Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1425174Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1435061Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1442894Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1451201Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1458859Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1465701Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1473154Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1480706Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1487395Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1494666Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1501741Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1508964Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1516284Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1523584Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1530730Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1538200Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1545639Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1553162Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1560469Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1567707Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1578473Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1585693Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1592926Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1600376Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1608020Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1615327Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1622505Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1629968Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1636912Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1644124Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1651384Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1659016Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1666051Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1673973Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1680740Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1688367Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1695660Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1702912Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1710261Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1717260Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1724531Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1731988Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1739547Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1746922Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1754293Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1761784Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1768911Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1776017Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1783196Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1790995Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1798426Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1806121Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1814183Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1821291Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1828509Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1835712Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1843208Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1851122Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1858704Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1866205Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1873643Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1880546Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1888189Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1895476Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1902800Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1910278Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1918163Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1926433Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1934600Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1942546Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1950475Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1958076Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1965962Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1973422Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1980966Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1987861Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.1994970Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2002059Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2009295Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2016751Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2023675Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2030480Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2037882Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2044769Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2052283Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2059281Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2066568Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2073927Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2080981Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2088102Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2095165Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2102018Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2108767Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2115655Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2123102Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2130546Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2137849Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2144885Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2151867Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2159023Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2165907Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2172703Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2179472Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2186618Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2193216Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2200012Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2206685Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2213908Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2220776Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2227762Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2235153Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2242183Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2249107Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2256167Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2263051Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2270360Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2277207Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2284030Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2290777Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2299451Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2307542Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2314567Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2321425Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2328605Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2335874Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2342169Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2349146Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2356448Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2363168Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2369948Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2376775Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2384130Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2390978Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2398776Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2405740Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2413460Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2420468Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2427479Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2434451Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2441249Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2448329Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2455230Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2462308Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2469011Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2475927Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2483306Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2490576Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2498251Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2507000Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2553036Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2553804Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2554544Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2555441Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2556368Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2558877Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2563556Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2571621Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2578396Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2585234Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2592923Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2600673Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2608678Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2616019Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2623045Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2630183Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2637449Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2645141Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2652894Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2679831Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2687319Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2694833Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2701870Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2709091Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2716458Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2723489Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2730923Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2737817Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2745285Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2752433Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2759556Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2766612Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2773948Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2780980Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2787867Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2795213Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2802340Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2809524Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2817466Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2825473Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2833458Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2840340Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2847707Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2855279Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2862675Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2869971Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2877471Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2884933Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2892274Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2899341Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2906768Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2913902Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2921744Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2929987Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2939029Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2947286Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2954418Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2962451Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2970253Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2977240Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2984457Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2992042Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.2999485Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3006763Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3014173Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3021024Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3028209Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3035450Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3042777Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3049743Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3057775Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3064545Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3071740Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3078897Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3086147Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3097120Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3103809Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3111032Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3118342Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3125306Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3132734Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3139729Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3146686Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3153855Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3160623Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3167579Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3175786Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3182966Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3189956Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3196243Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3202896Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3210088Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3217446Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3224815Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3232057Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3239501Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3247812Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3255160Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3262451Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3269497Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3276722Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3283676Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3291121Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3298453Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3305925Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3313028Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3909866Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3917339Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3925754Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3934174Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3941649Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3949265Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3957025Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3965149Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3972846Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3980308Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3988743Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.3995972Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4003366Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4010991Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4019027Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4025983Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4033150Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4040272Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4048381Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4056109Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4063517Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4070703Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4078418Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4085516Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4093327Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4101015Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4108426Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4115415Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4123007Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4130266Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4137652Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4145236Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4152846Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4160418Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4167510Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4175218Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4182201Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4189467Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4196850Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4203995Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4211899Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4218544Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4225512Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4233197Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4240819Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4248340Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4255851Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4264012Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4271326Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4278769Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4286334Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4293034Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4300082Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4307241Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4314510Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4321417Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4329217Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4346882Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4353909Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4361410Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4368400Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4376102Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4384580Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4391666Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4400075Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4407685Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4415382Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4422884Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4430638Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4438615Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4447433Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4455768Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4463465Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4471975Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4479685Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4487028Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4494527Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4501880Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4508935Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4516085Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4523359Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4530307Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4537359Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4544266Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4551887Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4559281Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4566321Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4573726Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4581123Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4588209Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4595325Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4602329Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4609819Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4617135Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4624196Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4631673Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4638828Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4645919Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4653660Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4660463Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4667114Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4674036Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4681084Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4688014Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4695620Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4703407Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4710749Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4718276Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4726330Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4733911Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4741279Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4748566Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4755448Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4762405Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4769205Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4776451Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4784466Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4791525Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4799115Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4807011Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4814373Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4821701Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4828977Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4836585Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4843630Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4851421Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4858611Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4866050Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4873900Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4881111Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4888247Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4895935Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4903352Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4911537Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4918917Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4926914Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4935332Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4944768Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4952862Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4960544Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4968662Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4976169Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4983584Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4990744Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.4998520Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5005991Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5013573Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5021125Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5028886Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5036186Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5052315Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5064742Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5076416Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5088644Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5100530Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5111856Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5123600Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5135497Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5147014Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5159402Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5171721Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5183385Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5195347Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5207525Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5220126Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5231573Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5244017Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5255684Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5267714Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5279307Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5291434Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5303273Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5315104Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5327264Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5338321Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5349966Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5361240Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5372434Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5409282Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5416657Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5424059Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5432074Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5440319Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5448117Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5457253Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5470250Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5474956Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5482502Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5490226Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5497671Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5505559Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5512900Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5520721Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5528063Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5535167Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5542436Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5549574Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5556902Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5578484Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5717071Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5724702Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5731736Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5739927Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5747372Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5754924Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5763147Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5770887Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5778104Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5786508Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5796280Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5805572Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5813582Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5821506Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5829518Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5844745Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5852256Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5860300Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5867669Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5875689Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5884699Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5891600Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5899122Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5906649Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5915156Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5923015Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5931397Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5939079Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5969792Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5970811Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5971694Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5973824Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5981777Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5989699Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.5997419Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6005282Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6013121Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6020563Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6028468Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6036104Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6043612Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6051364Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6059024Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6067051Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6074460Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6082145Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6089723Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6097492Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6104703Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6112598Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6120081Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6127694Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.6135923Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7017717Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7025952Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7033803Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7041274Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7048629Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7056571Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7064307Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7071553Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7079125Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7086547Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7102531Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7109810Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7117359Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7125777Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7133569Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7141760Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7149993Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7158112Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7165735Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7173224Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7179982Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7186760Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7194065Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7200979Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7208320Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7215904Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7224104Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7232055Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7277812Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7278674Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7279607Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7280602Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7281420Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7283932Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7288936Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7296340Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7303840Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7311214Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7318658Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7325705Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7333203Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7341432Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7348510Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7355259Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7362969Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7370231Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7377229Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7384623Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7391682Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7398720Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7405578Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7412677Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7419993Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7427098Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7434424Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7441347Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7448306Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7455573Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7462603Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7469829Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7476475Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7483091Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7490889Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7498041Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7505119Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7512379Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7520066Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7528039Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7536024Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7543316Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7551655Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7559327Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7567314Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7575659Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7583474Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7591264Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7600439Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7607670Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7614897Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7622050Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7629151Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7636200Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7643688Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7650557Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7657803Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7664947Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7671911Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7679094Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7686116Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7693129Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7699797Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7706789Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7714063Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7721349Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7728246Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7735303Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7742325Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7749918Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7757905Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7765004Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7772454Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7779738Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7786786Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7793958Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7801764Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7809251Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7816375Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7823543Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7830704Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7837776Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7844793Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7852222Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7859833Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7867822Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7875295Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7882692Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7890350Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7897712Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7905041Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7912849Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7920551Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7927932Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7944213Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7951973Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7960442Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7968192Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7976157Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7983551Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7990895Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.7997999Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8005362Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8012479Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8020071Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8026970Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8034057Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8041119Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8048377Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8055616Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8062620Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8069557Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8076567Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8083598Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8091088Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8097860Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8105305Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8112075Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8119223Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8126453Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8133979Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8141234Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8148364Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8155502Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8162284Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8169723Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8176963Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8184280Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8191295Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8199199Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8206325Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8213704Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8221023Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8228808Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8236765Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8243975Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8251323Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8258458Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8265990Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8273288Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8280588Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8288190Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8295960Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8303320Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8310804Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8318013Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8325417Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8333043Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8340546Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8347777Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8356482Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8362601Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8369740Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8377659Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8385099Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8392845Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8399857Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8407012Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8414502Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8421895Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8429193Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8436173Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8444073Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8451874Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8459721Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8468134Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8475708Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8483270Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8490948Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8498520Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8506043Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8513111Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8520349Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8527355Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8534502Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8541478Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8549193Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8556319Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8563386Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8570548Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8577667Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8584803Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8591600Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8598419Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8605341Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8612667Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8619751Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8626780Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8633699Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8640830Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8647488Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8654597Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8661225Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8668283Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8675188Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8682039Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8688734Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8696139Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8703039Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8709992Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8716800Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8723330Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8730231Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8742200Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8749193Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8756131Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8763636Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8770772Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8778065Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8785324Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8792706Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8799952Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8807698Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8815398Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8822647Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8829996Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8838367Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8845533Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8857456Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8865083Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8872414Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8879316Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8886698Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8894031Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8901504Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8908585Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8915665Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8947005Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8954298Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8962328Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8970172Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8978347Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8985923Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.8992955Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9000436Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9007580Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9014102Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9020978Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9028346Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9036256Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9043409Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9055205Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9061015Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9068582Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9075518Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9083426Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9090916Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9097755Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9105042Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9112119Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9118874Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9126080Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9133047Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9139800Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9146345Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9153472Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9160980Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9167741Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9174840Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9181801Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9188659Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9195725Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9202367Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9209955Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9216915Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9224049Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9231450Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9238362Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9245556Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9253088Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9260495Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9267532Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9275193Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9282074Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9288824Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9296170Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9303815Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9310440Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9321598Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9328980Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9336465Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9343252Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9350205Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9357905Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9365085Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9373132Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9380656Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9388300Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9400084Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9407465Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9414758Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9422009Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9429280Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9436869Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9444328Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9452447Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9459958Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9467571Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9475767Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9484796Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9494165Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9503029Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9511490Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9523122Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9530678Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9538031Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9545007Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9552213Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9563943Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9571029Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9578147Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9585287Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9592401Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9599768Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9606862Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9614471Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9622030Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9629218Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9636951Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9645273Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9652913Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9660282Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9668211Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9675390Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9682667Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9689851Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9698210Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9705493Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9713256Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9720386Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9728449Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9741850Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9748885Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9756174Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9763461Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9771588Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9786311Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9794081Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9801478Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9809348Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9854392Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9861515Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9868620Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9875593Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9883165Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9891200Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9899048Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9906451Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9914086Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9923934Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9931484Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9939623Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9946700Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9954441Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9962084Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9970699Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9983271Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9990771Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:44.9998015Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0005881Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0013510Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0020449Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0027690Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0035195Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0042197Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0049486Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0056972Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0064128Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0071238Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0078768Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0086282Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0097298Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0105038Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0111890Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0119251Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0126528Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0133711Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0140862Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0148154Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0155171Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0162538Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0169943Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0176908Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0184314Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0191501Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0198795Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0206668Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0213925Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0221652Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0228835Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0235970Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0243031Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0250270Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0257445Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0264561Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0271708Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0283733Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0292011Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0299249Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0306295Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0313756Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0320994Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0328530Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0336198Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0343616Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0350884Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0358497Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0365723Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0373212Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0380628Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0388031Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0395190Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0402328Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0409291Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0417073Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0424295Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0431581Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0439027Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0446759Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0454273Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0461562Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0474250Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0483928Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0491968Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0509689Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0510643Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0516095Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0523810Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0531229Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0538862Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0546019Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0553664Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0560983Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0568168Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0575939Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0583436Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0591245Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0598785Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0605860Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0613344Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0620680Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0627806Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0634892Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0642454Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0649536Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0656714Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0663964Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0671096Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0678660Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0685866Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0693919Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0710564Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0717948Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0725033Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0732299Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0739496Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0746944Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0754336Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0762259Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0769429Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0777213Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0784533Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0791890Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0799276Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0806723Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0814257Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0821576Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0828881Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0836992Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0844544Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.0852159Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1137467Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1144433Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1151601Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1164023Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1169844Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1177901Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1185104Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1192534Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1199790Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1828751Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1836153Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1843887Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1851638Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1859469Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1866819Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1874365Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1881788Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1889482Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1897033Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1904623Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1912109Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1919908Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1927430Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1935700Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1943135Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1950516Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1958009Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1965783Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1973718Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1982616Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1991427Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.1998890Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2007129Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2014888Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2022723Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2030069Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2037489Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2044980Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2052834Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2060747Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2068084Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2075908Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2083241Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2090691Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2098322Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2110221Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2117247Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2125311Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2133308Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2140913Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2148520Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2172471Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2180023Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2187723Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2195392Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2203150Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2211365Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2219221Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2227441Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2235310Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2247423Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2255250Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2262887Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2270577Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2277918Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2286014Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2294534Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2302960Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2310768Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2318834Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2326230Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2333839Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2341375Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2348858Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2356250Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2363973Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2371562Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2378930Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2386210Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2394130Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2405298Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2412969Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2420228Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2427903Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2435252Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2443189Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2450988Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2458307Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2465499Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2472897Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2480949Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2488359Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2495767Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2503909Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2511221Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2518125Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2525416Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2533014Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2540342Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2547462Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2554705Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2562149Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2569823Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2576833Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2583945Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2596071Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2603195Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2610471Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2617635Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2625025Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2637539Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2644918Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2652724Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2660483Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2668181Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2675462Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2683237Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2690611Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2698088Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2705498Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2713325Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2720529Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2728345Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2736372Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2743608Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2754796Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2762455Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2771137Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2777814Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2785230Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2793762Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2801680Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2809139Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2816877Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2824460Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2832141Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2839874Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2847538Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2855072Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2862236Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2870091Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2877395Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2885014Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2892477Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2899952Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2907463Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2914779Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2922479Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2930287Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2937675Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2955496Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2962688Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2970639Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2977998Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2985327Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2992454Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.2999964Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3007169Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3014614Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3022286Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3029318Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3036593Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3043753Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3051416Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3058537Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3065962Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3073944Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3081610Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3089006Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3096590Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3103863Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3111160Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3118446Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3125769Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3133592Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3141244Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3148934Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3156549Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3163755Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3171428Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3178759Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3186133Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3193241Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3200599Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3208113Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3215836Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3222966Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3230202Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3237455Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3245297Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3252401Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3260014Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3267334Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3275205Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3282831Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3290359Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3297739Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3305573Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3313253Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3320735Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3328152Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3335783Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3343316Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3351259Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3359341Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3367615Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3375243Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3382494Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3390139Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3398163Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3411294Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3419430Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3426921Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3434390Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3442010Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3449651Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3457672Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3466073Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3473775Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3482114Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3490991Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3500021Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3508835Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3517786Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3525660Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3534010Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3541812Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3549390Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3561170Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3568877Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3576527Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3584010Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3591687Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3599674Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3606994Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3614542Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3621950Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3630342Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3638005Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3645607Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3653447Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3661205Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3669112Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3676200Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3683587Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3691082Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3699075Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3706175Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3713208Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3720270Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3727799Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3735171Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3742393Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3749943Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3757211Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3764226Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3771648Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3779060Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3786472Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3793615Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3800998Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3808587Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3815916Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3822999Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3855032Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3862783Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3869915Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3877221Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3884791Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3893583Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3901326Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3909867Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3917071Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3924628Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3932549Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3940115Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3947598Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3956137Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3963225Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3971033Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3979403Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3987364Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.3996429Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4004917Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4012681Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4021257Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4029301Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4036737Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4044465Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4052428Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4063701Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4071252Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4078801Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4086771Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4095040Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4104448Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4111761Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4119247Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4126604Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4134492Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4143245Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4149831Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4157321Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4165391Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4173463Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4180903Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4188802Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4196153Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4203941Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4211433Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4218962Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4226375Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4234387Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4244181Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4250877Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4258396Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4265786Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4273668Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4281243Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4288618Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4295986Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4303554Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4311011Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4318105Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4325405Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4333251Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4340307Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4347788Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4355426Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4363351Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4370497Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4377845Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4385229Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4392764Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4400136Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4407445Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4414823Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4422509Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4429678Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4436765Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4450265Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4458053Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4465954Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4473439Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4481001Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4492971Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4502068Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4510864Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4518561Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4527208Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4536547Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4545327Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4554106Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4566586Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4571094Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4579065Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4586472Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4594417Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4601510Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4609053Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4616738Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4623959Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4631314Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4638574Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4645644Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4652908Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4660094Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4667279Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4674420Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4681900Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4688974Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4696928Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4704442Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4711627Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4718851Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4728768Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4735934Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4743466Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4750578Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4757753Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4765442Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4772695Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4779819Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4786681Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4793643Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4800696Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4807341Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4814508Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4821645Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4828244Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4835268Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4842254Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4849525Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4856913Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4864553Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4872017Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4879097Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4886178Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4893429Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4900487Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4911686Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4918826Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4926112Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4933381Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4940548Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4947628Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4954630Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4961839Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4969046Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4976561Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4983785Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4991000Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.4998542Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5006732Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5015046Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5034072Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5035148Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5040403Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5048598Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5056274Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5063597Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5071140Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5078367Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5085190Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5092630Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5099875Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5107059Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5113710Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5120763Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5128143Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5135213Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5142306Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5149135Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5156283Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5163210Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5170328Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5177950Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5185053Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5192047Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5199020Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5206272Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5212984Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5219926Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5227082Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5233756Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5240938Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5248277Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5255488Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5262975Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5270065Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5277480Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5284419Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5291800Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5299338Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5306380Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5314532Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5322365Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5330194Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5337478Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5344738Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5352355Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5359566Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5366974Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5374883Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5382433Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5390330Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5398753Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5405832Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5413371Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5420852Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5428567Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5436711Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5444245Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5452441Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5460223Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5468297Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5475625Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5483479Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5491213Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5499194Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5507679Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5516069Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5524919Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5532749Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5540131Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5551572Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5559086Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5567354Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5574376Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5582133Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5589489Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5597617Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5605475Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5612901Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5619893Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5630995Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5640957Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5646005Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5653437Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5661104Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5668296Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5675551Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5682477Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5689840Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5697235Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5707623Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5714446Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5722604Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5729789Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5737254Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5748768Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5756181Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5763677Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5771592Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5779425Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5786562Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5793758Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5800686Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5807846Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.5815247Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6794183Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6801143Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6808136Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6815726Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6822764Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6829596Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6836492Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6843788Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6850978Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6857940Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6866188Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6873323Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6880433Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6887797Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6895823Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6906705Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6913937Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6921611Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6929861Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6937799Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6949221Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6956643Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6990653Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.6999435Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7012645Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7020324Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7028359Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7036746Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7044640Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7057676Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7066792Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7074693Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7083108Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7090573Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7097857Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7105055Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7112546Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7123142Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7131027Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7137961Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7144723Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7151770Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7158464Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7166252Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7174860Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7182262Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7189447Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7197186Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7204440Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7211590Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7219900Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7227287Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7233958Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7241652Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7249174Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7263678Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7295750Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7304057Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7313011Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7321459Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7329914Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7337882Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7345501Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7353208Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7361108Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7368669Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7376205Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7383881Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7391315Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7398271Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7405735Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7413614Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7425052Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7432358Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7439919Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7446963Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7454769Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7461878Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7469348Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7476771Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7484349Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7494859Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7506209Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7514081Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7521540Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7529524Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7537098Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7544388Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7551857Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7559396Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7566732Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7585476Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7597235Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7605274Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7613204Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7621292Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7630790Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7642367Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7651083Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7659680Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7667345Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7674873Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7682415Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7689943Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7697482Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7705038Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7712527Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7720149Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7728184Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7736001Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7743130Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7750515Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7762490Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7769741Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7777382Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7785345Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7792499Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7799993Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7807948Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7815581Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7823243Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7830653Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7838092Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7845709Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7853159Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7860738Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7867996Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7876016Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7883866Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7891865Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7899247Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7906829Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7919100Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7926533Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7934053Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7942106Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7949734Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7960688Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7968351Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7975984Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7983872Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7991533Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.7998669Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8006063Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8013694Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8021362Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8029003Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8037304Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8045108Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8053665Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8061145Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8068510Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8076189Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8084770Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8092534Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8100720Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8108582Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8116336Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8123821Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8131714Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8139322Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8147087Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8153782Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8161234Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8168951Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8176308Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8183735Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8191094Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8198187Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8205019Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8212152Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8219243Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8226841Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8233876Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8241162Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8248197Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8255227Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8262256Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8269623Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8277083Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8284277Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8291767Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.8298507Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9088306Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9096318Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9103055Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9110419Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9117706Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9125337Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9132539Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9140274Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9147840Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9155123Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9163092Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9170091Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9177711Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9184753Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9196724Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9204297Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9211852Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9219392Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9226776Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9233911Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9241105Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9248437Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9255277Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9262805Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9275518Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9283017Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9289994Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9297927Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9305057Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9312837Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9320602Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9327836Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9335708Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9342795Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9350296Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9357631Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9365062Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9372348Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9379503Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9387212Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9395588Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9402733Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9409745Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9417206Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9424948Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9432530Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9440217Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9448755Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9456151Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9464001Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9471104Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9478838Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9486730Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9494663Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9502142Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9510044Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9517630Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9526582Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9535658Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9557381Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9558501Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9561270Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9569055Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9577408Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9585354Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9592704Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9599743Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9607283Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9634229Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9641364Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9648544Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9656294Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9664169Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9671486Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9678926Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9686247Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9693759Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9701062Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9708839Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9716024Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9723114Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9730631Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9737895Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9745220Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9753265Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9760652Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9768290Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9775660Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9782974Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9790836Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9798583Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9806098Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9814306Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9822202Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9829628Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9837486Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9845142Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9852885Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9860561Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9867965Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9875608Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9883363Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9891472Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9899805Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9907425Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9915324Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9922843Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9930677Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9938175Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9945420Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9953605Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9961086Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9968827Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9976977Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9984648Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:45.9992240Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0000297Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0009180Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0017631Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0025354Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0033643Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0043285Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0052143Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0059779Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0067968Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0075824Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0083652Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0091306Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0099735Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0107756Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0115075Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0122511Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0130620Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0138336Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0150179Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0157616Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0164870Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0172654Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0180418Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0188284Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0195975Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0203649Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0211100Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0218533Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0229950Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0237728Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0245670Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0253162Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0260738Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0267912Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0275537Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0283016Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0290517Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0298443Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0305759Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0313798Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0321305Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0328573Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0336286Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0344013Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0351573Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0359831Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0367764Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0375459Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0383697Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0391440Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0398901Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0406683Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0414575Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0422511Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0430450Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0438015Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0445513Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0453823Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0461529Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0469488Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0477134Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0485039Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0492572Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0500282Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0508685Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0516179Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0524944Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0554260Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0555145Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0556043Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0560003Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0566762Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0574118Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0582014Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0590863Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0598230Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0606961Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0614144Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0621755Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0629295Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0636716Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0644433Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0652465Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0659778Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0667399Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0674663Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0681981Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0689856Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0697419Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0705090Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0711838Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0718735Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0726187Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0733586Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0740919Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0747887Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0755030Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0762269Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0769582Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0777790Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0784572Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0792232Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0799329Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0806369Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0813629Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0820612Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0827722Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0843095Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0850282Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0857109Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0864391Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0871723Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0878998Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0886053Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0893564Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0900737Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0907898Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0915143Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0922016Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0928710Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0935869Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0942913Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0950099Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0957200Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0964194Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0970874Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0977456Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0984259Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0991586Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.0998946Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1006349Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1013858Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1021319Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1028641Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1035711Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1043419Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1051257Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1058861Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1066843Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1074524Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1081781Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1089658Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1097365Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1105380Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1113834Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1121934Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1129540Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1136966Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1144806Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1152865Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1160000Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1167070Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1174328Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1181483Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1189185Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1196385Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1203922Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1211154Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1218314Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1225514Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1232732Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1239961Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1246773Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1253662Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1260859Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1267717Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1274652Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1281629Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1288934Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1296044Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1302707Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1310059Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1317226Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1323956Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1331041Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1338043Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1345203Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1352402Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1359607Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1366996Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1374756Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1382393Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1389390Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1396632Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1405282Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1411532Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1419049Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1426239Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1434569Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1440855Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1447472Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1454383Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1461782Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1469901Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1476364Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1488836Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1496591Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1503680Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1511089Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1518971Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1526784Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1534847Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1543138Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.1550898Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2289323Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2296773Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2304710Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2311831Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2319446Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2326573Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2334374Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2341529Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2348647Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2359220Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2367238Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2375866Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2384208Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2394495Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2402953Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2423026Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2424357Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2427510Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2435054Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2442886Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2450614Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2458371Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2466321Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2474023Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2482001Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2489425Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2496909Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2504790Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2512967Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2520715Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2528474Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2536183Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2544515Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2553076Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2560722Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2569067Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2576670Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2584253Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2591636Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2598915Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2606298Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2613836Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2621331Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2628495Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2635967Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2643097Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2650453Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2660927Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2668048Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2675241Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2683881Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2692150Z 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-01-24T01:27:46.2699586Z 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-01-24T01:27:46.2707133Z 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-01-24T01:27:46.2714679Z 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-01-24T01:27:46.2721917Z 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-01-24T01:27:46.2729308Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2736772Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2743922Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2751078Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2758302Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2765673Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2773303Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2780363Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2787560Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2794630Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2802299Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2810297Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2817758Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2825748Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2833073Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2840108Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2847460Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2855419Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2862781Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2870412Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2877985Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2885328Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2892705Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2899777Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2906855Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2918817Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2926405Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2933883Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2941308Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2950044Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2957742Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2965064Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2972309Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2979686Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2987223Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.2994675Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3001848Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3015784Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3176255Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3184092Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3191401Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3198677Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3211923Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3219645Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3227083Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3234565Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3242402Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3249803Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3257549Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3265125Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3272515Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3279757Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3287183Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3294431Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3305712Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3313385Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3320944Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3328160Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3335467Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3342587Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3350175Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3357751Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3365270Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3372466Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3380048Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3388367Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3394666Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3401952Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3409456Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3417734Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3424103Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3431583Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3439120Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3447297Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3453927Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3461326Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3468862Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3476706Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3483787Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3491125Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3500080Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3506262Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3513256Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3520386Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3527854Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3535490Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3542623Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3561792Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3568971Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3576561Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3584220Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3591532Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3598656Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3605827Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3613002Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3619990Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3627353Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3634953Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3653998Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3654921Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3696255Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3697224Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3698243Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3699359Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3700243Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3702269Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3709286Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3716826Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3728136Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3735643Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3743300Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3750420Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3757896Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3765062Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3776296Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3784276Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3791370Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3798778Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3808254Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3815891Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3823939Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3831051Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3838234Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3845708Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3852815Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3859589Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3866477Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3874057Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3881603Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3888742Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3895984Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3903371Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3910198Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3917343Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3925036Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3932264Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3939398Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3946926Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3954510Z 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-01-24T01:27:46.3961661Z 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-01-24T01:27:46.3968993Z 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-01-24T01:27:46.3976374Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.3984014Z 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-01-24T01:27:46.3991331Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4002305Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4011037Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4018491Z 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-01-24T01:27:46.4026160Z 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-01-24T01:27:46.4034905Z 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-01-24T01:27:46.4041452Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4049162Z 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-01-24T01:27:46.4075279Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4076228Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4077109Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4083240Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4091214Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4099448Z 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-01-24T01:27:46.4107345Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4115043Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4122747Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4130351Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4137754Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4150478Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4157862Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4165245Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4172964Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4180132Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4187387Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4194665Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4202487Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4209977Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4217765Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4225071Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4232255Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4243495Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4250868Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4257956Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4265357Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4272366Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4279465Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4286848Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4294102Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4301090Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4308567Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4315960Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4322790Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4329825Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4336963Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4344010Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4350825Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4357893Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4365754Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4373317Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4380787Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4388250Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4395826Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4403996Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4411338Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4418684Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4425928Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4433637Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4462775Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4470178Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4477595Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4489421Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4497350Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4506198Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4514144Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4521751Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4529308Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4536389Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4543877Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4551613Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4559230Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4566697Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4574352Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4583023Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4591548Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4599627Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4607117Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4614448Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4621695Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4629058Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4637253Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4644748Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4652137Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4659311Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4666885Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4678606Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4685873Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4694011Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4701195Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4708680Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4715882Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4722978Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4730333Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4737688Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4745071Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4752656Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4759577Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4766810Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4774638Z 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-01-24T01:27:46.4782261Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4789637Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4796782Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4804982Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4812564Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4819758Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4827199Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4834782Z 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-01-24T01:27:46.4842088Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4849228Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4856495Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4864564Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4872366Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4879643Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4887062Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4894452Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4905424Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4912730Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4920237Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4927722Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4935265Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4943185Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4950394Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4957474Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4964620Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4979667Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4982034Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4989177Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.4995844Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5003747Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5024732Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5025643Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5028384Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5037196Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5046798Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5054580Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5061594Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5069554Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5076576Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5083860Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5096151Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5103501Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5110854Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5117994Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5125268Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5132577Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5144029Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5151269Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5158376Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5166123Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5173480Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5180608Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5188049Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5195195Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5202327Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5209867Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5217398Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5224593Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5232138Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5239523Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5246859Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5254430Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5261613Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5268658Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5276421Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5283723Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5291121Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5298455Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5305789Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5313505Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5320593Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5328309Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5335654Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5343284Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5350983Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5358328Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5366293Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5373748Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5380988Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5388618Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5395980Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5403381Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5411179Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5442838Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5449988Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5457352Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5464791Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5472804Z 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-01-24T01:27:46.5485062Z 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-01-24T01:27:46.5492884Z 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-01-24T01:27:46.5500887Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5508717Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5516403Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5524330Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5532733Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5539717Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5547279Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5555024Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5562910Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5571475Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5607041Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5607976Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5609074Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5612716Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5619489Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5626353Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5633807Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5642758Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5648369Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5656286Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5663936Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5671434Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5678993Z 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-01-24T01:27:46.5686678Z 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-01-24T01:27:46.5694379Z 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-01-24T01:27:46.5701930Z 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-01-24T01:27:46.5709778Z 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-01-24T01:27:46.5717246Z 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-01-24T01:27:46.5729341Z 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-01-24T01:27:46.5737044Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5744682Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5752062Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5759972Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5767697Z 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-01-24T01:27:46.5779263Z 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-01-24T01:27:46.5786818Z 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-01-24T01:27:46.5794286Z 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-01-24T01:27:46.5802373Z 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-01-24T01:27:46.5809911Z 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-01-24T01:27:46.5817434Z 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-01-24T01:27:46.5824897Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5832273Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5840156Z 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-01-24T01:27:46.5847966Z 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-01-24T01:27:46.5855637Z 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-01-24T01:27:46.5863118Z 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-01-24T01:27:46.5871092Z 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-01-24T01:27:46.5878392Z 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-01-24T01:27:46.5885032Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5891703Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5898991Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5906396Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5913697Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5921444Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5928460Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5936020Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5943444Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5950471Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5957732Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5965002Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5972386Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5980022Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5987277Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.5994600Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6002049Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6009436Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6017257Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6024295Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6031661Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6039121Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6050181Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6058035Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6065691Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6073868Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6081821Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6090616Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6098522Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6106132Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6113395Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6120881Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6128397Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6135594Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6143055Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6150295Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6157389Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6164589Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6171777Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6179641Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6186841Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6194055Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6201488Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6208743Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6216226Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6223574Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6235235Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6242405Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6249558Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6256996Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6264600Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6271684Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6279272Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6286427Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6294067Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6301139Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6308436Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6315449Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6326909Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6334486Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6341843Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6349096Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6356210Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6363330Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6371110Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6378277Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6386000Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6393666Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6401330Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6409823Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6421525Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6428370Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6436010Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6443956Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6452201Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.6459520Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7603637Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7611054Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7618389Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7626810Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7634347Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7641749Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7648928Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7656281Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7663895Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7671073Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7678534Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7685617Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7693089Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7700659Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7707848Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7714937Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7722284Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7730204Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7738165Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7745642Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7753182Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7761066Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7774869Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7782868Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7790220Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7797655Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7805404Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7812858Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7820254Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7828561Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7840245Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7847886Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7855286Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7863341Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7870802Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7878281Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7890057Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7897597Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7905705Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7913442Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7921484Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7928854Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7936250Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7943919Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7951672Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7959173Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7976918Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7977769Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7986305Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.7993670Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8001205Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8008779Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8016751Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8024399Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8031810Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8039273Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8046696Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8054346Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8062215Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8070106Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8083045Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8091006Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8098635Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8106436Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8114038Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8121493Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8128936Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8136187Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8143281Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8150914Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8157799Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8165080Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8172760Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8179892Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8187388Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8194938Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8202648Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8209858Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8217422Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8225374Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8232651Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8239758Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8246896Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8254375Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8261586Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8268800Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8276232Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8283204Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8290151Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8298009Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8309171Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8316438Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8323557Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8331422Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8338637Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8345891Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8356988Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8364239Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8371825Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8379314Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8386650Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8394186Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8401689Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8409370Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8417258Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8424472Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8432088Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8439691Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8447610Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8455120Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8462778Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8470636Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8478101Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8485658Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8493743Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8500926Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8508282Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8515588Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8523353Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8530934Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8545023Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8553108Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8559967Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8567845Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8582775Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8584205Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8611892Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8612692Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8613604Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8617764Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8624782Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8632183Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8639634Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8647607Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8654849Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8663661Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8669597Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8676714Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8684260Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8691537Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8782367Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8789504Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8796705Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8804525Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8811923Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8819127Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8826329Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8834213Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8841318Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8848815Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8856170Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8863383Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8870703Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8878306Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8886986Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8893420Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8904595Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8911937Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8919541Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8927914Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8934411Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8942670Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8954162Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8962478Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8969405Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8976858Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8984261Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8992787Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.8999701Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9007311Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9019938Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9028053Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9035110Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9042667Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9054591Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9063401Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9069669Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9077031Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9102537Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9104030Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9104931Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9110324Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9117842Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9127278Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9133265Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9140999Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9148431Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9155939Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9163080Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9170520Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9177647Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9186018Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9196313Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9203640Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9211166Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9218812Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9226422Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9234028Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9246212Z 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-01-24T01:27:46.9253786Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9261476Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9269077Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9276471Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9283473Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9290935Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9298316Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9305512Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9312872Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9320001Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9327076Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9334680Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9342636Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9349737Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9357043Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9364398Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9373135Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9379788Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9387178Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9394407Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9402364Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9409567Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9417687Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9426014Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9432721Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9440087Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9447542Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9455860Z 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-01-24T01:27:46.9463639Z 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-01-24T01:27:46.9471963Z 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-01-24T01:27:46.9479159Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9486586Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9494149Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9502332Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9509537Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9517072Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9525637Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9532219Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9539653Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9547195Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9555506Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9567306Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9574504Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9587001Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9590696Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9606606Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9607515Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9620970Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9628749Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9636169Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9643998Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9651230Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9659155Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9665850Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9673225Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9680190Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9687261Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9713658Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9721899Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9730586Z 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-01-24T01:27:46.9737877Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9745622Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9755547Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9763190Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9770529Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9782372Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9790038Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9797106Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9803960Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9811200Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9818521Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9825589Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9832500Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9839698Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9847049Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9854560Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9861918Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9869072Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9876134Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9883569Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9891108Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9898378Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9905494Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9916810Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9924300Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9931693Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9939129Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9946344Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9953601Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9961533Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9968693Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9976241Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9984144Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9992210Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:46.9999512Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0007404Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0014154Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0022163Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0029541Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0037004Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0044248Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0055605Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0062599Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0069943Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0076939Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0084628Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0135995Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0136796Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0137517Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0138413Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0139331Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0141867Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0142714Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0150298Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0157806Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0164796Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0198762Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0206207Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0213203Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0220467Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0228076Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0235861Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0243416Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0251057Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0258457Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0270937Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0278768Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0285985Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0293240Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0300442Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0308299Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0319189Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0326114Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0334071Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0341810Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0348837Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0356052Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0363374Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0370617Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0378519Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0386137Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0393545Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0401820Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0412989Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0421118Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0428141Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0435497Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0443151Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0450811Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0462116Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0469547Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0477268Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0485071Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0492321Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0499660Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0507552Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0515351Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0523325Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0531609Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0539399Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0546534Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0554620Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0562541Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0570845Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0577858Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0586030Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0594924Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0603543Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0611525Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0620377Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0626690Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0634674Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0641653Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0649381Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0656396Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0663889Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0670923Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0678201Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0685209Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0697025Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0703983Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0710969Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0718222Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0725473Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0732570Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0740090Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0747384Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0754408Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0761691Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0768815Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0776615Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0783840Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0791204Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0798376Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0806139Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0813594Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0820870Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0832902Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0840236Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0847608Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0855024Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0862375Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0869313Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0877079Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0884343Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0892008Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0899050Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0906739Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0913903Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0922915Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0929248Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0936379Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0943592Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0952186Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0958390Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0966095Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0973388Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0981624Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0988559Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.0996480Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1004891Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1012837Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1020224Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1028549Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1035115Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1042811Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1050512Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1058498Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1066091Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1074076Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1081779Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1106208Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1107291Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1108413Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1115009Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1122574Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1131365Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1137610Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1145399Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1152453Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1159689Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1166987Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1174257Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1181404Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1189870Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1196944Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1204201Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1211623Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1219009Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1226205Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1233818Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1240990Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1248326Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1257397Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1263555Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1270889Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1278516Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1287060Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1293795Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1301239Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1312455Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1319721Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1326523Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1334252Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1341944Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1349625Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1356861Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1364549Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1373141Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1379518Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1387172Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1394554Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1402601Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1409757Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1417145Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1425964Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1432891Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1440392Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1449115Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1455592Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1462943Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1470915Z 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-01-24T01:27:47.1479145Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1486364Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1493792Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1502577Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1509333Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1516997Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1525591Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1532347Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1540017Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1547313Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1555204Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1562242Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1569878Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1577431Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1584756Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1592149Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1600272Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1607517Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1615278Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1622894Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1630524Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1637630Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1646465Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1657864Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1665249Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1672784Z 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-01-24T01:27:47.1680329Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1687716Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1695568Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1706782Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.1714176Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2463942Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2471374Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2479086Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2486923Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2494549Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2502048Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2510021Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2517388Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2524858Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2532746Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2540166Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2547579Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2555000Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2562399Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2570130Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2578135Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2585945Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2593701Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2601214Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2609343Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2617748Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2625979Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2634566Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2644011Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2653374Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2662518Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2670858Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2678567Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2687294Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2695144Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2702461Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2709948Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2718200Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2725348Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2732821Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2740838Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2748731Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2756505Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2764338Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2771919Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2779470Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2787376Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2795161Z 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-01-24T01:27:47.2803045Z 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-01-24T01:27:47.2810681Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2818499Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2826246Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2834144Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2841878Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2850091Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2857639Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2865313Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2877604Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2885552Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2892913Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2900432Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2908429Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2916250Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2924267Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2932895Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2941341Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2948738Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2956741Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2964932Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2973418Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2981171Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2989209Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.2996818Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3004995Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3013466Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3021980Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3029907Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3038489Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3046486Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3054554Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3062577Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3070308Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3088804Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3089699Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3094403Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3102930Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3111730Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3120408Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3128996Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3137262Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3145217Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3153382Z 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-01-24T01:27:47.3161218Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3172659Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3180301Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3188418Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3195937Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3203502Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3211447Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3219167Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3226875Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3235457Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3242930Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3249625Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3256914Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3264077Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3271362Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3278873Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3286044Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3294167Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3301492Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3308461Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3316094Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3323268Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3330571Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3338024Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3345352Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3352624Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3359513Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3366870Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3374254Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3381417Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3388518Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3396496Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3403477Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3410733Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3419360Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3425938Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3433535Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3445269Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3452582Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3468739Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3475960Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3483914Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3491308Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3507748Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3513811Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3521647Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3528863Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3537191Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3543867Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3551524Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3558823Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3566663Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3573509Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3580912Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3588179Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3595883Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3603347Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3615811Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3619605Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3641237Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3642217Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3644421Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3653517Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3659919Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3666950Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3673925Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3680874Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3687669Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3695219Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3702531Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3709579Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3716350Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3724718Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3762254Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3769399Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3776035Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3783230Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3790271Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3797802Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3804877Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3812133Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3819409Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3827034Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3833725Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3841088Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3848070Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3855334Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3862258Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3869637Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3877333Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3883792Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3890981Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3900164Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3907303Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3914652Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3922824Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3930647Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3938757Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3946181Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3954493Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3962335Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3970865Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3979154Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3986601Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.3993835Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4001246Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4008641Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4015877Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4023449Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4031995Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4039363Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4046692Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4054732Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4061864Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4069348Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4077637Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4085503Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4092419Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4100103Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4107997Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4117755Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4125910Z 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-01-24T01:27:47.4133896Z 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-01-24T01:27:47.4142582Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4150936Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4158620Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4166199Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4174198Z 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-01-24T01:27:47.4182835Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4197953Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4205220Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4212655Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4220227Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4227783Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4236811Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4244476Z 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-01-24T01:27:47.4252148Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4259927Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4267941Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4275527Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4283159Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4290852Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4298253Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4305887Z 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-01-24T01:27:47.4313911Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4340091Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4347595Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4355188Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4363086Z 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-01-24T01:27:47.4370915Z 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-01-24T01:27:47.4378581Z 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-01-24T01:27:47.4385918Z 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-01-24T01:27:47.4393588Z 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-01-24T01:27:47.4401497Z 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-01-24T01:27:47.4409415Z 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-01-24T01:27:47.4417570Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4425127Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4433207Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4441272Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4449410Z 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-01-24T01:27:47.4457196Z 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-01-24T01:27:47.4464877Z 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-01-24T01:27:47.4473345Z 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-01-24T01:27:47.4480852Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4488853Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4496555Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4524637Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4533147Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4540103Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4547178Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4554959Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4562164Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4569722Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4577664Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4585174Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4592558Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4600054Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4607413Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4614590Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4621953Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4630479Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4637822Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4645271Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4653067Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4660127Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4667703Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4675438Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4683005Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4690199Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4697839Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4705345Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4712930Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4720509Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4727713Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4736500Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4745388Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4754390Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4762521Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4770510Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4778695Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4786202Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4794181Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4801898Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4809908Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4817896Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4825210Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4832523Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4839889Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4848139Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4855605Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4863602Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4871175Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4878804Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4886396Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4894340Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4902333Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4910290Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4917943Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4926041Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4933392Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4941197Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4948656Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4955998Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4963851Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4971757Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4979217Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4986874Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.4994782Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5003019Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5010796Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5018580Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5027655Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5034964Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5042060Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5049331Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5057300Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5064841Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5072999Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5080339Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5088445Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5095883Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5104013Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5111686Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5119856Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5127756Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5136060Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5143792Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5152220Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5160226Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5168161Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5175694Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5184007Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5191986Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5224717Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5233570Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5242969Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5252186Z 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-01-24T01:27:47.5265663Z 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-01-24T01:27:47.5273551Z 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-01-24T01:27:47.5281703Z 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-01-24T01:27:47.5289704Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5297940Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5305556Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5313535Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5321675Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5329556Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5336962Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5344394Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5352173Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5359980Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5368030Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5375605Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5383314Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5391020Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5398235Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5406717Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5413833Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5422212Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5429765Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5437277Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5445013Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5452958Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5461029Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5469332Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5476862Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5485155Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5493035Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5501059Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5508304Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5515957Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5524253Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5531572Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5538878Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5546386Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5554516Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5562088Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5569800Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5577427Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5586169Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5593800Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5601891Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5609339Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5617464Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5624957Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5632603Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5639906Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5647530Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5655510Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5662817Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5670173Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5678445Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5686104Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5694114Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5701759Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5709697Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5717440Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5725646Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5734501Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5743902Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5752588Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5761822Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5769989Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5777676Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5785532Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5793478Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5801404Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5808930Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5816529Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5824318Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5832562Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5840530Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5848075Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5856112Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5864446Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5871728Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5879658Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5887234Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5895663Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5903060Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5910679Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5918591Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5925948Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5934709Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5942035Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5978820Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5986375Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.5993812Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6001512Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6008966Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6017154Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6024577Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6031631Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6038657Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6045852Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6053811Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6060607Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6067430Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6074914Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6082370Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6090115Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6097425Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6104602Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6111905Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6119913Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6127711Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6136770Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6165653Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6166671Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6167699Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6171931Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6179509Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6187108Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6194469Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6202474Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6209409Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6217608Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6225069Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6232395Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6239866Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6248012Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6256873Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6266503Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6275407Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6284030Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6293861Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6302492Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6311173Z 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-01-24T01:27:47.6319901Z 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-01-24T01:27:47.6328193Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6336055Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6343751Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6351264Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6368256Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6376487Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6383589Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6393163Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6402265Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6410923Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6420554Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6427888Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6434927Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6442836Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6450519Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6457455Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6465048Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6472350Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6481589Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6489594Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6496733Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6504050Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6512693Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6521741Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.6558615Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7387342Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7395995Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7403704Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7412217Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7419878Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7428548Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7437078Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7452176Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7461625Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7470091Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7478964Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7487096Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7495561Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7504631Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7513305Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7521096Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7528818Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7536742Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7544544Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7552603Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7560249Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7567943Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7575780Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7583949Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7591951Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7599843Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7607228Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7615030Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7622511Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7630777Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7638115Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7646014Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7653669Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7662249Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7671637Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7679865Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7688400Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7697669Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7706479Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7714707Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7722682Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7730778Z 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-01-24T01:27:47.7743664Z 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-01-24T01:27:47.7751493Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7758875Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7766620Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7773977Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7781805Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7789264Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7796802Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7804642Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7812643Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7820212Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7827160Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7834666Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7841753Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7848942Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7856327Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7862678Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7870355Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7877344Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7884925Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7892164Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7899448Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7906295Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7914078Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7921643Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7928542Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7936330Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7943525Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7950937Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7958496Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7966411Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7974764Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7982234Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7989755Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.7998430Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8006172Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8014450Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8022637Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8030189Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8037987Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8045696Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8053625Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8061445Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8069239Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8077776Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8085732Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8093417Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8101289Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8109858Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8118294Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8127012Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8165395Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8173478Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8181357Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8189297Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8196484Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8204071Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8212309Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8219367Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8227554Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8234920Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8242500Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8249911Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8257365Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8264918Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8272554Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8279859Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8287306Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8295533Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8302683Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8310135Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8317357Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8324826Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8332466Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8339592Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8346932Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8356705Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8362295Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8369855Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8377592Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8385303Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8392827Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8400154Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8407113Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8414339Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8421861Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8428900Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8435943Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8442998Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8450945Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8458451Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8465905Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8480647Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8487856Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8495591Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8503042Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8510205Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8517280Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8524561Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8532532Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8539875Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8546877Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8554068Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8561652Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8570096Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8577688Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8585286Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8592613Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8600456Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8607723Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8615970Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8624131Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8631364Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8638976Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8646199Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8654840Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8663107Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8671177Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8679796Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8688648Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8698207Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8707336Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8716057Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8723918Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8732555Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8740392Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8748338Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8756541Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8764150Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8772175Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8779533Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8787590Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8796115Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8804096Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8812149Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8819965Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8828353Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8836419Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8844367Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8852648Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8860550Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8897938Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8905685Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8913208Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8922156Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8954264Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8962077Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8969666Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8977354Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8984817Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.8992791Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9000584Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9008453Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9016303Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9024571Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9033111Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9041381Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9049193Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9057351Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9064745Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9072744Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9080922Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9088805Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9096665Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9104430Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9112535Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9120456Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9128018Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9175309Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9184383Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9192909Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9201361Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9210187Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9217371Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9225065Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9233336Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9241009Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9248804Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9256978Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9264709Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9272076Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9279740Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9287628Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9295553Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9303006Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9310052Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9317279Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9325222Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9333811Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9340913Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9348915Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9356550Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9364118Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9372099Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9379706Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9387715Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9395232Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9403181Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9410659Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9418279Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9426471Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9434119Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9463565Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9471732Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9479576Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9488066Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9494813Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9502809Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9511736Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9519714Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9527472Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9535768Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9543758Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9552292Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9560080Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9601353Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9609592Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9618043Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9625779Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9633489Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9641631Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9662347Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9663469Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9669014Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9676712Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9685221Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9693162Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9701353Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9708940Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9717263Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9724553Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9732686Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9740369Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9748270Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9756948Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9764399Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9772172Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9780824Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9788111Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9796263Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9803212Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9809764Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9817383Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9825266Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9832591Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9839615Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9847034Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9854126Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9861377Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9868506Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9875740Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9883001Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9890180Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9897952Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9905479Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9912992Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9920514Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9928416Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9936071Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9943577Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9951206Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9958767Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9966555Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9974346Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9982234Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9990322Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:47.9997822Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0006228Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0013887Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0021770Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0029710Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0037650Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0045694Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0053484Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0061799Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0069789Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0077483Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0085220Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0093234Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0101121Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0108976Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0117036Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0124705Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0132002Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0140390Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0149181Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0157759Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0167392Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0174688Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0182828Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0192063Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0198094Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:27:48.0205583Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:27:48.0212573Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:27:48.0220017Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:27:48.0226359Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:27:48.0241905Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:27:48.0248494Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0253651Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0260702Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0267358Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0275558Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0317355Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0324523Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0331745Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0338676Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0346041Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0352665Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0359797Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:27:48.0366279Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0371369Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0377820Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0385001Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0391484Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0408618Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0415065Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:27:48.0420837Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0425882Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0432716Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0439419Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0452299Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0459091Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0466683Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0473377Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0480369Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0487344Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0495043Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0510118Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:27:48.0516513Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0521517Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0528901Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0536618Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0544582Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0557765Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0566115Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0572242Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0579295Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0586504Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0593666Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0600877Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0608038Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0615028Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0622479Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0629621Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0636602Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0643781Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0650941Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0659025Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0666411Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0680646Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0687306Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0694959Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0702354Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0709028Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0716329Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0723285Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0730152Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0737015Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0743767Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0750232Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0757249Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0771723Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0778149Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0785329Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0792122Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0799020Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0805973Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0813447Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0820396Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0827459Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0834009Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0841067Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0854138Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0861114Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0869872Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0876735Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0883738Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0890738Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0897765Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0904708Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0911170Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0918442Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0935844Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0942583Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0949911Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0957325Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0965759Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.0972909Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1009496Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1017879Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1026424Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1033827Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1041878Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1049297Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1069712Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1077030Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1085102Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1094119Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1101171Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1108006Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1115477Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1123462Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1130964Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1138049Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1152267Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1181024Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1181882Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1182746Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1186488Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1193227Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1199878Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1207096Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1214371Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1234544Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1240566Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1247840Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1254751Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1261706Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1269352Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1276280Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1283181Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1290289Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1297515Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1305334Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1312175Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:27:48.1318575Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1324290Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1331176Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1338382Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1345303Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1357882Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1364686Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1371710Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1379117Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1385856Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1393017Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1400119Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1407000Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1414620Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1421878Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1428808Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1435776Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1442811Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1449820Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1457025Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1463958Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1476971Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.1484192Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2020974Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2027657Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2035607Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2043601Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2051643Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2060034Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2069738Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2078342Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2627494Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:27:48.2633663Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2639446Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2645802Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2653116Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2661131Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2673296Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2688862Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2690610Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2698493Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2707185Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2715298Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2722162Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2729530Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2736669Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2743458Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2750152Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2757075Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2763556Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2770189Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2777141Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2783462Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2790117Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2806958Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2813509Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2820474Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2827208Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2834021Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2840941Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2847797Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2854412Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2862041Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2868754Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2876727Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2889786Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2896676Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2903318Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2910375Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2917656Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2924279Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2931241Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2937856Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2944445Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2952918Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2959839Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2967067Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2975399Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.2983992Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3149974Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3158372Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3169084Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3182099Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3196269Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3208351Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3216367Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3224632Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3232285Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3240335Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3246965Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:27:48.3260597Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:27:48.3265791Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:27:48.3272016Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:27:48.3278676Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:27:48.3286132Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:27:48.3292440Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:27:48.3297394Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:27:48.3304265Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:27:48.3311843Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:27:48.3318133Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3324094Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3331203Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3338130Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3344691Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3356785Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3363647Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3371730Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:27:48.3378036Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:48.3386538Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:48.3394147Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:48.3401013Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:48.3408085Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:48.3414285Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3419483Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3425910Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3432729Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3450714Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3457621Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:27:48.3463780Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3469034Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3475943Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3482523Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3497466Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3504061Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3510918Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3517462Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3523988Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:27:48.3530184Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3535987Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3542974Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3550473Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3557339Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3571576Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3578367Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3585378Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3592364Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3599527Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3606182Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3613413Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3620872Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3627990Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3636057Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3643258Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:48.3650001Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:27:48.3656818Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:27:48.3663347Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:27:48.3670305Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:27:48.3675738Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:27:48.3684802Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:27:48.3695944Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:27:48.3720197Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:27:48.3725315Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:27:48.3732628Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:27:48.3739299Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3744321Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3750961Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3757321Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3763675Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3776994Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3783709Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:27:48.3789862Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:27:48.3794694Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:27:48.3800679Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3807008Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3814765Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3821442Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3828080Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3845091Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3851752Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3858016Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:27:48.3864035Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:27:48.3869959Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:27:48.3876460Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:27:48.3883257Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:27:48.3889701Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3894472Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3901016Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3907615Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3914277Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3926722Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3933760Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3941049Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3948219Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3955877Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3962545Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3969405Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3976601Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3983146Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3990351Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.3997018Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4004104Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4011487Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4021066Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4026966Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4033822Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4344501Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4351745Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4358573Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4366235Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4372735Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4379879Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4386931Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4395105Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4425771Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4433332Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4442453Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4448678Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4455663Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4468418Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4475421Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4482572Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4489538Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4496286Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4504365Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4510694Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4517880Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4524641Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4531589Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4539361Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4545776Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4563960Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4571601Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4578940Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4587073Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:27:48.4593010Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4598596Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4604910Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4612137Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4619330Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4635830Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:27:48.4641804Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:48.4647340Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:48.4654643Z 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-01-24T01:27:48.4665992Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:48.4673104Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:48.4691328Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:48.4697209Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4702375Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4709138Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4716403Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4723848Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4737907Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4744872Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4751669Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:27:48.4757752Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:27:48.4762928Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:27:48.4769635Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:27:48.4776502Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:27:48.4783092Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:27:48.4797510Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4802298Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4809471Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4816802Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4824516Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4839783Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4847568Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4854533Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4861577Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4868659Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4875909Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4883057Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4890050Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4897073Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4924982Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4932233Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4939444Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4946260Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:27:48.4952326Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4957410Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4964461Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4972288Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4979380Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4993443Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.4999850Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5006678Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5014376Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5021802Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5028867Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5035775Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5042682Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5049500Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5056436Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5063448Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5070175Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5077739Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5085076Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5092568Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5099603Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5106628Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5114667Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5122330Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5154862Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5353496Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5359930Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5366327Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5373967Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5381196Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5387964Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5395222Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5401695Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5409476Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5416803Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5423385Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5435839Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5442469Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5449332Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5456616Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5463526Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5471220Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5478648Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5485741Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5492424Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5499372Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5511689Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5518087Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5525246Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5532117Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5538552Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5544882Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5552269Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5558884Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5565515Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5572526Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5579789Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5587071Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5593947Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5612040Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5618653Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5625379Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5632590Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5639325Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5645965Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5652834Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5659293Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5666427Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5674138Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5681079Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5699721Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5706107Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5712464Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5718897Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5725254Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5731582Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5738175Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5744430Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5751732Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5759276Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5766049Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5773083Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5785981Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5793937Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5827649Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5836414Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5844090Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5855692Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5862463Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5869645Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5876716Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5884165Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5892044Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5927900Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5934966Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5942147Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5949716Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5956622Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5963312Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5970347Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5977970Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5985035Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5992354Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.5999402Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6006504Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6013415Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6020369Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6027292Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6034816Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6042371Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:27:48.6049557Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6054979Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6062738Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6070441Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6078890Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6092244Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6099275Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6106365Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6113429Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6120315Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6127250Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6134888Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6141529Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6148087Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6155047Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:27:48.6161784Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:27:48.6167421Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:27:48.6174635Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:27:48.6180329Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:27:48.6184855Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:27:48.6191768Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:27:48.6197877Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6202726Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6209439Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6216489Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6222732Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6237141Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6243810Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:27:48.6249915Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:27:48.6256125Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:27:48.6262044Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6266765Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6273753Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6280661Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6287358Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6302453Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:27:48.6308769Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6314387Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6322205Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6329664Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6337041Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6351077Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6357636Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6364527Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6371270Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6378170Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6385214Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6391956Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6398625Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6405628Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6412489Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6419062Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6425411Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6431962Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6438949Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6446021Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6453105Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6459828Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6466135Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6473498Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6480706Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6634320Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6640613Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6647034Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6653843Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6660247Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6667776Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:27:48.6674998Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6682849Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6689603Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6696612Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6703006Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6710393Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6717581Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6725551Z 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-01-24T01:27:48.6743541Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6750947Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6757884Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6764545Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6771524Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6778133Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6785021Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6791541Z 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-01-24T01:27:48.6798768Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6805627Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6812514Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6819584Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6826769Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6833450Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6839966Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6846716Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6853295Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:27:48.6859240Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:27:48.6865333Z 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-01-24T01:27:48.6871862Z 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-01-24T01:27:48.6878974Z 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-01-24T01:27:48.6885526Z 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-01-24T01:27:48.6892017Z 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-01-24T01:27:48.6905875Z 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-01-24T01:27:48.6912325Z 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-01-24T01:27:48.6918959Z 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-01-24T01:27:48.6925555Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:27:48.6931522Z 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-01-24T01:27:48.6938482Z 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-01-24T01:27:48.6944901Z 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-01-24T01:27:48.6951169Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:27:48.6957005Z 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-01-24T01:27:48.6963508Z 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-01-24T01:27:48.6970819Z 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-01-24T01:27:48.6977529Z 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-01-24T01:27:48.6984267Z 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-01-24T01:27:48.6990978Z 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-01-24T01:27:48.6997638Z 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-01-24T01:27:48.7009812Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:27:48.7016143Z 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-01-24T01:27:48.7022796Z 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-01-24T01:27:48.7029982Z 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-01-24T01:27:48.7036721Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:27:48.7042944Z 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-01-24T01:27:48.7049243Z 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-01-24T01:27:48.7056521Z 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-01-24T01:27:48.7063603Z 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-01-24T01:27:48.7070465Z 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-01-24T01:27:48.7084913Z 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-01-24T01:27:48.7092105Z 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-01-24T01:27:48.7099085Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:27:48.7105270Z 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-01-24T01:27:48.7112976Z 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-01-24T01:27:48.7119800Z 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-01-24T01:27:48.7126693Z 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-01-24T01:27:48.7782598Z 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-01-24T01:27:48.7788560Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:27:48.7795203Z 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-01-24T01:27:48.7801996Z 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-01-24T01:27:48.7831025Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:27:48.7837033Z 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-01-24T01:27:48.7844132Z 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-01-24T01:27:48.7851423Z 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-01-24T01:27:48.7859000Z 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-01-24T01:27:48.7868006Z 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-01-24T01:27:48.7884060Z 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-01-24T01:27:48.7891077Z 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-01-24T01:27:48.7897867Z 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-01-24T01:27:48.7904978Z 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-01-24T01:27:48.7910077Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:27:48.7916037Z 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-01-24T01:27:48.7923514Z 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-01-24T01:27:48.7930178Z 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-01-24T01:27:48.7936971Z 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-01-24T01:27:48.7951134Z 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-01-24T01:27:48.7957850Z 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-01-24T01:27:48.7964919Z 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-01-24T01:27:48.7971736Z 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-01-24T01:27:48.7978864Z 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-01-24T01:27:48.7985065Z 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-01-24T01:27:48.7992441Z 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-01-24T01:27:48.7999242Z 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-01-24T01:27:48.8006041Z 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-01-24T01:27:48.8013173Z 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-01-24T01:27:48.8020862Z 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-01-24T01:27:48.8027798Z 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-01-24T01:27:48.8033926Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:27:48.8040264Z 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-01-24T01:27:48.8047979Z 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-01-24T01:27:48.8054805Z 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-01-24T01:27:48.8066616Z 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-01-24T01:27:48.8073955Z 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-01-24T01:27:48.8093711Z 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-01-24T01:27:48.8098777Z 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-01-24T01:27:48.8106304Z 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-01-24T01:27:48.8113527Z 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-01-24T01:27:48.8121768Z 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-01-24T01:27:48.8127802Z 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-01-24T01:27:48.8135224Z 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-01-24T01:27:48.8142304Z 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-01-24T01:27:48.8149341Z 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-01-24T01:27:48.8156775Z 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-01-24T01:27:48.8163751Z 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-01-24T01:27:48.8170942Z 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-01-24T01:27:48.8178113Z 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-01-24T01:27:48.8185996Z 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-01-24T01:27:48.8193049Z 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-01-24T01:27:48.8200287Z 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-01-24T01:27:48.8206524Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:27:48.8213108Z 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-01-24T01:27:48.8221068Z 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-01-24T01:27:48.8228702Z 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-01-24T01:27:48.8235860Z 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-01-24T01:27:48.8242808Z 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-01-24T01:27:48.8264574Z 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-01-24T01:27:48.8271757Z 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-01-24T01:27:48.8278851Z 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-01-24T01:27:48.8285828Z 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-01-24T01:27:48.8292885Z 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-01-24T01:27:48.8299887Z 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-01-24T01:27:48.8306523Z 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-01-24T01:27:48.8314928Z 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-01-24T01:27:48.8321836Z 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-01-24T01:27:48.8329303Z 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-01-24T01:27:48.8336132Z 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-01-24T01:27:48.8343710Z 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-01-24T01:27:48.8350591Z 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-01-24T01:27:48.8357193Z 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-01-24T01:27:48.8364079Z 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-01-24T01:27:48.8371407Z 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-01-24T01:27:48.8378273Z 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-01-24T01:27:48.8384811Z 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-01-24T01:27:48.8390965Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:27:48.8397360Z 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-01-24T01:27:48.8404195Z 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-01-24T01:27:48.8411281Z 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-01-24T01:27:48.8418119Z 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-01-24T01:27:48.8431748Z 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-01-24T01:27:48.8438501Z 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-01-24T01:27:48.8445587Z 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-01-24T01:27:48.8452743Z 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-01-24T01:27:48.8459564Z 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-01-24T01:27:48.8466587Z 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-01-24T01:27:48.8472897Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:27:48.8479170Z 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-01-24T01:27:48.8484996Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:27:48.8490915Z 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-01-24T01:27:48.8497818Z 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-01-24T01:27:48.8504537Z 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-01-24T01:27:48.8510649Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:27:48.8516218Z 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-01-24T01:27:48.8524441Z 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-01-24T01:27:48.8531817Z 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-01-24T01:27:48.8538731Z 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-01-24T01:27:48.8545928Z 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-01-24T01:27:48.8553322Z 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-01-24T01:27:48.8587953Z 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-01-24T01:27:48.8595125Z 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-01-24T01:27:48.8601305Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:27:48.8607598Z 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-01-24T01:27:48.8615417Z 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-01-24T01:27:48.8622390Z 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-01-24T01:27:48.8635223Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:27:48.8641535Z 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-01-24T01:27:48.8649468Z 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-01-24T01:27:48.8655157Z 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-01-24T01:27:48.8662131Z 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-01-24T01:27:48.8675074Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8680227Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8687357Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8694542Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8701444Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8721890Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8723473Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8730596Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8737947Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8745881Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8753670Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8761616Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8768690Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8775417Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8782249Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8789051Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8795929Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8803109Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8809774Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8816368Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8823578Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8830459Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8837543Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8859381Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8866196Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8872877Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8879739Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8886348Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8893339Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8900307Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8907169Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8913816Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8927062Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8933807Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8940994Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8947885Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8954911Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8961744Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8968452Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8975526Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8982285Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8988989Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.8996204Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.9009965Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.9016465Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.9023925Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.9030793Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:27:48.9036892Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9042298Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9049108Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9056289Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9062768Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9075755Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9082516Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:27:48.9088490Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9093904Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9105739Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9112491Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9129317Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9137609Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9144775Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:27:48.9151609Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9157060Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9166159Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9173353Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9179700Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9200029Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9206825Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:27:48.9214276Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9255462Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9256362Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9257272Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9268224Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9275097Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9292576Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9299471Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9305904Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9312788Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9319200Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9326281Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9332831Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:27:48.9339561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9345396Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9351843Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9358551Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9364867Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9372047Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9385184Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9391870Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9398555Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9405481Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9412315Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9419224Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9425921Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9432832Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9439844Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9446486Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9453468Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9460709Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9467456Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9474552Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9481315Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9487782Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9495356Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9502006Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9514742Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9521383Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9528327Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9535198Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9542903Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9552424Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9562244Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9573441Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9580909Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9594878Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9605024Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9610021Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9617385Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9624198Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9631101Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9638688Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9645976Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9653167Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9659975Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9673862Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9681767Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9687746Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9694958Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9701575Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9708556Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9715184Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9723579Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9737760Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:27:48.9738614Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9743901Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9750725Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9777216Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9783790Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9800626Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9807285Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9814648Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9821931Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9828351Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9835259Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9842101Z 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-01-24T01:27:48.9848794Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9856253Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9863038Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9870185Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9877374Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9885675Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9893424Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9900697Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:48.9932754Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0092901Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0100149Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0106895Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0113610Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0120559Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0127128Z 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-01-24T01:27:49.0134128Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:27:49.0140338Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:27:49.0147364Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:27:49.0153997Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:27:49.0160083Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:27:49.0165796Z 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-01-24T01:27:49.0172668Z 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-01-24T01:27:49.0178573Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:27:49.0184644Z 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-01-24T01:27:49.0198652Z 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-01-24T01:27:49.0206276Z 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-01-24T01:27:49.0220977Z 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-01-24T01:27:49.0267771Z 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-01-24T01:27:49.0269226Z 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-01-24T01:27:49.0270583Z 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-01-24T01:27:49.0273645Z 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-01-24T01:27:49.0275040Z 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-01-24T01:27:49.0276400Z 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-01-24T01:27:49.0277352Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0280953Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0287921Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0295702Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0302329Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0315494Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0322528Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0328910Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0335756Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0342910Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0349516Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0356599Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0362985Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0369105Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:27:49.0375151Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:27:49.0380274Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:27:49.0386086Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:27:49.0391313Z 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-01-24T01:27:49.0398002Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:27:49.0403938Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:27:49.0409173Z 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-01-24T01:27:49.0416078Z 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-01-24T01:27:49.0422717Z 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-01-24T01:27:49.0435899Z 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-01-24T01:27:49.0442510Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:27:49.0448102Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:27:49.0459989Z 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-01-24T01:27:49.0466909Z 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-01-24T01:27:49.0473887Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:27:49.0486790Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:27:49.0494197Z 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-01-24T01:27:49.0501383Z 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-01-24T01:27:49.0508257Z 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-01-24T01:27:49.0515544Z 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-01-24T01:27:49.0522497Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:27:49.0529441Z 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-01-24T01:27:49.0536798Z 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-01-24T01:27:49.0542907Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:27:49.0548664Z 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-01-24T01:27:49.0555453Z 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-01-24T01:27:49.0562198Z 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-01-24T01:27:49.0594376Z 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-01-24T01:27:49.0601530Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:27:49.0608254Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:27:49.0614282Z 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-01-24T01:27:49.0623343Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:27:49.0630879Z 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-01-24T01:27:49.0636942Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:27:49.0642947Z 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-01-24T01:27:49.0650860Z 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-01-24T01:27:49.0658215Z 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-01-24T01:27:49.0669719Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:27:49.0674937Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:27:49.0681920Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:27:49.0688707Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:27:49.0694641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0699607Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0706543Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0713580Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0720365Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0734610Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0742031Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0749776Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0758972Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0765047Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:27:49.0771200Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0787312Z 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-01-24T01:27:49.0793681Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0800107Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0806357Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0819846Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0826056Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0832941Z 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-01-24T01:27:49.0839493Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0846213Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0853216Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0859758Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0866345Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0872759Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0879654Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0886685Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0892996Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0899783Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0906103Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0912889Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0925821Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0932754Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0939386Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0945935Z 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-01-24T01:27:49.0952694Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0960135Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0967353Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0974088Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0980610Z 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-01-24T01:27:49.0992497Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.0999325Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1005912Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1012707Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1019339Z 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-01-24T01:27:49.1025940Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1032722Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1039384Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1046673Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1060605Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1067616Z 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-01-24T01:27:49.1074636Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1081448Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1088914Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1095885Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1102721Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1110232Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1117172Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1145292Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1152218Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1158839Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1165962Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1172798Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1179847Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1187117Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1193857Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1200949Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1207791Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1226519Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1234062Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1242642Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1250938Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1259145Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1266218Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1297743Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1305230Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1312603Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1320099Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1328282Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1340663Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1347360Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1353954Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1360857Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1367833Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1375084Z 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-01-24T01:27:49.1381553Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1388108Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1395083Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1408451Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1415561Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1422553Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1429516Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1436422Z 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-01-24T01:27:49.1443261Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1450307Z 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-01-24T01:27:49.1457284Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1464301Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1471083Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1477986Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:27:49.1484887Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:27:49.1490953Z 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-01-24T01:27:49.1498704Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:27:49.1505796Z 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-01-24T01:27:49.1513315Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:27:49.1526249Z 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-01-24T01:27:49.1534101Z 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-01-24T01:27:49.1541206Z 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-01-24T01:27:49.1549498Z 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-01-24T01:27:49.1556454Z 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-01-24T01:27:49.1562416Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:27:49.1568219Z 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-01-24T01:27:49.1575634Z 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-01-24T01:27:49.1582685Z 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-01-24T01:27:49.1595543Z 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-01-24T01:27:49.1602638Z 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-01-24T01:27:49.1608881Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1614297Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1621629Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1628852Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1635763Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1647903Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1656141Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1662511Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1669582Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1676357Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1683231Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1690964Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1698218Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1704969Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1711766Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1718521Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1725339Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1733585Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1741303Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1749149Z 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-01-24T01:27:49.1756587Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1769212Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1777073Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1784025Z 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-01-24T01:27:49.1790762Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1797433Z 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-01-24T01:27:49.1804616Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1811838Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1818367Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1828938Z 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-01-24T01:27:49.1843456Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1850201Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:27:49.1856228Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.1861470Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.1868195Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2760459Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2767339Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2781503Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2788644Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2796757Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2804447Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2812536Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2841938Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2848466Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2855604Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2862594Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:27:49.2868676Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2873982Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2881062Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2888375Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2902468Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2908955Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2915352Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2922383Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2928724Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2935593Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2942059Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2948485Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2955694Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2962931Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2969603Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2976163Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2982690Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2989581Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.2996024Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3002897Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3009576Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3024320Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3031183Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3038071Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3044484Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3052319Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3060304Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3067218Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3075196Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:27:49.3081725Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3087588Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3094769Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3101627Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3108391Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3115840Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:27:49.3189144Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3194710Z 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-01-24T01:27:49.3201657Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3208489Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3223638Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3230876Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3237828Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3245790Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3254205Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3261080Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3268315Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3275631Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3283213Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3291566Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3298191Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3306680Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3312038Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3319060Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3326354Z 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-01-24T01:27:49.3333275Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3340477Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3352958Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:27:49.3359101Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3364437Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3370890Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3377614Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3384218Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3391635Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3404166Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3411010Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3417846Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3424796Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3432108Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3439417Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3446415Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3453886Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3460721Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3468795Z 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-01-24T01:27:49.3475168Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:27:49.3481822Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3487363Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3518103Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3525016Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3532118Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3544588Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3551246Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3558060Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3569463Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3576692Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3600550Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3607199Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3614169Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3620967Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3628127Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3635106Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3642036Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3648990Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3656593Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3663525Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3670733Z 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-01-24T01:27:49.3677918Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3684915Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:27:49.3697356Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:27:49.3702638Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:27:49.3709872Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:27:49.3715722Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3720848Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3727582Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3734524Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3757883Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3758953Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3764002Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3770971Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3778066Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3785154Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3792083Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3799270Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3805963Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3813851Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3821135Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3831980Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3838962Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3846279Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3853274Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3860332Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3867548Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3875111Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3888028Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3895482Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3902843Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3910340Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3917385Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3924595Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3932194Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3939483Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3946849Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3961880Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3969510Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3986651Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.3993944Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4001513Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4008565Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4016176Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4023327Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4031245Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4038112Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4045231Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4052638Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:27:49.4059389Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4065881Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4072881Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4079582Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4086656Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4093968Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4107780Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4114961Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4122146Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4129506Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:27:49.4136496Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:27:49.4143712Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:27:49.4155117Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:27:49.4160861Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:27:49.4191936Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:27:49.4199205Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:27:49.4205438Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4210310Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4217554Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4225230Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4232324Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4245346Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4252383Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4260696Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4267137Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4273905Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4280720Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4288080Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:27:49.4294236Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:27:49.4299419Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:27:49.4306651Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:27:49.4313447Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:27:49.4319687Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:27:49.4325049Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:27:49.4332061Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:27:49.4338763Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:27:49.4352707Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:27:49.4358709Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:27:49.4364076Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:27:49.4370286Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4375871Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4382859Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4390917Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4397716Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4412285Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4418902Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4426023Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4432688Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4439389Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4446196Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4453428Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4460231Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4467676Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4474561Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4481196Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4487932Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:27:49.4494292Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:27:49.4499587Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:27:49.4506328Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:27:49.4512938Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:27:49.4519213Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4524621Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4531747Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4538094Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4544483Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4559392Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4566706Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4575163Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4581920Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4588588Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4595008Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4601865Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4609102Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4616072Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4623347Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4630804Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4637656Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4645401Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4653559Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4660864Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4667757Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4686454Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4694117Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4701310Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4709052Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4715811Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4723305Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4730718Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4738393Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4745511Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4753104Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4766714Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4792805Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4799885Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4806704Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4813796Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4827798Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4828825Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4835099Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4842385Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4854899Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4862364Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4869504Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4877156Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4887434Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4894792Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:27:49.4928082Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:27:49.4933551Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:27:49.4940485Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:27:49.4947665Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:27:49.4955085Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:27:49.4962179Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:27:49.4969580Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:27:49.4981765Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.4986928Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.4994293Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5001062Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5007992Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5014899Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5028016Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5035148Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5044429Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5051755Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5058768Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5065516Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5072407Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5079799Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5086721Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5093919Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5100819Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5108063Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5115107Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5122318Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5129563Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5136859Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5143663Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5151250Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5158306Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:27:49.5164471Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:27:49.5181514Z 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-01-24T01:27:49.5187845Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:27:49.5193831Z 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-01-24T01:27:49.5200422Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:27:49.5206603Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:27:49.5212242Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:27:49.5218386Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:27:49.5224139Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:27:49.5230798Z 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-01-24T01:27:49.5237723Z 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-01-24T01:27:49.5244634Z 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-01-24T01:27:49.5307929Z 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-01-24T01:27:49.5315266Z 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-01-24T01:27:49.5322164Z 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-01-24T01:27:49.5329116Z 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-01-24T01:27:49.5335996Z 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-01-24T01:27:49.5343400Z 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-01-24T01:27:49.5349166Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:27:49.5354014Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:27:49.5360510Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:27:49.5367091Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:27:49.5373150Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5378122Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5384998Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5391651Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5399810Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5407069Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5413665Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5426360Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5432643Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5439620Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5446499Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5453407Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5460423Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5467472Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5473751Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5481642Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5488684Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5495594Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5504400Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5512528Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5520517Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5528290Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5535648Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:27:49.5541854Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5547269Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5555551Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5563768Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5571554Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5579563Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5592231Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5626172Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5634051Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5641940Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5649935Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:27:49.5656595Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:27:49.5661923Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:27:49.5668671Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:27:49.5676434Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:27:49.5684216Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:27:49.5701918Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:27:49.5707532Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:27:49.5719128Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:27:49.5731851Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:49.5747080Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:27:49.5779356Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:27:49.5780024Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:27:49.5780757Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5781430Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5787142Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5793976Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5806610Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5814768Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5821877Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5829242Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:27:49.5835826Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5841009Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5848089Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5854831Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5861455Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5878646Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5885432Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5892035Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5899158Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5906318Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:27:49.5912851Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:27:49.5918167Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:27:49.5924653Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:27:49.5931187Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:27:49.5943874Z 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-01-24T01:27:49.5950594Z 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-01-24T01:27:49.5959467Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:27:49.6030411Z 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-01-24T01:27:49.6037172Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:27:49.6043109Z 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-01-24T01:27:49.6049798Z 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-01-24T01:27:49.6057146Z 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-01-24T01:27:49.6071033Z 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-01-24T01:27:49.6077050Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:27:49.6081793Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:27:49.6089700Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:27:49.6096435Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:27:49.6108038Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:49.6125612Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:49.6137457Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:49.6143957Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:27:49.6154962Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:49.6162024Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:49.6177412Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:49.6197723Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:27:49.6208799Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6217970Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6228683Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6248521Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6268368Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6323770Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6332563Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6339431Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.6351868Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7753294Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7760258Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7928182Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7935840Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7943945Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7951213Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7964680Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:49.7973249Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4000830Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4021729Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4040879Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4048981Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4239190Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4308879Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.4671462Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5047439Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5080087Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5088938Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5176111Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5182860Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5190451Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5453672Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5463358Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:27:50.5493415Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5498336Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5504906Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5511690Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5528784Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5535866Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5542933Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5549476Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5556331Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5563443Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5574029Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5580757Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5587589Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5594081Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5600957Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5608472Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.5615211Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:27:50.6477345Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:27:50.6485803Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:27:50.6797752Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:27:50.6809399Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.6815020Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.6826468Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.6837647Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.6986329Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.6997146Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7008899Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7020760Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7027843Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7034722Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7041425Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7048585Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7059279Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7070414Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7082700Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7089362Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7098497Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7110519Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7118390Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7135529Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7151718Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7158833Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7165952Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7173177Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7184610Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7192037Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7203498Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7215948Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7228938Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7237053Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7254819Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7266366Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7274005Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7281701Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7298368Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7315966Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7332704Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7339639Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7354137Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7372579Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:27:50.7383508Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7388562Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7395465Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7402507Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7413675Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7425597Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7492823Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7505468Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7518149Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7538569Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7554737Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7587000Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7610155Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7621572Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7672124Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7683565Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7707548Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7714430Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:27:50.7719570Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7724727Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7735870Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7742834Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7763322Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7776301Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7783302Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7795272Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7806439Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7817547Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7828000Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7839348Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7852523Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7862999Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7870266Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7955195Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7967193Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.7978867Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8009283Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8021118Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8032764Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8044661Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8055395Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8062436Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:27:50.8069726Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:27:50.8078186Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:50.8087585Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:27:50.8096283Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:27:50.8108589Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:27:50.8120221Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:27:50.8127582Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:27:50.9095766Z running build_ext 2025-01-24T01:27:53.6185462Z -- Building with NumPy bindings 2025-01-24T01:27:53.6185836Z -- Not using cuDNN 2025-01-24T01:27:53.6186054Z -- Not using CUDA 2025-01-24T01:27:53.6186254Z -- Not using XPU 2025-01-24T01:27:53.6186462Z -- Using MKLDNN 2025-01-24T01:27:53.6186789Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-01-24T01:27:53.6187171Z -- Not using CBLAS in MKLDNN 2025-01-24T01:27:53.6187418Z -- Not using NCCL 2025-01-24T01:27:53.6187647Z -- Building without distributed package 2025-01-24T01:27:53.6188096Z -- Building Executorch 2025-01-24T01:27:53.6188330Z -- Using ITT 2025-01-24T01:27:53.6189012Z 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-01-24T01:27:53.6190124Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-01-24T01:27:53.6212237Z building 'torch._C' extension 2025-01-24T01:27:53.6229117Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-01-24T01:27:53.6243666Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\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\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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\shared" "-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\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch/csrc/stub.obj /MD /FS /EHsc 2025-01-24T01:27:53.6445816Z stub.c 2025-01-24T01:27:54.5745530Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\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\2019\BuildTools\VC\Tools\MSVC\14.29.30133\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-01-24T01:27:54.6039953Z 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-01-24T01:27:54.6106756Z Generating code 2025-01-24T01:27:54.6561352Z Finished generating code 2025-01-24T01:27:54.7089351Z 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-01-24T01:27:54.7137238Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-01-24T01:27:54.7137939Z !! 2025-01-24T01:27:54.7138050Z 2025-01-24T01:27:54.7138169Z ******************************************************************************** 2025-01-24T01:27:54.7138607Z Please avoid running ``setup.py`` directly. 2025-01-24T01:27:54.7139024Z Instead, use pypa/build, pypa/installer or other 2025-01-24T01:27:54.7139395Z standards-based tools. 2025-01-24T01:27:54.7139580Z 2025-01-24T01:27:54.7139874Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-01-24T01:27:54.7140394Z ******************************************************************************** 2025-01-24T01:27:54.7140628Z 2025-01-24T01:27:54.7140699Z !! 2025-01-24T01:27:54.7140894Z self.initialize_options() 2025-01-24T01:27:54.7270121Z installing to build\bdist.win-amd64\wheel 2025-01-24T01:27:54.7270455Z running install 2025-01-24T01:27:54.7297565Z running install_lib 2025-01-24T01:27:54.7427367Z creating build\bdist.win-amd64\wheel 2025-01-24T01:27:54.7433776Z creating build\bdist.win-amd64\wheel\functorch 2025-01-24T01:27:54.7438676Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-01-24T01:27:54.7443620Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-01-24T01:27:54.7450149Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-01-24T01:27:54.7455557Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7461756Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7468364Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7474077Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7492766Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7498647Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7505740Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7511311Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7517065Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:27:54.7523118Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-01-24T01:27:54.7528177Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:27:54.7533959Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:27:54.7540059Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:27:54.7546245Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-01-24T01:27:54.7551067Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:27:54.7558037Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:27:54.7563193Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:27:54.7569842Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:27:54.7584556Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-01-24T01:27:54.7589602Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-01-24T01:27:54.7594767Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-01-24T01:27:54.7601016Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-01-24T01:27:54.7618652Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-01-24T01:27:54.7624568Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-01-24T01:27:54.7629599Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-01-24T01:27:54.7635462Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-01-24T01:27:54.7716569Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-01-24T01:27:54.7722829Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-01-24T01:27:54.7726587Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:27:54.7733740Z creating build\bdist.win-amd64\wheel\torch 2025-01-24T01:27:54.7738230Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-01-24T01:27:54.7743143Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:27:54.7748544Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:27:54.7754426Z creating build\bdist.win-amd64\wheel\torch\amp 2025-01-24T01:27:54.7759068Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:27:54.7765223Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:27:54.7771690Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:27:54.7777315Z creating build\bdist.win-amd64\wheel\torch\ao 2025-01-24T01:27:54.7782319Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-01-24T01:27:54.7787310Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-01-24T01:27:54.7792910Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-01-24T01:27:54.7798586Z 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-01-24T01:27:54.7804067Z 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-01-24T01:27:54.7810021Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-01-24T01:27:54.7815956Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:27:54.7821701Z 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-01-24T01:27:54.7828045Z 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-01-24T01:27:54.7833794Z 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-01-24T01:27:54.7839528Z 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-01-24T01:27:54.7851814Z 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-01-24T01:27:54.7857577Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-01-24T01:27:54.7863390Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:27:54.7869393Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:27:54.7875416Z 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-01-24T01:27:54.7881419Z 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-01-24T01:27:54.7886918Z 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-01-24T01:27:54.7893239Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:27:54.7899023Z 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-01-24T01:27:54.7904772Z 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-01-24T01:27:54.7910771Z 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-01-24T01:27:54.7916776Z 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-01-24T01:27:54.7922992Z 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-01-24T01:27:54.7936036Z 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-01-24T01:27:54.7941524Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-01-24T01:27:54.7948368Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-01-24T01:27:54.7953795Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-01-24T01:27:54.7959617Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:27:54.7965665Z 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-01-24T01:27:54.7971433Z 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-01-24T01:27:54.7976791Z 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-01-24T01:27:54.7982644Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-01-24T01:27:54.7988208Z 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-01-24T01:27:54.7994153Z 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-01-24T01:27:54.8000208Z 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-01-24T01:27:54.8005829Z 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-01-24T01:27:54.8011284Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-01-24T01:27:54.8017226Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-01-24T01:27:54.8022909Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-01-24T01:27:54.8028629Z 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-01-24T01:27:54.8034967Z 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-01-24T01:27:54.8059891Z 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-01-24T01:27:54.8065340Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-01-24T01:27:54.8071744Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-01-24T01:27:54.8085101Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-01-24T01:27:54.8092360Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:27:54.8099140Z 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-01-24T01:27:54.8106447Z 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-01-24T01:27:54.8113031Z 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-01-24T01:27:54.8119981Z 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-01-24T01:27:54.8125514Z 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-01-24T01:27:54.8131055Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:27:54.8137988Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-01-24T01:27:54.8143759Z 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-01-24T01:27:54.8149812Z 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-01-24T01:27:54.8155699Z 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-01-24T01:27:54.8161906Z 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-01-24T01:27:54.8168123Z 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-01-24T01:27:54.8182549Z 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-01-24T01:27:54.8188018Z 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-01-24T01:27:54.8193792Z 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-01-24T01:27:54.8199785Z 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-01-24T01:27:54.8205388Z 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-01-24T01:27:54.8211692Z 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-01-24T01:27:54.8217734Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-01-24T01:27:54.8230219Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-01-24T01:27:54.8235982Z 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-01-24T01:27:54.8241927Z 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-01-24T01:27:54.8247433Z 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-01-24T01:27:54.8253746Z 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-01-24T01:27:54.8259234Z 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-01-24T01:27:54.8265761Z 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-01-24T01:27:54.8271094Z 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-01-24T01:27:54.8276447Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:27:54.8282685Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-01-24T01:27:54.8288307Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-01-24T01:27:54.8294167Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:27:54.8300159Z 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-01-24T01:27:54.8305969Z 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-01-24T01:27:54.8311477Z 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-01-24T01:27:54.8317343Z 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-01-24T01:27:54.8322948Z 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-01-24T01:27:54.8328207Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-01-24T01:27:54.8333566Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-01-24T01:27:54.8339610Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-01-24T01:27:54.8345281Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-01-24T01:27:54.8350551Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8356689Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8362874Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8368821Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8375038Z 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-01-24T01:27:54.8394077Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8399588Z 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-01-24T01:27:54.8405238Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8411332Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8417168Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:27:54.8421800Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:27:54.8428011Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:27:54.8434527Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:27:54.8439546Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-01-24T01:27:54.8444852Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-01-24T01:27:54.8450191Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:27:54.8456197Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:27:54.8461904Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:27:54.8474159Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:27:54.8479238Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-01-24T01:27:54.8484800Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:27:54.8490703Z 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-01-24T01:27:54.8496345Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:27:54.8510250Z 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-01-24T01:27:54.8516304Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:27:54.8521321Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-01-24T01:27:54.8526886Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:27:54.8532825Z 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-01-24T01:27:54.8539306Z 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-01-24T01:27:54.8544113Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:27:54.8549756Z 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-01-24T01:27:54.8555505Z 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-01-24T01:27:54.8561520Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:27:54.8572354Z 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-01-24T01:27:54.8578451Z 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-01-24T01:27:54.8584781Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:27:54.8603869Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:27:54.8606559Z 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-01-24T01:27:54.8612520Z 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-01-24T01:27:54.8618350Z 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-01-24T01:27:54.8628875Z 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-01-24T01:27:54.8633201Z 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-01-24T01:27:54.8638899Z 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-01-24T01:27:54.8644573Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-01-24T01:27:54.8650040Z 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-01-24T01:27:54.8656457Z 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-01-24T01:27:54.8662216Z 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-01-24T01:27:54.8674445Z 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-01-24T01:27:54.8680093Z 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-01-24T01:27:54.8685890Z 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-01-24T01:27:54.8692099Z 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-01-24T01:27:54.8697761Z 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-01-24T01:27:54.8703168Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-01-24T01:27:54.8707803Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:27:54.8722813Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:27:54.8728892Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-01-24T01:27:54.8734478Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-01-24T01:27:54.8739824Z 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-01-24T01:27:54.8746314Z 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-01-24T01:27:54.8752766Z 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-01-24T01:27:54.8757732Z 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-01-24T01:27:54.8773730Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\observation_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:27:54.8778285Z 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-01-24T01:27:54.8784295Z 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-01-24T01:27:54.8790232Z 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-01-24T01:27:54.8795756Z 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-01-24T01:27:54.8801342Z 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-01-24T01:27:54.8807007Z 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-01-24T01:27:54.8813290Z 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-01-24T01:27:54.8819172Z 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-01-24T01:27:54.8824391Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.8830564Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.8841541Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.8848441Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-01-24T01:27:54.8854166Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8860770Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8866755Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8872687Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8878510Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8892230Z 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-01-24T01:27:54.8898114Z 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-01-24T01:27:54.8903960Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8909921Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8915696Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8921479Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8928636Z 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-01-24T01:27:54.8934776Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8940685Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8947902Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8952795Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8959361Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.8971816Z 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-01-24T01:27:54.8979356Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-01-24T01:27:54.8985161Z 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-01-24T01:27:54.8992125Z 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-01-24T01:27:54.8998463Z 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-01-24T01:27:54.9015216Z 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-01-24T01:27:54.9022632Z 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-01-24T01:27:54.9027650Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:27:54.9033201Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9040326Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9045904Z 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-01-24T01:27:54.9051870Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9057688Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9063512Z 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-01-24T01:27:54.9083045Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9090265Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9098146Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-01-24T01:27:54.9104852Z 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-01-24T01:27:54.9111237Z 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-01-24T01:27:54.9116675Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9128261Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9134958Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9140788Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:27:54.9145410Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9151703Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9158176Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9164168Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9170639Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9176237Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9182627Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9188186Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9202780Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9208381Z 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-01-24T01:27:54.9215260Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9221088Z 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-01-24T01:27:54.9227721Z 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-01-24T01:27:54.9233464Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:27:54.9238793Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9245148Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9251110Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9256872Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9262463Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9267925Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9274024Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9280064Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9285850Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9291550Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:27:54.9297215Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-01-24T01:27:54.9303270Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-01-24T01:27:54.9308281Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9313907Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9319463Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9325529Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9339280Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9346038Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9351693Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9357693Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9364212Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9369922Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9376275Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9381891Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-01-24T01:27:54.9386902Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:27:54.9392705Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:27:54.9398534Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:27:54.9403925Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:27:54.9411413Z creating build\bdist.win-amd64\wheel\torch\backends 2025-01-24T01:27:54.9416376Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-01-24T01:27:54.9421520Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-01-24T01:27:54.9427469Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-01-24T01:27:54.9432531Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-01-24T01:27:54.9439081Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-01-24T01:27:54.9444235Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:27:54.9450648Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:27:54.9457257Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-01-24T01:27:54.9462435Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-01-24T01:27:54.9468419Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-01-24T01:27:54.9473545Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-01-24T01:27:54.9479531Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-01-24T01:27:54.9495661Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-01-24T01:27:54.9501798Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-01-24T01:27:54.9506753Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-01-24T01:27:54.9512630Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-01-24T01:27:54.9517742Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-01-24T01:27:54.9523767Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-01-24T01:27:54.9528959Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-01-24T01:27:54.9535137Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-01-24T01:27:54.9540331Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-01-24T01:27:54.9546370Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-01-24T01:27:54.9551476Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-01-24T01:27:54.9557332Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-01-24T01:27:54.9562674Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-01-24T01:27:54.9568740Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-01-24T01:27:54.9574139Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-01-24T01:27:54.9580796Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-01-24T01:27:54.9586663Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:27:54.9594680Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:27:54.9600535Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-01-24T01:27:54.9606717Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-01-24T01:27:54.9619202Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-01-24T01:27:54.9624855Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:27:54.9632791Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:27:54.9636306Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-01-24T01:27:54.9641251Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:27:54.9647612Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:27:54.9654702Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:27:54.9660143Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-01-24T01:27:54.9666502Z creating build\bdist.win-amd64\wheel\torch\bin 2025-01-24T01:27:54.9672098Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9681251Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9728216Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9737535Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9767050Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9788769Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9868268Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9877729Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9928098Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:54.9956459Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:55.0011024Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:27:55.0020111Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-01-24T01:27:55.0884828Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:27:55.0890178Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:27:55.0895812Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:27:55.0902320Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-01-24T01:27:55.0907395Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:27:55.0913427Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:27:55.0918481Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-01-24T01:27:55.0923573Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-01-24T01:27:55.0929530Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:27:55.0935428Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:27:55.0941363Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:27:55.0950692Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-01-24T01:27:55.0956912Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-01-24T01:27:55.0962106Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-01-24T01:27:55.0967555Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:27:55.0973290Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:27:55.0978739Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:27:55.0984380Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:27:55.0989789Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.0995690Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1000162Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1010228Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1014910Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1026305Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1032719Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1038761Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1044484Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1050093Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1056156Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1061573Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1067528Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1073743Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1079633Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1085909Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1092811Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1123497Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:27:55.1124160Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-01-24T01:27:55.1124620Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-01-24T01:27:55.1125174Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:27:55.1126644Z 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-01-24T01:27:55.1133285Z 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-01-24T01:27:55.1139437Z 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-01-24T01:27:55.1158188Z 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-01-24T01:27:55.1164175Z 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-01-24T01:27:55.1169933Z 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-01-24T01:27:55.1175915Z 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-01-24T01:27:55.1183004Z 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-01-24T01:27:55.1188309Z 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-01-24T01:27:55.1193796Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:27:55.1200052Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-01-24T01:27:55.1205496Z 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-01-24T01:27:55.1212249Z 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-01-24T01:27:55.1217981Z 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-01-24T01:27:55.1231176Z 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-01-24T01:27:55.1236111Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:55.1247175Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:55.1253280Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:27:55.1258217Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:27:55.1263577Z 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-01-24T01:27:55.1269282Z 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-01-24T01:27:55.1275166Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:27:55.1280665Z 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-01-24T01:27:55.1286415Z 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-01-24T01:27:55.1292075Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-01-24T01:27:55.1297548Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:27:55.1303442Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:27:55.1307823Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:27:55.1313111Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1319020Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-01-24T01:27:55.1324045Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-01-24T01:27:55.1329704Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1342059Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-01-24T01:27:55.1347145Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1352847Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1358864Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1364992Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1376387Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1381982Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1387421Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1393048Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1398758Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1404867Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1411309Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1417180Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1423003Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1428657Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1435495Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1441550Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1447536Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1454013Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1460115Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1466068Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1471997Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1482031Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1488212Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1507085Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1513056Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1519320Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1526039Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1532050Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1537628Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:27:55.1543150Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1549098Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1564519Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1571157Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.1580101Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-01-24T01:27:55.1585560Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-01-24T01:27:55.1591103Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-01-24T01:27:55.1597668Z 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-01-24T01:27:55.1605528Z 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-01-24T01:27:55.1612214Z 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-01-24T01:27:55.1618456Z 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-01-24T01:27:55.1624207Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-01-24T01:27:55.1629060Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:27:55.1635324Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-01-24T01:27:55.1640771Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:27:55.1646399Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:27:55.1652004Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:27:55.1657871Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-01-24T01:27:55.1663147Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:27:55.1669241Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:27:55.1675147Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:55.1693399Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:55.1700088Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:27:55.1705735Z 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-01-24T01:27:55.1711510Z 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-01-24T01:27:55.1716849Z 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-01-24T01:27:55.1722844Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:55.1728854Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:27:55.1742076Z 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-01-24T01:27:55.1747861Z 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-01-24T01:27:55.1753930Z 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-01-24T01:27:55.1759152Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:55.1764745Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:27:55.1770949Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1776466Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1782445Z 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-01-24T01:27:55.1788511Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1801119Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1807721Z 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-01-24T01:27:55.1813985Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1819902Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1825744Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1831913Z 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-01-24T01:27:55.1838728Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1845785Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1853202Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:27:55.1860062Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-01-24T01:27:55.1866305Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:27:55.1873243Z 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-01-24T01:27:55.1879290Z 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-01-24T01:27:55.1885572Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:27:55.1905180Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:27:55.1911280Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-01-24T01:27:55.1916601Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1922542Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-01-24T01:27:55.1928371Z 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-01-24T01:27:55.1934319Z 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-01-24T01:27:55.1939834Z 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-01-24T01:27:55.1945177Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1950905Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1956504Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1971930Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1977719Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:27:55.1982998Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:27:55.1989279Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-01-24T01:27:55.1994225Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2000801Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2007918Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2015386Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2021586Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2036222Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2042281Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2048137Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2054754Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2062289Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2068544Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-01-24T01:27:55.2074071Z 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-01-24T01:27:55.2080909Z 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-01-24T01:27:55.2087101Z 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-01-24T01:27:55.2202232Z 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-01-24T01:27:55.2208202Z 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-01-24T01:27:55.2214687Z 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-01-24T01:27:55.2221700Z 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-01-24T01:27:55.2227854Z 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-01-24T01:27:55.2234508Z 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-01-24T01:27:55.2239791Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2246192Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2251939Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2259410Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2265986Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2271738Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2278365Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2284248Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2290725Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2305133Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2310748Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:27:55.2316691Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.2322426Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-01-24T01:27:55.2327648Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:27:55.2338686Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:27:55.2344277Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.2349836Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-01-24T01:27:55.2355031Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-01-24T01:27:55.2360193Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:27:55.2366515Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:27:55.2371566Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:27:55.2377931Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-01-24T01:27:55.2383289Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:27:55.2389502Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-01-24T01:27:55.2395334Z 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-01-24T01:27:55.2401381Z 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-01-24T01:27:55.2406168Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:27:55.2411095Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:27:55.2417376Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-01-24T01:27:55.2422786Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2428776Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2434587Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2450044Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2456678Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2462705Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2468621Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2474745Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2480638Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2486710Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2492927Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2499331Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2505648Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2511828Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2518855Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2524863Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2531089Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:27:55.2537430Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-01-24T01:27:55.2542732Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2549011Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2555992Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2562887Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2582861Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2588423Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2595035Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2600890Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2606980Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:27:55.2613531Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.2620361Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.2626775Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-01-24T01:27:55.2632027Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2638621Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2645110Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2651322Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2669617Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2675567Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2681134Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2687067Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2693008Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-01-24T01:27:55.2717890Z 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-01-24T01:27:55.2723419Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-01-24T01:27:55.2728840Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2734514Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:27:55.2740111Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.2746676Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-01-24T01:27:55.2751957Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-01-24T01:27:55.2757124Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:27:55.2764209Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:27:55.2769263Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:27:55.2774900Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:27:55.2791458Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.2797189Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2802921Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2809150Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2815091Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2829044Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2835130Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:27:55.2841041Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2846313Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2852586Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2858138Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2863980Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2869803Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2875981Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2889353Z 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-01-24T01:27:55.2895457Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2900721Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:27:55.2906106Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3075127Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3081882Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3087763Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3094515Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3100763Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3106250Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3112473Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3118508Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3161117Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3162301Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3163443Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3164558Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3167349Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3173416Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3179660Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3185967Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3191275Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3197839Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:27:55.3203520Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3209495Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3215808Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3221704Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3228145Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3233737Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3239282Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3245340Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:27:55.3251205Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3256833Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3263679Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-01-24T01:27:55.3282638Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:27:55.3288281Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:27:55.3294599Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-01-24T01:27:55.3300046Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:27:55.3305451Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:27:55.3310763Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:27:55.3322748Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:27:55.3328078Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3333869Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3340224Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3346385Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-01-24T01:27:55.3351433Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3357693Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-01-24T01:27:55.3363031Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-01-24T01:27:55.3368883Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3374437Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3379841Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3392812Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-01-24T01:27:55.3398207Z 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-01-24T01:27:55.3404174Z 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-01-24T01:27:55.3410343Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-01-24T01:27:55.3418622Z 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-01-24T01:27:55.3427319Z 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-01-24T01:27:55.3433114Z 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-01-24T01:27:55.3438706Z 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-01-24T01:27:55.3444431Z 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-01-24T01:27:55.3459034Z 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-01-24T01:27:55.3464543Z 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-01-24T01:27:55.3470835Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:27:55.3476513Z 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-01-24T01:27:55.3482327Z 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-01-24T01:27:55.3488112Z 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-01-24T01:27:55.3493439Z 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-01-24T01:27:55.3499484Z 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-01-24T01:27:55.3512396Z 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-01-24T01:27:55.3517323Z 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-01-24T01:27:55.3524243Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3530429Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-01-24T01:27:55.3535975Z 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-01-24T01:27:55.3541629Z 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-01-24T01:27:55.3547270Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-01-24T01:27:55.3552609Z 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-01-24T01:27:55.3558312Z 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-01-24T01:27:55.3564648Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:27:55.3579471Z 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-01-24T01:27:55.3585336Z 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-01-24T01:27:55.3591505Z 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-01-24T01:27:55.3603812Z 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-01-24T01:27:55.3608391Z 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-01-24T01:27:55.3614398Z 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-01-24T01:27:55.3619541Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3625473Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:27:55.3632264Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-01-24T01:27:55.3638133Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-01-24T01:27:55.3644773Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-01-24T01:27:55.3650299Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-01-24T01:27:55.3656339Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3663712Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-01-24T01:27:55.3669788Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-01-24T01:27:55.3676940Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-01-24T01:27:55.3682519Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:27:55.3688438Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:27:55.3694248Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:27:55.3701210Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-01-24T01:27:55.3707119Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3714527Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3721370Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3727159Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3745280Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3751180Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3757600Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3763911Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3769360Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:27:55.3775009Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:27:55.3788406Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-01-24T01:27:55.3793592Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3799579Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3805385Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3811078Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3823473Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3828948Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3834503Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3840705Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3858243Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3864208Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3869905Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3875659Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3881346Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3887460Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3893297Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3898851Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3904484Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3910082Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3915878Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3921664Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3927394Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3933246Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3939363Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3956921Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3962675Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3968925Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3974965Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3980963Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3987190Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3993156Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.3999692Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4005632Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4018092Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4023944Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4029729Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4035604Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4041530Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4047458Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4061443Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4062591Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4065199Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4071675Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4077460Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4083132Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4088984Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4103834Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4109627Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:27:55.4116020Z creating build\bdist.win-amd64\wheel\torch\export 2025-01-24T01:27:55.4120947Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4127191Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4133681Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4141140Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-01-24T01:27:55.4156600Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-01-24T01:27:55.4162986Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4170630Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4178815Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-01-24T01:27:55.4183941Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-01-24T01:27:55.4189838Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4196805Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4203117Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4209016Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4215108Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4220731Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4226670Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4233799Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4239437Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4245192Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:27:55.4251715Z creating build\bdist.win-amd64\wheel\torch\fft 2025-01-24T01:27:55.4256427Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-01-24T01:27:55.4263456Z creating build\bdist.win-amd64\wheel\torch\func 2025-01-24T01:27:55.4268169Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-01-24T01:27:55.4273620Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:27:55.4280797Z creating build\bdist.win-amd64\wheel\torch\futures 2025-01-24T01:27:55.4285472Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-01-24T01:27:55.4291741Z creating build\bdist.win-amd64\wheel\torch\fx 2025-01-24T01:27:55.4296479Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.4302711Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.4313214Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-01-24T01:27:55.4318360Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4324645Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4330380Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4349784Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4356017Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4361564Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4367781Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:27:55.4373455Z 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-01-24T01:27:55.4379973Z 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-01-24T01:27:55.4386807Z 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-01-24T01:27:55.4400193Z 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-01-24T01:27:55.4405587Z 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-01-24T01:27:55.4411853Z 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-01-24T01:27:55.4417434Z 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-01-24T01:27:55.4423066Z 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-01-24T01:27:55.4427523Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4433376Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4439961Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4445819Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4453252Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4459556Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4465169Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4499103Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4505010Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4514107Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4521385Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-01-24T01:27:55.4526964Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4532825Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4538141Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4543832Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4549930Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:27:55.4570129Z 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-01-24T01:27:55.4576063Z 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-01-24T01:27:55.4581733Z 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-01-24T01:27:55.4587640Z 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-01-24T01:27:55.4593277Z 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-01-24T01:27:55.4611288Z 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-01-24T01:27:55.4616777Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4623056Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4629366Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4635680Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:27:55.4642263Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4648818Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.4662659Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.5349420Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.5354911Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.5360952Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:27:55.5365709Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.5372533Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8089554Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8095170Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8101482Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8108043Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8115319Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-01-24T01:27:55.8120790Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8126970Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-01-24T01:27:55.8132953Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:27:55.8138801Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:27:55.8143886Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-01-24T01:27:55.8149588Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-01-24T01:27:55.8155144Z 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-01-24T01:27:55.8161017Z 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-01-24T01:27:55.8165623Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-01-24T01:27:55.8170324Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8176094Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8230064Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8235841Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8242665Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-01-24T01:27:55.8247944Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:27:55.8254611Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:27:55.8260221Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:27:55.8265831Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:27:55.8278005Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8284379Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8290011Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8296088Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8302226Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8308835Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8315274Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8321265Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8327772Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8334253Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8345044Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-01-24T01:27:55.8350664Z 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-01-24T01:27:55.8356576Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-01-24T01:27:55.8361415Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8368059Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-01-24T01:27:55.8380239Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:27:55.8386301Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:27:55.8392174Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:27:55.8398579Z 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-01-24T01:27:55.8410061Z 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-01-24T01:27:55.8416101Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:27:55.8421812Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8427920Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:27:55.8433515Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8440016Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8445888Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8451900Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8457807Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8463710Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8469524Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8475512Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8482678Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8488506Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:27:55.8495592Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:27:55.8503142Z creating build\bdist.win-amd64\wheel\torch\include 2025-01-24T01:27:55.8509967Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-01-24T01:27:55.8515224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8521177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8526762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8533028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8539555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8560042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8565525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8571440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8577225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8582781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8589041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8595337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8601605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8608472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8614773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8621328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8627190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8634165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8644008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8655727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8661438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.8668607Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-01-24T01:27:55.8673849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8679968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8685530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8690816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8705306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8711154Z 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-01-24T01:27:55.8717971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8723489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8728814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8736328Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-01-24T01:27:55.8741993Z 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-01-24T01:27:55.8789135Z 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-01-24T01:27:55.8790054Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-01-24T01:27:55.8790909Z 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-01-24T01:27:55.8792151Z 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-01-24T01:27:55.8794639Z 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-01-24T01:27:55.8795900Z 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-01-24T01:27:55.8797245Z 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-01-24T01:27:55.8801863Z 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-01-24T01:27:55.8815005Z 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-01-24T01:27:55.8820690Z 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-01-24T01:27:55.8826610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8832494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8839565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8845241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8850932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8856805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8862800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8868260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8874248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8879676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8885245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8891452Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-01-24T01:27:55.8897217Z 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-01-24T01:27:55.8903150Z 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-01-24T01:27:55.8909491Z 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-01-24T01:27:55.8915162Z 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-01-24T01:27:55.8926278Z 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-01-24T01:27:55.8932345Z 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-01-24T01:27:55.8938363Z 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-01-24T01:27:55.8944056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8957647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8963601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8968973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8974725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8980412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8986014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8991735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.8998263Z 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-01-24T01:27:55.9004007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9010006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9015723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9026569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9032953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9038887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9045268Z 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-01-24T01:27:55.9053114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9059854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9066811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9072801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9079761Z 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-01-24T01:27:55.9086348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9098508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9104765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9110769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9116904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9122972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9128869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9135689Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-01-24T01:27:55.9141565Z 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-01-24T01:27:55.9147496Z 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-01-24T01:27:55.9153831Z 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-01-24T01:27:55.9160567Z 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-01-24T01:27:55.9178926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9185920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9193278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9198877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9212142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9217791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9223021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9228788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9234438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9239700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9245621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9251288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9256982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9262497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9268593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9275052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9295295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9300939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9306916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9312269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9318243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9324388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9330665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9336502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9342181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9347714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:27:55.9353495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9360461Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-01-24T01:27:55.9365649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:27:55.9375336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:27:55.9381372Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-01-24T01:27:55.9386902Z 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-01-24T01:27:55.9392333Z 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-01-24T01:27:55.9398163Z 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-01-24T01:27:55.9404284Z 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-01-24T01:27:55.9419650Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-01-24T01:27:55.9425402Z 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-01-24T01:27:55.9435435Z 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-01-24T01:27:55.9441416Z 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-01-24T01:27:55.9447917Z 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-01-24T01:27:55.9460913Z 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-01-24T01:27:55.9467375Z 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-01-24T01:27:55.9473660Z 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-01-24T01:27:55.9479877Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:27:55.9485789Z 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-01-24T01:27:55.9491793Z 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-01-24T01:27:55.9497969Z 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-01-24T01:27:55.9504133Z 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-01-24T01:27:55.9520469Z 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-01-24T01:27:55.9527239Z 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-01-24T01:27:55.9533924Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:27:55.9539990Z 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-01-24T01:27:55.9546497Z 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-01-24T01:27:55.9551607Z 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-01-24T01:27:55.9557528Z 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-01-24T01:27:55.9569585Z 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-01-24T01:27:55.9576185Z 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-01-24T01:27:55.9582909Z 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-01-24T01:27:55.9589018Z 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-01-24T01:27:55.9595084Z 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-01-24T01:27:55.9601840Z 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-01-24T01:27:55.9608762Z 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-01-24T01:27:55.9615291Z 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-01-24T01:27:55.9623239Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:27:55.9629542Z 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-01-24T01:27:55.9635537Z 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-01-24T01:27:55.9641734Z 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-01-24T01:27:55.9657769Z 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-01-24T01:27:55.9676902Z 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-01-24T01:27:55.9678143Z 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-01-24T01:27:55.9679866Z 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-01-24T01:27:55.9686257Z 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-01-24T01:27:55.9692516Z 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-01-24T01:27:55.9698650Z 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-01-24T01:27:55.9705727Z 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-01-24T01:27:55.9712237Z 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-01-24T01:27:55.9719794Z 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-01-24T01:27:55.9726434Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:27:55.9732974Z 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-01-24T01:27:55.9740550Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:27:55.9746186Z 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-01-24T01:27:55.9751941Z 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-01-24T01:27:55.9758657Z 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-01-24T01:27:55.9765170Z 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-01-24T01:27:55.9779672Z 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-01-24T01:27:55.9785371Z 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-01-24T01:27:55.9791631Z 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-01-24T01:27:55.9797931Z 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-01-24T01:27:55.9804593Z 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-01-24T01:27:55.9810600Z 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-01-24T01:27:55.9834842Z 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-01-24T01:27:55.9841336Z 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-01-24T01:27:55.9846898Z 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-01-24T01:27:55.9852531Z 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-01-24T01:27:55.9858104Z 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-01-24T01:27:55.9863720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:27:55.9869419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9875623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9881228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9886854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9893705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:55.9901257Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-01-24T01:27:55.9906564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9912289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9918155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9923093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9929138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9947162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9953580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9959399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9965051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9971394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9977440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9982932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9988760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:55.9994632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0000192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0006256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0012674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0018532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0024386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0030300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0036546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0048842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0054430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0060614Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-01-24T01:27:56.0066568Z 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-01-24T01:27:56.0072886Z 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-01-24T01:27:56.0078606Z 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-01-24T01:27:56.0084289Z 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-01-24T01:27:56.0096235Z 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-01-24T01:27:56.0101800Z 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-01-24T01:27:56.0107356Z 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-01-24T01:27:56.0113276Z 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-01-24T01:27:56.0119086Z 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-01-24T01:27:56.0125049Z 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-01-24T01:27:56.0131268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0137165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0142980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0148874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0154723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0162263Z 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-01-24T01:27:56.0168805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0184546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0190302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0196313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0202104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0208061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0214072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0219463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:27:56.0225843Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-01-24T01:27:56.0231323Z 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-01-24T01:27:56.0237048Z 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-01-24T01:27:56.0243024Z 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-01-24T01:27:56.0248849Z 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-01-24T01:27:56.0265369Z 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-01-24T01:27:56.0270919Z 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-01-24T01:27:56.0276842Z 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-01-24T01:27:56.0282396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0293349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0300083Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-01-24T01:27:56.0305600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0310958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0321564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0326976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0332268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0346938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:27:56.0352894Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-01-24T01:27:56.0358269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0363946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0369594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0380436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0386157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0391863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0397523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0403115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0412331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0418979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0425282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:27:56.0430994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0436590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0442706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0448965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0454796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0460156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0466560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0473831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0479310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0485170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0500465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0512159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0517842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0523055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0529337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0535273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0541345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0547626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0555012Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-01-24T01:27:56.0560802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0566832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0572853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0585038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0590939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0597219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0603160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0608892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0615037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0621153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0629384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0635299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0641236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:27:56.0646401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0666203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0672495Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-01-24T01:27:56.0678673Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-01-24T01:27:56.0684581Z 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-01-24T01:27:56.0690706Z 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-01-24T01:27:56.0696827Z 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-01-24T01:27:56.0710219Z 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-01-24T01:27:56.0715879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0721907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0727464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0733774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0739596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0744728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0750640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0757135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0776077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0781932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0787588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0793237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0798985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0804673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0815183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0821238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0827579Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-01-24T01:27:56.0833343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0839233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0844962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0850407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0862359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0867635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:27:56.0873873Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-01-24T01:27:56.0879310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0885093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0891370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0897798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0910137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0916010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0921925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0927674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0934907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0940926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0947177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:27:56.0953508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0965042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.0973281Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-01-24T01:27:56.0979663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.0985592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.0991410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.0997221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1120864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1127156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1134006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1140443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1146692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1153532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1160515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1166316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1172010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1178553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1184871Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-01-24T01:27:56.1191704Z 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-01-24T01:27:56.1196626Z 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-01-24T01:27:56.1202825Z 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-01-24T01:27:56.1208268Z 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-01-24T01:27:56.1298759Z 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-01-24T01:27:56.1304232Z 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-01-24T01:27:56.1309808Z 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-01-24T01:27:56.1316173Z 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-01-24T01:27:56.1322017Z 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-01-24T01:27:56.1327858Z 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-01-24T01:27:56.1491477Z 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-01-24T01:27:56.1492645Z 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-01-24T01:27:56.1493757Z 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-01-24T01:27:56.1494848Z 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-01-24T01:27:56.1495882Z 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-01-24T01:27:56.1496989Z 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-01-24T01:27:56.1498184Z 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-01-24T01:27:56.1499266Z 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-01-24T01:27:56.1500399Z 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-01-24T01:27:56.1501499Z 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-01-24T01:27:56.1502732Z 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-01-24T01:27:56.1504095Z 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-01-24T01:27:56.1509476Z 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-01-24T01:27:56.1514924Z 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-01-24T01:27:56.1521070Z 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-01-24T01:27:56.1527067Z 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-01-24T01:27:56.1534465Z 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-01-24T01:27:56.1538764Z 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-01-24T01:27:56.1546690Z 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-01-24T01:27:56.1552691Z 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-01-24T01:27:56.1566122Z 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-01-24T01:27:56.1571926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1578529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1584421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.1591404Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-01-24T01:27:56.1596990Z 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-01-24T01:27:56.1602662Z 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-01-24T01:27:56.1608448Z 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-01-24T01:27:56.1614490Z 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-01-24T01:27:56.1626259Z 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-01-24T01:27:56.1631854Z 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-01-24T01:27:56.1637742Z 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-01-24T01:27:56.1643911Z 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-01-24T01:27:56.1650254Z 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-01-24T01:27:56.1656204Z 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-01-24T01:27:56.1662077Z 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-01-24T01:27:56.1668083Z 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-01-24T01:27:56.1674783Z 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-01-24T01:27:56.1681404Z 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-01-24T01:27:56.1688745Z 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-01-24T01:27:56.1695763Z 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-01-24T01:27:56.1701652Z 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-01-24T01:27:56.1707772Z 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-01-24T01:27:56.1719144Z 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-01-24T01:27:56.1725370Z 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-01-24T01:27:56.1731364Z 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-01-24T01:27:56.1737234Z 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-01-24T01:27:56.1743167Z 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-01-24T01:27:56.1749032Z 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-01-24T01:27:56.1754557Z 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-01-24T01:27:56.1760105Z 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-01-24T01:27:56.1765926Z 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-01-24T01:27:56.1771819Z 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-01-24T01:27:56.1783672Z 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-01-24T01:27:56.1789271Z 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-01-24T01:27:56.1796465Z 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-01-24T01:27:56.1802229Z 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-01-24T01:27:56.1808235Z 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-01-24T01:27:56.1814219Z 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-01-24T01:27:56.1821729Z 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-01-24T01:27:56.1827929Z 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-01-24T01:27:56.1834319Z 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-01-24T01:27:56.1839792Z 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-01-24T01:27:56.1846328Z 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-01-24T01:27:56.2555493Z 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-01-24T01:27:56.2569648Z 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-01-24T01:27:56.2575792Z 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-01-24T01:27:56.2581437Z 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-01-24T01:27:56.2587643Z 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-01-24T01:27:56.2593682Z 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-01-24T01:27:56.2617845Z 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-01-24T01:27:56.2623294Z 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-01-24T01:27:56.2629378Z 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-01-24T01:27:56.2635347Z 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-01-24T01:27:56.2641050Z 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-01-24T01:27:56.2647783Z 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-01-24T01:27:56.2663776Z 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-01-24T01:27:56.2670374Z 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-01-24T01:27:56.2675717Z 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-01-24T01:27:56.2682264Z 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-01-24T01:27:56.2688228Z 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-01-24T01:27:56.2694064Z 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-01-24T01:27:56.2701020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2706854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2721017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2726790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2733256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2739655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2745335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2750705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2756721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2762555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2768159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2773828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2779541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2784874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2796313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2802087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2814599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2818407Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-01-24T01:27:56.2824154Z 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-01-24T01:27:56.2829586Z 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-01-24T01:27:56.2834882Z 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-01-24T01:27:56.2840880Z 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-01-24T01:27:56.2846452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2852149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2857827Z 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-01-24T01:27:56.2863593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2869966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2875843Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-01-24T01:27:56.2881431Z 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-01-24T01:27:56.2887080Z 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-01-24T01:27:56.2893081Z 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-01-24T01:27:56.2898741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2909947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2915516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2921028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2927249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2933007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2940459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2946176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2952152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.2958254Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-01-24T01:27:56.2966047Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-01-24T01:27:56.2972483Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:27:56.2978477Z 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-01-24T01:27:56.2984830Z 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-01-24T01:27:56.2990594Z 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-01-24T01:27:56.2996122Z 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-01-24T01:27:56.3002209Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-01-24T01:27:56.3007727Z 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-01-24T01:27:56.3013230Z 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-01-24T01:27:56.3018945Z 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-01-24T01:27:56.3024798Z 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-01-24T01:27:56.3040483Z 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-01-24T01:27:56.3046183Z 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-01-24T01:27:56.3052456Z 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-01-24T01:27:56.3058686Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-01-24T01:27:56.3064419Z 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-01-24T01:27:56.3070448Z 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-01-24T01:27:56.3076341Z 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-01-24T01:27:56.3089550Z 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-01-24T01:27:56.3096373Z 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-01-24T01:27:56.3102443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3115840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3121751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3127363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3133179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3139062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3144888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3150812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3157007Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-01-24T01:27:56.3162860Z 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-01-24T01:27:56.3168815Z 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-01-24T01:27:56.3175073Z 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-01-24T01:27:56.3187134Z 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-01-24T01:27:56.3194215Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-01-24T01:27:56.3201217Z 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-01-24T01:27:56.3206928Z 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-01-24T01:27:56.3213592Z 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-01-24T01:27:56.3219757Z 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-01-24T01:27:56.3232520Z 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-01-24T01:27:56.3238178Z 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-01-24T01:27:56.3243798Z 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-01-24T01:27:56.3262827Z 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-01-24T01:27:56.3268785Z 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-01-24T01:27:56.3274213Z 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-01-24T01:27:56.3279778Z 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-01-24T01:27:56.3285999Z 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-01-24T01:27:56.3291993Z 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-01-24T01:27:56.3297882Z 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-01-24T01:27:56.3303241Z 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-01-24T01:27:56.3309025Z 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-01-24T01:27:56.3314661Z 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-01-24T01:27:56.3320100Z 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-01-24T01:27:56.3325359Z 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-01-24T01:27:56.3331207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3336741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3342173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3364396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3370663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3376473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3381997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3388201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3394336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3400103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3405653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3411330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3417739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3423375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3428765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3440044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3445811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3451561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3457506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3463299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3469265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3475045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3480783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3487028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3499832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3505498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3511480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3517086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3523399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3529245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3536964Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-01-24T01:27:56.3542734Z 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-01-24T01:27:56.3548528Z 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-01-24T01:27:56.3554789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3560610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3566588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3572570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3578413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3584027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3589640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3595394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3602132Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-01-24T01:27:56.3607717Z 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-01-24T01:27:56.3613266Z 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-01-24T01:27:56.3619035Z 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-01-24T01:27:56.3624872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3630399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:27:56.3637030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3644541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3651690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3657677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3663617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3669414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3676318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:27:56.3840553Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-01-24T01:27:56.3845780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3851681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3857902Z 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-01-24T01:27:56.3863378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3874237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3880098Z 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-01-24T01:27:56.3885683Z 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-01-24T01:27:56.3891408Z 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-01-24T01:27:56.3896996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3902865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3908344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3914101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3920021Z 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-01-24T01:27:56.3925532Z 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-01-24T01:27:56.3931312Z 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-01-24T01:27:56.3937002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3942496Z 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-01-24T01:27:56.3948445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3954141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3960235Z 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-01-24T01:27:56.3973865Z 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-01-24T01:27:56.3986252Z 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-01-24T01:27:56.3992033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.3997625Z 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-01-24T01:27:56.4003423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4009476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4015390Z 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-01-24T01:27:56.4021515Z 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-01-24T01:27:56.4027732Z 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-01-24T01:27:56.4039391Z 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-01-24T01:27:56.4045963Z 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-01-24T01:27:56.4051664Z 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-01-24T01:27:56.4058337Z 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-01-24T01:27:56.4064811Z 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-01-24T01:27:56.4070966Z 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-01-24T01:27:56.4076947Z 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-01-24T01:27:56.4083146Z 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-01-24T01:27:56.4094772Z 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-01-24T01:27:56.4100865Z 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-01-24T01:27:56.4106922Z 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-01-24T01:27:56.4113153Z 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-01-24T01:27:56.4119245Z 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-01-24T01:27:56.4125323Z 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-01-24T01:27:56.4131680Z 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-01-24T01:27:56.4138473Z 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-01-24T01:27:56.4144142Z 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-01-24T01:27:56.4150244Z 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-01-24T01:27:56.4156340Z 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-01-24T01:27:56.4173220Z 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-01-24T01:27:56.4183466Z 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-01-24T01:27:56.4190343Z 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-01-24T01:27:56.4197145Z 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-01-24T01:27:56.4204037Z 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-01-24T01:27:56.4211857Z 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-01-24T01:27:56.4218155Z 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-01-24T01:27:56.4224592Z 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-01-24T01:27:56.4231092Z 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-01-24T01:27:56.4237266Z 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-01-24T01:27:56.4243683Z 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-01-24T01:27:56.4259986Z 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-01-24T01:27:56.4265934Z 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-01-24T01:27:56.4272433Z 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-01-24T01:27:56.4278468Z 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-01-24T01:27:56.4284518Z 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-01-24T01:27:56.4290445Z 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-01-24T01:27:56.4296597Z 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-01-24T01:27:56.4308694Z 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-01-24T01:27:56.4314825Z 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-01-24T01:27:56.4321101Z 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-01-24T01:27:56.4327881Z 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-01-24T01:27:56.4334693Z 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-01-24T01:27:56.4346348Z 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-01-24T01:27:56.4352761Z 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-01-24T01:27:56.4358943Z 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-01-24T01:27:56.4365190Z 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-01-24T01:27:56.4370977Z 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-01-24T01:27:56.4376998Z 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-01-24T01:27:56.4383682Z 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-01-24T01:27:56.4389765Z 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-01-24T01:27:56.4395761Z 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-01-24T01:27:56.4401710Z 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-01-24T01:27:56.4407740Z 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-01-24T01:27:56.4413995Z 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-01-24T01:27:56.4419831Z 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-01-24T01:27:56.4425784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4431336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4436998Z 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-01-24T01:27:56.4442701Z 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-01-24T01:27:56.4468197Z 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-01-24T01:27:56.4473853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4479560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4485416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4491843Z 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-01-24T01:27:56.4498007Z 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-01-24T01:27:56.4503978Z 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-01-24T01:27:56.4516200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4522267Z 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-01-24T01:27:56.4528193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4534328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4540245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4546624Z 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-01-24T01:27:56.4552456Z 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-01-24T01:27:56.4558938Z 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-01-24T01:27:56.4564942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4570915Z 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-01-24T01:27:56.4577214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4584173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4590153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4596557Z 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-01-24T01:27:56.4602366Z 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-01-24T01:27:56.4608321Z 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-01-24T01:27:56.4614331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4620712Z 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-01-24T01:27:56.4626667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4632614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4638489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4644922Z 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-01-24T01:27:56.4657215Z 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-01-24T01:27:56.4663125Z 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-01-24T01:27:56.4669101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4675149Z 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-01-24T01:27:56.4706003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4707034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4707973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4709060Z 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-01-24T01:27:56.4711828Z 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-01-24T01:27:56.4714893Z 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-01-24T01:27:56.4720837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4726925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4733283Z 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-01-24T01:27:56.4739056Z 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-01-24T01:27:56.4745249Z 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-01-24T01:27:56.4751001Z 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-01-24T01:27:56.4760622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4766101Z 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-01-24T01:27:56.4772049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4777796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4783482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4789228Z 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-01-24T01:27:56.4795557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4801180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4807073Z 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-01-24T01:27:56.4813026Z 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-01-24T01:27:56.4819156Z 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-01-24T01:27:56.4824963Z 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-01-24T01:27:56.4834567Z 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-01-24T01:27:56.4840832Z 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-01-24T01:27:56.4856963Z 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-01-24T01:27:56.4863129Z 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-01-24T01:27:56.4869088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4875085Z 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-01-24T01:27:56.4881059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4887453Z 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-01-24T01:27:56.4893643Z 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-01-24T01:27:56.4899630Z 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-01-24T01:27:56.4905500Z 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-01-24T01:27:56.4911635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4917345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4923452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4929591Z 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-01-24T01:27:56.4935576Z 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-01-24T01:27:56.4941173Z 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-01-24T01:27:56.4947091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4953384Z 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-01-24T01:27:56.4959617Z 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-01-24T01:27:56.4965444Z 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-01-24T01:27:56.4971604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.4977438Z 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-01-24T01:27:56.4987792Z 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-01-24T01:27:56.4994117Z 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-01-24T01:27:56.5000169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5005991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5012477Z 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-01-24T01:27:56.5018434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5024167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5031033Z 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-01-24T01:27:56.5036712Z 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-01-24T01:27:56.5043640Z 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-01-24T01:27:56.5049302Z 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-01-24T01:27:56.5055312Z 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-01-24T01:27:56.5061347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5067046Z 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-01-24T01:27:56.5073022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5078937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5084609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5091404Z 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-01-24T01:27:56.5097499Z 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-01-24T01:27:56.5112365Z 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-01-24T01:27:56.5118561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5125845Z 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-01-24T01:27:56.5131555Z 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-01-24T01:27:56.5139149Z 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-01-24T01:27:56.5144575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5150515Z 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-01-24T01:27:56.5156558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5162352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5168314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5174207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5180583Z 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-01-24T01:27:56.5186486Z 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-01-24T01:27:56.5198652Z 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-01-24T01:27:56.5202953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5210122Z 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-01-24T01:27:56.5220244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5226574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5232949Z 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-01-24T01:27:56.5239029Z 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-01-24T01:27:56.5245174Z 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-01-24T01:27:56.5250897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5256823Z 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-01-24T01:27:56.5262635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5268638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5274553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5280310Z 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-01-24T01:27:56.5285972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5291846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5297720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5303445Z 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-01-24T01:27:56.5309349Z 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-01-24T01:27:56.5315123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5320860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5327150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5333269Z 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-01-24T01:27:56.5339217Z 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-01-24T01:27:56.5345267Z 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-01-24T01:27:56.5351076Z 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-01-24T01:27:56.5356933Z 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-01-24T01:27:56.5368743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5375038Z 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-01-24T01:27:56.5380759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5386446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5392165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5398177Z 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-01-24T01:27:56.5403828Z 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-01-24T01:27:56.5409685Z 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-01-24T01:27:56.5415706Z 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-01-24T01:27:56.5421882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5428034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5434178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5439912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5446018Z 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-01-24T01:27:56.5452063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5458056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5464362Z 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-01-24T01:27:56.5470675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5476812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5483122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5488908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5495229Z 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-01-24T01:27:56.5501388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5507415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5513843Z 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-01-24T01:27:56.5524007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5530109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5536742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5542599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5549287Z 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-01-24T01:27:56.5554790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5560756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5567157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5573404Z 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-01-24T01:27:56.5579536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5585521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5591793Z 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-01-24T01:27:56.5597771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5603746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5609776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5616689Z 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-01-24T01:27:56.5622613Z 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-01-24T01:27:56.5628707Z 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-01-24T01:27:56.5634744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5640986Z 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-01-24T01:27:56.5646990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5653313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5659398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5665830Z 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-01-24T01:27:56.5677820Z 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-01-24T01:27:56.5683897Z 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-01-24T01:27:56.5690173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5696980Z 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-01-24T01:27:56.5703532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5709509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5715930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5722124Z 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-01-24T01:27:56.5728214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5734398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5740102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5745788Z 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-01-24T01:27:56.5751837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5757462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5763490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5769172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5775280Z 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-01-24T01:27:56.5781589Z 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-01-24T01:27:56.5787628Z 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-01-24T01:27:56.5794038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5799435Z 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-01-24T01:27:56.5805285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5811817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5817852Z 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-01-24T01:27:56.5823548Z 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-01-24T01:27:56.5832975Z 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-01-24T01:27:56.5838988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5852315Z 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-01-24T01:27:56.5853656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5857492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5863448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5869859Z 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-01-24T01:27:56.5875867Z 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-01-24T01:27:56.5882568Z 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-01-24T01:27:56.5888784Z 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-01-24T01:27:56.5895091Z 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-01-24T01:27:56.5910242Z 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-01-24T01:27:56.5916442Z 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-01-24T01:27:56.5922578Z 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-01-24T01:27:56.5932430Z 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-01-24T01:27:56.5938600Z 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-01-24T01:27:56.5944722Z 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-01-24T01:27:56.5950888Z 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-01-24T01:27:56.5957727Z 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-01-24T01:27:56.5964041Z 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-01-24T01:27:56.5970141Z 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-01-24T01:27:56.5976457Z 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-01-24T01:27:56.5982525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5988349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.5994559Z 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-01-24T01:27:56.6000829Z 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-01-24T01:27:56.6007212Z 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-01-24T01:27:56.6013345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6019905Z 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-01-24T01:27:56.6025968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6032090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6038193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6044389Z 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-01-24T01:27:56.6050514Z 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-01-24T01:27:56.6056645Z 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-01-24T01:27:56.6062820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6068701Z 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-01-24T01:27:56.6074685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6080706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.6087119Z 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-01-24T01:27:56.6093331Z 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-01-24T01:27:56.6099283Z 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-01-24T01:27:56.6105266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7173390Z 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-01-24T01:27:56.7180056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7185820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7191629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7198280Z 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-01-24T01:27:56.7204470Z 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-01-24T01:27:56.7211265Z 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-01-24T01:27:56.7218343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7225905Z 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-01-24T01:27:56.7232439Z 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-01-24T01:27:56.7238422Z 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-01-24T01:27:56.7244651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7251632Z 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-01-24T01:27:56.7262094Z 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-01-24T01:27:56.7268264Z 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-01-24T01:27:56.7273924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7280092Z 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-01-24T01:27:56.7291717Z 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-01-24T01:27:56.7299979Z 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-01-24T01:27:56.7308900Z 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-01-24T01:27:56.7317255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7326532Z 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-01-24T01:27:56.7333892Z 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-01-24T01:27:56.7341239Z 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-01-24T01:27:56.7348323Z 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-01-24T01:27:56.7355954Z 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-01-24T01:27:56.7363408Z 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-01-24T01:27:56.7369690Z 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-01-24T01:27:56.7375860Z 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-01-24T01:27:56.7382413Z 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-01-24T01:27:56.7388207Z 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-01-24T01:27:56.7394535Z 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-01-24T01:27:56.7400329Z 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-01-24T01:27:56.7406295Z 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-01-24T01:27:56.7412502Z 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-01-24T01:27:56.7418474Z 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-01-24T01:27:56.7424329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7430252Z 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-01-24T01:27:56.7436680Z 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-01-24T01:27:56.7442856Z 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-01-24T01:27:56.7449309Z 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-01-24T01:27:56.7455500Z 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-01-24T01:27:56.7461628Z 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-01-24T01:27:56.7468095Z 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-01-24T01:27:56.7502509Z 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-01-24T01:27:56.7510735Z 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-01-24T01:27:56.7535219Z 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-01-24T01:27:56.7536389Z 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-01-24T01:27:56.7537420Z 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-01-24T01:27:56.7542297Z 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-01-24T01:27:56.7560183Z 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-01-24T01:27:56.7561234Z 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-01-24T01:27:56.7562804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7569286Z 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-01-24T01:27:56.7575468Z 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-01-24T01:27:56.7585657Z 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-01-24T01:27:56.7591608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7597999Z 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-01-24T01:27:56.7604056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7610844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7617101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7623190Z 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-01-24T01:27:56.7629142Z 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-01-24T01:27:56.7635117Z 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-01-24T01:27:56.7641087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7647253Z 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-01-24T01:27:56.7653622Z 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-01-24T01:27:56.7659918Z 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-01-24T01:27:56.7665920Z 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-01-24T01:27:56.7672275Z 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-01-24T01:27:56.7678323Z 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-01-24T01:27:56.7684392Z 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-01-24T01:27:56.7690668Z 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-01-24T01:27:56.7696883Z 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-01-24T01:27:56.7703172Z 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-01-24T01:27:56.7709162Z 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-01-24T01:27:56.7719309Z 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-01-24T01:27:56.7725629Z 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-01-24T01:27:56.7732247Z 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-01-24T01:27:56.7739873Z 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-01-24T01:27:56.7746110Z 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-01-24T01:27:56.7752435Z 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-01-24T01:27:56.7758153Z 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-01-24T01:27:56.7764201Z 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-01-24T01:27:56.7770518Z 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-01-24T01:27:56.7776817Z 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-01-24T01:27:56.7783310Z 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-01-24T01:27:56.7789457Z 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-01-24T01:27:56.7795558Z 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-01-24T01:27:56.7802238Z 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-01-24T01:27:56.7810053Z 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-01-24T01:27:56.7818091Z 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-01-24T01:27:56.7825372Z 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-01-24T01:27:56.7832510Z 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-01-24T01:27:56.7840443Z 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-01-24T01:27:56.7847535Z 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-01-24T01:27:56.7854316Z 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-01-24T01:27:56.7860598Z 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-01-24T01:27:56.7867214Z 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-01-24T01:27:56.7873469Z 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-01-24T01:27:56.7879709Z 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-01-24T01:27:56.7885771Z 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-01-24T01:27:56.7892919Z 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-01-24T01:27:56.7899867Z 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-01-24T01:27:56.7905920Z 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-01-24T01:27:56.7912037Z 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-01-24T01:27:56.7918095Z 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-01-24T01:27:56.7924188Z 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-01-24T01:27:56.7930586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7937165Z 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-01-24T01:27:56.7943441Z 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-01-24T01:27:56.7949311Z 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-01-24T01:27:56.7955363Z 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-01-24T01:27:56.7978637Z 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-01-24T01:27:56.7985001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7991111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.7996980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8002908Z 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-01-24T01:27:56.8009129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8014906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8020890Z 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-01-24T01:27:56.8026930Z 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-01-24T01:27:56.8033444Z 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-01-24T01:27:56.8039327Z 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-01-24T01:27:56.8045309Z 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-01-24T01:27:56.8051485Z 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-01-24T01:27:56.8057693Z 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-01-24T01:27:56.8063728Z 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-01-24T01:27:56.8069940Z 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-01-24T01:27:56.8075985Z 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-01-24T01:27:56.8082920Z 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-01-24T01:27:56.8089479Z 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-01-24T01:27:56.8099630Z 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-01-24T01:27:56.8106014Z 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-01-24T01:27:56.8112436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8118640Z 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-01-24T01:27:56.8124711Z 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-01-24T01:27:56.8130909Z 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-01-24T01:27:56.8137143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8143423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8149585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8155919Z 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-01-24T01:27:56.8162098Z 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-01-24T01:27:56.8168217Z 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-01-24T01:27:56.8174486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8180655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8186676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8194134Z 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-01-24T01:27:56.8201268Z 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-01-24T01:27:56.8236103Z 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-01-24T01:27:56.8237202Z 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-01-24T01:27:56.8238271Z 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-01-24T01:27:56.8239310Z 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-01-24T01:27:56.8242016Z 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-01-24T01:27:56.8243050Z 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-01-24T01:27:56.8248576Z 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-01-24T01:27:56.8255078Z 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-01-24T01:27:56.8261271Z 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-01-24T01:27:56.8267257Z 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-01-24T01:27:56.8273624Z 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-01-24T01:27:56.8283846Z 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-01-24T01:27:56.8290458Z 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-01-24T01:27:56.8296659Z 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-01-24T01:27:56.8302790Z 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-01-24T01:27:56.8308905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8315262Z 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-01-24T01:27:56.8321373Z 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-01-24T01:27:56.8327529Z 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-01-24T01:27:56.8333859Z 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-01-24T01:27:56.8339925Z 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-01-24T01:27:56.8345899Z 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-01-24T01:27:56.8351859Z 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-01-24T01:27:56.8358179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8365026Z 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-01-24T01:27:56.8371295Z 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-01-24T01:27:56.8377735Z 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-01-24T01:27:56.8383754Z 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-01-24T01:27:56.8390042Z 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-01-24T01:27:56.8396240Z 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-01-24T01:27:56.8402193Z 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-01-24T01:27:56.8410640Z 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-01-24T01:27:56.8416862Z 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-01-24T01:27:56.8423545Z 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-01-24T01:27:56.8429661Z 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-01-24T01:27:56.8435652Z 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-01-24T01:27:56.8441758Z 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-01-24T01:27:56.8447806Z 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-01-24T01:27:56.8455113Z 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-01-24T01:27:56.8461237Z 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-01-24T01:27:56.8467357Z 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-01-24T01:27:56.8473475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8480068Z 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-01-24T01:27:56.8486494Z 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-01-24T01:27:56.8493042Z 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-01-24T01:27:56.8500548Z 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-01-24T01:27:56.8510821Z 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-01-24T01:27:56.8516759Z 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-01-24T01:27:56.8522983Z 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-01-24T01:27:56.8529364Z 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-01-24T01:27:56.8535475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8541861Z 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-01-24T01:27:56.8548129Z 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-01-24T01:27:56.8557978Z 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-01-24T01:27:56.8564411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8570992Z 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-01-24T01:27:56.8577052Z 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-01-24T01:27:56.8582869Z 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-01-24T01:27:56.8588978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8595498Z 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-01-24T01:27:56.8601495Z 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-01-24T01:27:56.8607636Z 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-01-24T01:27:56.8613731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8619410Z 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-01-24T01:27:56.8625585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8631715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8637402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8643997Z 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-01-24T01:27:56.8650101Z 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-01-24T01:27:56.8656300Z 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-01-24T01:27:56.8662296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8668710Z 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-01-24T01:27:56.8674900Z 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-01-24T01:27:56.8681004Z 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-01-24T01:27:56.8687415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8693896Z 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-01-24T01:27:56.8700037Z 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-01-24T01:27:56.8706220Z 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-01-24T01:27:56.8724221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8725240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8726856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8737263Z 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-01-24T01:27:56.8743555Z 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-01-24T01:27:56.8749252Z 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-01-24T01:27:56.8755372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8761765Z 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-01-24T01:27:56.8767598Z 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-01-24T01:27:56.8773633Z 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-01-24T01:27:56.8779951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8785917Z 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-01-24T01:27:56.8791888Z 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-01-24T01:27:56.8798004Z 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-01-24T01:27:56.8804169Z 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-01-24T01:27:56.8810052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8815813Z 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-01-24T01:27:56.8821644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8827805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8833452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8839507Z 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-01-24T01:27:56.8845340Z 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-01-24T01:27:56.8851421Z 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-01-24T01:27:56.8857586Z 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-01-24T01:27:56.8876124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8882020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8888203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8894294Z 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-01-24T01:27:56.8900085Z 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-01-24T01:27:56.8906458Z 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-01-24T01:27:56.8934856Z 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-01-24T01:27:56.8940992Z 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-01-24T01:27:56.8947386Z 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-01-24T01:27:56.8953616Z 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-01-24T01:27:56.8959658Z 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-01-24T01:27:56.8965436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8971386Z 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-01-24T01:27:56.8977624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8983288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8989221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.8995477Z 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-01-24T01:27:56.9001214Z 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-01-24T01:27:56.9007122Z 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-01-24T01:27:56.9013187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9018759Z 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-01-24T01:27:56.9033491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9039591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9045204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9051439Z 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-01-24T01:27:56.9057247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9063251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9068924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9075061Z 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-01-24T01:27:56.9080994Z 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-01-24T01:27:56.9086624Z 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-01-24T01:27:56.9092535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9098464Z 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-01-24T01:27:56.9104185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9110297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9115665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9121794Z 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-01-24T01:27:56.9127649Z 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-01-24T01:27:56.9133980Z 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-01-24T01:27:56.9140144Z 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-01-24T01:27:56.9145901Z 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-01-24T01:27:56.9151683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9157459Z 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-01-24T01:27:56.9163671Z 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-01-24T01:27:56.9169726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9176002Z 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-01-24T01:27:56.9182373Z 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-01-24T01:27:56.9189701Z 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-01-24T01:27:56.9195796Z 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-01-24T01:27:56.9201936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9212056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9213847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9265273Z 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-01-24T01:27:56.9266472Z 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-01-24T01:27:56.9267525Z 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-01-24T01:27:56.9268590Z 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-01-24T01:27:56.9271499Z 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-01-24T01:27:56.9272874Z 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-01-24T01:27:56.9274022Z 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-01-24T01:27:56.9275048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9277790Z 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-01-24T01:27:56.9283882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9290185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9294707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9301665Z 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-01-24T01:27:56.9306912Z 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-01-24T01:27:56.9312880Z 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-01-24T01:27:56.9319555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9326124Z 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-01-24T01:27:56.9331998Z 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-01-24T01:27:56.9338172Z 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-01-24T01:27:56.9343832Z 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-01-24T01:27:56.9349806Z 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-01-24T01:27:56.9355748Z 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-01-24T01:27:56.9361947Z 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-01-24T01:27:56.9367812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9373855Z 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-01-24T01:27:56.9379744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9386098Z 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-01-24T01:27:56.9392063Z 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-01-24T01:27:56.9397982Z 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-01-24T01:27:56.9404127Z 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-01-24T01:27:56.9409992Z 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-01-24T01:27:56.9415962Z 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-01-24T01:27:56.9421860Z 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-01-24T01:27:56.9427755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9433654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9439859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9445399Z 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-01-24T01:27:56.9451199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9457381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9462954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9468799Z 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-01-24T01:27:56.9474485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9480247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9486002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9491696Z 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-01-24T01:27:56.9497459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9503227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9509057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9514787Z 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-01-24T01:27:56.9521448Z 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-01-24T01:27:56.9527396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9533617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9539556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9550540Z 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-01-24T01:27:56.9567184Z 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-01-24T01:27:56.9573124Z 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-01-24T01:27:56.9579887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9586011Z 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-01-24T01:27:56.9592022Z 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-01-24T01:27:56.9598305Z 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-01-24T01:27:56.9604800Z 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-01-24T01:27:56.9610944Z 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-01-24T01:27:56.9617293Z 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-01-24T01:27:56.9623504Z 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-01-24T01:27:56.9629356Z 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-01-24T01:27:56.9635468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9641721Z 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-01-24T01:27:56.9648380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9654247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9660282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9666338Z 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-01-24T01:27:56.9672304Z 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-01-24T01:27:56.9678708Z 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-01-24T01:27:56.9684554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9690992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9697275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9703174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9709794Z 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-01-24T01:27:56.9716845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9723718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9731204Z 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-01-24T01:27:56.9737607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9743945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9750000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9756560Z 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-01-24T01:27:56.9762346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9768367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9774595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:56.9782466Z 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-01-24T01:27:56.9789689Z 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-01-24T01:27:56.9795487Z 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-01-24T01:27:56.9801565Z 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-01-24T01:27:56.9807520Z 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-01-24T01:27:56.9814082Z 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-01-24T01:27:56.9820581Z 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-01-24T01:27:56.9826669Z 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-01-24T01:27:56.9832523Z 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-01-24T01:27:56.9838316Z 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-01-24T01:27:56.9844296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0190215Z 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-01-24T01:27:57.0196944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0202721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0209413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0216898Z 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-01-24T01:27:57.0222866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0229449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0235148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0241639Z 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-01-24T01:27:57.0247822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0254053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0260070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0266262Z 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-01-24T01:27:57.0271955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0277774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0283712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0290028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0296483Z 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-01-24T01:27:57.0302844Z 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-01-24T01:27:57.0309099Z 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-01-24T01:27:57.0315171Z 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-01-24T01:27:57.0321397Z 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-01-24T01:27:57.0327993Z 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-01-24T01:27:57.0334473Z 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-01-24T01:27:57.0340594Z 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-01-24T01:27:57.0346926Z 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-01-24T01:27:57.0352899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0359771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0366340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0373022Z 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-01-24T01:27:57.0379168Z 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-01-24T01:27:57.0385291Z 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-01-24T01:27:57.0391397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0397706Z 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-01-24T01:27:57.0403906Z 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-01-24T01:27:57.0410274Z 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-01-24T01:27:57.0416181Z 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-01-24T01:27:57.0422120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0453297Z 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-01-24T01:27:57.0459321Z 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-01-24T01:27:57.0465590Z 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-01-24T01:27:57.0471989Z 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-01-24T01:27:57.0478179Z 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-01-24T01:27:57.0484089Z 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-01-24T01:27:57.0490007Z 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-01-24T01:27:57.0496344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0502672Z 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-01-24T01:27:57.0508671Z 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-01-24T01:27:57.0515351Z 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-01-24T01:27:57.0521203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0527953Z 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-01-24T01:27:57.0534299Z 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-01-24T01:27:57.0540930Z 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-01-24T01:27:57.0546869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0553493Z 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-01-24T01:27:57.0560020Z 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-01-24T01:27:57.0566198Z 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-01-24T01:27:57.0572437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0578518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0584798Z 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-01-24T01:27:57.0590972Z 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-01-24T01:27:57.0597068Z 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-01-24T01:27:57.0603436Z 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-01-24T01:27:57.0609612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0616506Z 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-01-24T01:27:57.0622704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0628894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0635616Z 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-01-24T01:27:57.0641775Z 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-01-24T01:27:57.0648020Z 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-01-24T01:27:57.0654158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0660347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0666293Z 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-01-24T01:27:57.0672776Z 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-01-24T01:27:57.0679307Z 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-01-24T01:27:57.0685668Z 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-01-24T01:27:57.0692408Z 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-01-24T01:27:57.0698537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0705930Z 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-01-24T01:27:57.0741812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0742836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0743799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0744710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0747517Z 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-01-24T01:27:57.0748730Z 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-01-24T01:27:57.0751027Z 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-01-24T01:27:57.0757080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0763025Z 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-01-24T01:27:57.0769049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0775201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0781379Z 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-01-24T01:27:57.0787548Z 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-01-24T01:27:57.0793458Z 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-01-24T01:27:57.0799452Z 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-01-24T01:27:57.0809093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0815737Z 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-01-24T01:27:57.0822235Z 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-01-24T01:27:57.0827962Z 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-01-24T01:27:57.0834359Z 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-01-24T01:27:57.0840227Z 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-01-24T01:27:57.0845895Z 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-01-24T01:27:57.0851852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0857725Z 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-01-24T01:27:57.0864181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0869883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0875634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.0882214Z 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-01-24T01:27:57.0888244Z 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-01-24T01:27:57.0894384Z 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-01-24T01:27:57.1708120Z 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-01-24T01:27:57.1714088Z 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-01-24T01:27:57.1720726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1727281Z 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-01-24T01:27:57.1733481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1739513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1746322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1753233Z 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-01-24T01:27:57.1759573Z 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-01-24T01:27:57.1766573Z 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-01-24T01:27:57.1773510Z 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-01-24T01:27:57.1779878Z 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-01-24T01:27:57.1786103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1792491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1798978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1805064Z 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-01-24T01:27:57.1811395Z 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-01-24T01:27:57.1818366Z 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-01-24T01:27:57.1824490Z 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-01-24T01:27:57.1830750Z 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-01-24T01:27:57.1837034Z 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-01-24T01:27:57.1843287Z 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-01-24T01:27:57.1849189Z 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-01-24T01:27:57.1855311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.1861279Z 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-01-24T01:27:57.1867711Z 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-01-24T01:27:57.1873353Z 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-01-24T01:27:57.1879638Z 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-01-24T01:27:57.3365109Z 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-01-24T01:27:57.3371321Z 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-01-24T01:27:57.3378047Z 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-01-24T01:27:57.3383936Z 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-01-24T01:27:57.3390511Z 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-01-24T01:27:57.3397783Z 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-01-24T01:27:57.3404182Z 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-01-24T01:27:57.3410912Z 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-01-24T01:27:57.3417359Z 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-01-24T01:27:57.3423476Z 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-01-24T01:27:57.3429953Z 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-01-24T01:27:57.3436946Z 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-01-24T01:27:57.3443687Z 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-01-24T01:27:57.3450136Z 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-01-24T01:27:57.3456552Z 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-01-24T01:27:57.3462996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3469476Z 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-01-24T01:27:57.3475949Z 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-01-24T01:27:57.3482301Z 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-01-24T01:27:57.3488678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3495658Z 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-01-24T01:27:57.3502682Z 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-01-24T01:27:57.3509110Z 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-01-24T01:27:57.3515765Z 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-01-24T01:27:57.3522428Z 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-01-24T01:27:57.3528663Z 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-01-24T01:27:57.3535560Z 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-01-24T01:27:57.3541470Z 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-01-24T01:27:57.3548239Z 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-01-24T01:27:57.3555104Z 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-01-24T01:27:57.3562067Z 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-01-24T01:27:57.3568802Z 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-01-24T01:27:57.3574896Z 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-01-24T01:27:57.3581399Z 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-01-24T01:27:57.3588036Z 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-01-24T01:27:57.3594997Z 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-01-24T01:27:57.3601192Z 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-01-24T01:27:57.3607521Z 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-01-24T01:27:57.3614141Z 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-01-24T01:27:57.3620916Z 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-01-24T01:27:57.3627347Z 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-01-24T01:27:57.3634160Z 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-01-24T01:27:57.3640322Z 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-01-24T01:27:57.3646652Z 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-01-24T01:27:57.3653545Z 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-01-24T01:27:57.3660255Z 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-01-24T01:27:57.3666537Z 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-01-24T01:27:57.3672785Z 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-01-24T01:27:57.3679100Z 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-01-24T01:27:57.3685522Z 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-01-24T01:27:57.3691711Z 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-01-24T01:27:57.3697895Z 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-01-24T01:27:57.3704586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3710545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3716896Z 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-01-24T01:27:57.3723090Z 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-01-24T01:27:57.3729468Z 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-01-24T01:27:57.3736073Z 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-01-24T01:27:57.3743138Z 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-01-24T01:27:57.3754766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3757061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3772398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3773586Z 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-01-24T01:27:57.3778197Z 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-01-24T01:27:57.3784176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3790324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3798040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3804056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3810879Z 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-01-24T01:27:57.3816872Z 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-01-24T01:27:57.3822709Z 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-01-24T01:27:57.3829636Z 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-01-24T01:27:57.3836465Z 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-01-24T01:27:57.3842600Z 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-01-24T01:27:57.3848649Z 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-01-24T01:27:57.3855034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3861329Z 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-01-24T01:27:57.3867447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3873828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3879866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3886387Z 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-01-24T01:27:57.3892753Z 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-01-24T01:27:57.3898710Z 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-01-24T01:27:57.3904966Z 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-01-24T01:27:57.3911092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3917742Z 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-01-24T01:27:57.3924111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3930135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3936488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3943448Z 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-01-24T01:27:57.3949574Z 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-01-24T01:27:57.3955774Z 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-01-24T01:27:57.3961821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.3967901Z 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-01-24T01:27:57.4018546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4024259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4030006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4036500Z 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-01-24T01:27:57.4043164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4049240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4055837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4061528Z 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-01-24T01:27:57.4067376Z 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-01-24T01:27:57.4073748Z 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-01-24T01:27:57.4079309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4085840Z 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-01-24T01:27:57.4091736Z 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-01-24T01:27:57.4097814Z 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-01-24T01:27:57.4104026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4109810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4116831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4123396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4130523Z 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-01-24T01:27:57.4137894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4145016Z 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-01-24T01:27:57.4152059Z 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-01-24T01:27:57.4159181Z 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-01-24T01:27:57.4165393Z 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-01-24T01:27:57.4172679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4177936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4184507Z 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-01-24T01:27:57.4190622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4196734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4202727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4208452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4214451Z 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-01-24T01:27:57.4220635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4226474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4232853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4238781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4245561Z 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-01-24T01:27:57.4252526Z 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-01-24T01:27:57.4260303Z 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-01-24T01:27:57.4267280Z 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-01-24T01:27:57.4274839Z 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-01-24T01:27:57.4281805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4288478Z 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-01-24T01:27:57.4295059Z 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-01-24T01:27:57.4301573Z 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-01-24T01:27:57.4307945Z 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-01-24T01:27:57.4315102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4320453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4326709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4334366Z 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-01-24T01:27:57.4340615Z 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-01-24T01:27:57.4346736Z 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-01-24T01:27:57.4353030Z 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-01-24T01:27:57.4359649Z 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-01-24T01:27:57.4365473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4371903Z 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-01-24T01:27:57.4378083Z 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-01-24T01:27:57.4384908Z 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-01-24T01:27:57.4390802Z 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-01-24T01:27:57.4396910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4403002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4408640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4414651Z 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-01-24T01:27:57.4420768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4426978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4432495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4438504Z 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-01-24T01:27:57.4444388Z 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-01-24T01:27:57.4450722Z 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-01-24T01:27:57.4456980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4463055Z 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-01-24T01:27:57.4468847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4474676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4480547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4486489Z 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-01-24T01:27:57.4492371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4498502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4504271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4509615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4515864Z 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-01-24T01:27:57.4521902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4527556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4534230Z 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-01-24T01:27:57.4540162Z 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-01-24T01:27:57.4546099Z 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-01-24T01:27:57.4551999Z 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-01-24T01:27:57.4557781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4563507Z 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-01-24T01:27:57.4569387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4575398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4581501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4587050Z 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-01-24T01:27:57.4593361Z 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-01-24T01:27:57.4598914Z 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-01-24T01:27:57.4604724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4610480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4617094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4623076Z 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-01-24T01:27:57.4629075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4635481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4641569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4647813Z 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-01-24T01:27:57.4653937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4660407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4669511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4676514Z 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-01-24T01:27:57.4684027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4692212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4699180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4706182Z 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-01-24T01:27:57.4712492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4718446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4724653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4730860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4737317Z 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-01-24T01:27:57.4744930Z 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-01-24T01:27:57.4752615Z 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-01-24T01:27:57.4792713Z 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-01-24T01:27:57.4799969Z 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-01-24T01:27:57.4807062Z 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-01-24T01:27:57.4814398Z 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-01-24T01:27:57.4839938Z 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-01-24T01:27:57.4846224Z 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-01-24T01:27:57.4852038Z 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-01-24T01:27:57.4858444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4864562Z 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-01-24T01:27:57.4872521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4879310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4884905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4891006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4898552Z 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-01-24T01:27:57.4904104Z 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-01-24T01:27:57.4910676Z 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-01-24T01:27:57.4916855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.4934863Z 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-01-24T01:27:57.4940935Z 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-01-24T01:27:57.4947050Z 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-01-24T01:27:57.4954229Z 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-01-24T01:27:57.4960224Z 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-01-24T01:27:57.4967865Z 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-01-24T01:27:57.4974392Z 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-01-24T01:27:57.4980636Z 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-01-24T01:27:57.4987507Z 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-01-24T01:27:57.4993957Z 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-01-24T01:27:57.4999951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5005840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5012155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5018595Z 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-01-24T01:27:57.5024525Z 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-01-24T01:27:57.5030865Z 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-01-24T01:27:57.5036925Z 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-01-24T01:27:57.5043055Z 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-01-24T01:27:57.5049350Z 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-01-24T01:27:57.5055771Z 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-01-24T01:27:57.5062135Z 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-01-24T01:27:57.5068133Z 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-01-24T01:27:57.5074557Z 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-01-24T01:27:57.5080701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5086592Z 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-01-24T01:27:57.5092729Z 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-01-24T01:27:57.5098756Z 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-01-24T01:27:57.5105362Z 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-01-24T01:27:57.5111087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5117499Z 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-01-24T01:27:57.5123939Z 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-01-24T01:27:57.5129961Z 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-01-24T01:27:57.5136795Z 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-01-24T01:27:57.5143235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5149494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5155683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5162160Z 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-01-24T01:27:57.5169019Z 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-01-24T01:27:57.5175014Z 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-01-24T01:27:57.5181892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5188200Z 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-01-24T01:27:57.5194567Z 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-01-24T01:27:57.5201041Z 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-01-24T01:27:57.5207150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5213851Z 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-01-24T01:27:57.5220229Z 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-01-24T01:27:57.5226379Z 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-01-24T01:27:57.5232577Z 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-01-24T01:27:57.5238937Z 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-01-24T01:27:57.5245130Z 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-01-24T01:27:57.5251785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5258413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5265208Z 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-01-24T01:27:57.5271747Z 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-01-24T01:27:57.5320939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5321915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5323192Z 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-01-24T01:27:57.5324383Z 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-01-24T01:27:57.5327064Z 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-01-24T01:27:57.5328097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5329120Z 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-01-24T01:27:57.5330521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5333285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5338661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5344325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5350962Z 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-01-24T01:27:57.5371925Z 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-01-24T01:27:57.5377986Z 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-01-24T01:27:57.5384011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5390036Z 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-01-24T01:27:57.5395949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5401891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5407532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5413684Z 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-01-24T01:27:57.5419578Z 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-01-24T01:27:57.5425820Z 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-01-24T01:27:57.5431987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5437854Z 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-01-24T01:27:57.5444431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5451455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5458270Z 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-01-24T01:27:57.5495715Z 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-01-24T01:27:57.5501880Z 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-01-24T01:27:57.5508016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5513638Z 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-01-24T01:27:57.5519581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5526745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5532779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5571626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5578983Z 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-01-24T01:27:57.5585550Z 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-01-24T01:27:57.5592257Z 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-01-24T01:27:57.5601028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5609272Z 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-01-24T01:27:57.5618170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5627017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5633678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5639649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5645718Z 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-01-24T01:27:57.5651754Z 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-01-24T01:27:57.5659065Z 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-01-24T01:27:57.5664911Z 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-01-24T01:27:57.5670665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5677538Z 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-01-24T01:27:57.5684347Z 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-01-24T01:27:57.5690328Z 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-01-24T01:27:57.5697042Z 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-01-24T01:27:57.5703418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5709184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5715545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5721746Z 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-01-24T01:27:57.5728188Z 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-01-24T01:27:57.5734144Z 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-01-24T01:27:57.5740262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5746350Z 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-01-24T01:27:57.5753246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5760265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5767561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5774051Z 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-01-24T01:27:57.5780425Z 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-01-24T01:27:57.5786527Z 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-01-24T01:27:57.5792832Z 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-01-24T01:27:57.5799144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5805400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5811897Z 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-01-24T01:27:57.5818356Z 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-01-24T01:27:57.5824719Z 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-01-24T01:27:57.5830542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5836283Z 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-01-24T01:27:57.5842417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5848132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5853970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5860146Z 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-01-24T01:27:57.5866347Z 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-01-24T01:27:57.5872535Z 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-01-24T01:27:57.5878445Z 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-01-24T01:27:57.5884352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5890208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.5896242Z 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-01-24T01:27:57.5903952Z 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-01-24T01:27:57.5910557Z 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-01-24T01:27:57.5917743Z 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-01-24T01:27:57.5923884Z 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-01-24T01:27:57.5929900Z 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-01-24T01:27:57.5936930Z 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-01-24T01:27:57.5943161Z 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-01-24T01:27:57.5949765Z 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-01-24T01:27:57.5956489Z 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-01-24T01:27:57.5963217Z 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-01-24T01:27:57.5969915Z 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-01-24T01:27:57.5976247Z 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-01-24T01:27:57.5982362Z 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-01-24T01:27:57.5988479Z 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-01-24T01:27:57.5994743Z 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-01-24T01:27:57.6001394Z 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-01-24T01:27:57.6008241Z 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-01-24T01:27:57.6014662Z 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-01-24T01:27:57.6020916Z 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-01-24T01:27:57.6027679Z 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-01-24T01:27:57.6033937Z 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-01-24T01:27:57.6040240Z 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-01-24T01:27:57.6046448Z 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-01-24T01:27:57.6052874Z 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-01-24T01:27:57.6059655Z 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-01-24T01:27:57.6066092Z 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-01-24T01:27:57.6072808Z 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-01-24T01:27:57.6079305Z 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-01-24T01:27:57.6085934Z 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-01-24T01:27:57.6092798Z 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-01-24T01:27:57.6099703Z 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-01-24T01:27:57.6105939Z 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-01-24T01:27:57.6112295Z 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-01-24T01:27:57.6118987Z 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-01-24T01:27:57.6125296Z 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-01-24T01:27:57.6132087Z 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-01-24T01:27:57.6138717Z 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-01-24T01:27:57.6145323Z 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-01-24T01:27:57.6152204Z 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-01-24T01:27:57.6158679Z 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-01-24T01:27:57.6165335Z 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-01-24T01:27:57.6171811Z 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-01-24T01:27:57.6178264Z 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-01-24T01:27:57.6185527Z 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-01-24T01:27:57.6192530Z 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-01-24T01:27:57.6199236Z 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-01-24T01:27:57.6205827Z 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-01-24T01:27:57.6212478Z 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-01-24T01:27:57.6220160Z 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-01-24T01:27:57.6226953Z 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-01-24T01:27:57.6233781Z 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-01-24T01:27:57.6271467Z 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-01-24T01:27:57.6280499Z 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-01-24T01:27:57.6285381Z 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-01-24T01:27:57.6291670Z 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-01-24T01:27:57.6300247Z 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-01-24T01:27:57.6305006Z 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-01-24T01:27:57.6311457Z 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-01-24T01:27:57.6317819Z 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-01-24T01:27:57.6324237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6330803Z 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-01-24T01:27:57.6336991Z 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-01-24T01:27:57.6343079Z 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-01-24T01:27:57.6349252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6354998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6361479Z 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-01-24T01:27:57.6367455Z 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-01-24T01:27:57.6373595Z 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-01-24T01:27:57.6379765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6385988Z 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-01-24T01:27:57.6392039Z 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-01-24T01:27:57.6398299Z 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-01-24T01:27:57.6404069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6410740Z 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-01-24T01:27:57.6416977Z 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-01-24T01:27:57.6423107Z 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-01-24T01:27:57.6429463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6436303Z 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-01-24T01:27:57.6442449Z 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-01-24T01:27:57.6448308Z 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-01-24T01:27:57.6455020Z 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-01-24T01:27:57.6461003Z 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-01-24T01:27:57.6467280Z 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-01-24T01:27:57.6473832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6479778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6487644Z 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-01-24T01:27:57.6493709Z 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-01-24T01:27:57.6499597Z 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-01-24T01:27:57.6505557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6511821Z 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-01-24T01:27:57.6541148Z 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-01-24T01:27:57.6546901Z 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-01-24T01:27:57.6553067Z 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-01-24T01:27:57.6559255Z 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-01-24T01:27:57.6565678Z 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-01-24T01:27:57.6572156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6578006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.6584323Z 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-01-24T01:27:57.7351316Z 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-01-24T01:27:57.7359280Z 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-01-24T01:27:57.7365750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7374010Z 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-01-24T01:27:57.7381032Z 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-01-24T01:27:57.7388218Z 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-01-24T01:27:57.7395476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7402240Z 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-01-24T01:27:57.7432690Z 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-01-24T01:27:57.7438584Z 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-01-24T01:27:57.7445241Z 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-01-24T01:27:57.7452805Z 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-01-24T01:27:57.7458923Z 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-01-24T01:27:57.7464891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7470990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7478035Z 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-01-24T01:27:57.7483737Z 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-01-24T01:27:57.7490006Z 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-01-24T01:27:57.7496066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7502293Z 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-01-24T01:27:57.7508214Z 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-01-24T01:27:57.7514154Z 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-01-24T01:27:57.7520631Z 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-01-24T01:27:57.7526462Z 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-01-24T01:27:57.7533256Z 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-01-24T01:27:57.7540481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7589985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7591117Z 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-01-24T01:27:57.7592358Z 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-01-24T01:27:57.7593427Z 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-01-24T01:27:57.7596155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7597291Z 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-01-24T01:27:57.7598436Z 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-01-24T01:27:57.7599448Z 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-01-24T01:27:57.7603143Z 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-01-24T01:27:57.7609309Z 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-01-24T01:27:57.7615715Z 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-01-24T01:27:57.7621996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7627829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7634154Z 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-01-24T01:27:57.7640193Z 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-01-24T01:27:57.7646331Z 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-01-24T01:27:57.7652432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7659350Z 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-01-24T01:27:57.7665722Z 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-01-24T01:27:57.7673070Z 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-01-24T01:27:57.7679081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7685418Z 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-01-24T01:27:57.7692479Z 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-01-24T01:27:57.7698811Z 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-01-24T01:27:57.7704966Z 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-01-24T01:27:57.7710976Z 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-01-24T01:27:57.7717267Z 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-01-24T01:27:57.7723453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7729834Z 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-01-24T01:27:57.7736186Z 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-01-24T01:27:57.7742348Z 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-01-24T01:27:57.7748686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7755219Z 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-01-24T01:27:57.7761246Z 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-01-24T01:27:57.7809557Z 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-01-24T01:27:57.7810600Z 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-01-24T01:27:57.7811683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7812635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7815208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7816294Z 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-01-24T01:27:57.7817390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7818344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7823919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7831164Z 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-01-24T01:27:57.7837391Z 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-01-24T01:27:57.7843771Z 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-01-24T01:27:57.7849950Z 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-01-24T01:27:57.7856070Z 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-01-24T01:27:57.7862419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7869176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7875199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7880935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7886784Z 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-01-24T01:27:57.7893003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7898607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7904582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7910681Z 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-01-24T01:27:57.7916576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7922398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7928714Z 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-01-24T01:27:57.7934836Z 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-01-24T01:27:57.7940816Z 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-01-24T01:27:57.7946873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7953043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7958725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7965294Z 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-01-24T01:27:57.7971551Z 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-01-24T01:27:57.7977514Z 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-01-24T01:27:57.7983537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.7989924Z 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-01-24T01:27:57.7995481Z 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-01-24T01:27:57.8001896Z 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-01-24T01:27:57.8008212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8014616Z 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-01-24T01:27:57.8020757Z 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-01-24T01:27:57.8026887Z 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-01-24T01:27:57.8033459Z 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-01-24T01:27:57.8039670Z 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-01-24T01:27:57.8046006Z 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-01-24T01:27:57.8052254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8058113Z 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-01-24T01:27:57.8064326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8070879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8077406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8083814Z 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-01-24T01:27:57.8090417Z 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-01-24T01:27:57.8097394Z 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-01-24T01:27:57.8103691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8109781Z 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-01-24T01:27:57.8116455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8123125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8159061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8165766Z 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-01-24T01:27:57.8172308Z 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-01-24T01:27:57.8179050Z 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-01-24T01:27:57.8185539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8213405Z 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-01-24T01:27:57.8219409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8225355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8231313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8237502Z 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-01-24T01:27:57.8243589Z 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-01-24T01:27:57.8249339Z 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-01-24T01:27:57.8255503Z 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-01-24T01:27:57.8261773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8291265Z 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-01-24T01:27:57.8292284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8293244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8294170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8295150Z 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-01-24T01:27:57.8301481Z 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-01-24T01:27:57.8308443Z 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-01-24T01:27:57.8314948Z 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-01-24T01:27:57.8321315Z 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-01-24T01:27:57.8327816Z 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-01-24T01:27:57.8334173Z 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-01-24T01:27:57.8340659Z 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-01-24T01:27:57.8347239Z 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-01-24T01:27:57.8354410Z 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-01-24T01:27:57.8360153Z 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-01-24T01:27:57.8366345Z 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-01-24T01:27:57.8373332Z 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-01-24T01:27:57.8380022Z 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-01-24T01:27:57.8386256Z 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-01-24T01:27:57.8392360Z 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-01-24T01:27:57.8398391Z 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-01-24T01:27:57.8404972Z 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-01-24T01:27:57.8411545Z 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-01-24T01:27:57.8417805Z 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-01-24T01:27:57.8424484Z 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-01-24T01:27:57.8431572Z 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-01-24T01:27:57.8437911Z 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-01-24T01:27:57.8443961Z 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-01-24T01:27:57.8450356Z 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-01-24T01:27:57.8458091Z 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-01-24T01:27:57.8464209Z 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-01-24T01:27:57.8470504Z 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-01-24T01:27:57.8476950Z 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-01-24T01:27:57.8483200Z 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-01-24T01:27:57.8489019Z 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-01-24T01:27:57.8495239Z 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-01-24T01:27:57.8501330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8507038Z 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-01-24T01:27:57.8513449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8519015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8524952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8530755Z 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-01-24T01:27:57.8536983Z 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-01-24T01:27:57.8543105Z 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-01-24T01:27:57.8549509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8587854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8593988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8600433Z 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-01-24T01:27:57.8606711Z 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-01-24T01:27:57.8613005Z 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-01-24T01:27:57.8619189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8625213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8631918Z 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-01-24T01:27:57.8637981Z 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-01-24T01:27:57.8644168Z 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-01-24T01:27:57.8650303Z 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-01-24T01:27:57.8656583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8662802Z 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-01-24T01:27:57.8669575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8676267Z 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-01-24T01:27:57.8682164Z 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-01-24T01:27:57.8688377Z 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-01-24T01:27:57.8694722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8700739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8707545Z 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-01-24T01:27:57.8713728Z 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-01-24T01:27:57.8720440Z 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-01-24T01:27:57.8726794Z 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-01-24T01:27:57.8732877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8738951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8745308Z 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-01-24T01:27:57.8751870Z 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-01-24T01:27:57.8758153Z 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-01-24T01:27:57.8764826Z 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-01-24T01:27:57.8771631Z 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-01-24T01:27:57.8778917Z 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-01-24T01:27:57.8786041Z 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-01-24T01:27:57.8792415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8798703Z 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-01-24T01:27:57.8805107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8811481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8817786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8824362Z 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-01-24T01:27:57.8830369Z 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-01-24T01:27:57.8836405Z 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-01-24T01:27:57.8842450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8848019Z 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-01-24T01:27:57.8854393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8860310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8866122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8872009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8878048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8884494Z 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-01-24T01:27:57.8890173Z 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-01-24T01:27:57.8896997Z 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-01-24T01:27:57.8903431Z 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-01-24T01:27:57.8909704Z 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-01-24T01:27:57.8916583Z 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-01-24T01:27:57.8922677Z 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-01-24T01:27:57.8929782Z 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-01-24T01:27:57.8936248Z 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-01-24T01:27:57.8942716Z 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-01-24T01:27:57.8990961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.8997010Z 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-01-24T01:27:57.9003796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9009659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9015837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9022425Z 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-01-24T01:27:57.9028097Z 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-01-24T01:27:57.9034162Z 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-01-24T01:27:57.9040089Z 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-01-24T01:27:57.9046054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9052419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9058622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9064299Z 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-01-24T01:27:57.9070401Z 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-01-24T01:27:57.9096891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9102866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9109199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9115498Z 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-01-24T01:27:57.9121522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9127714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9134345Z 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-01-24T01:27:57.9140397Z 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-01-24T01:27:57.9146494Z 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-01-24T01:27:57.9152883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9158637Z 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-01-24T01:27:57.9164799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9170798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9177513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9183385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9189480Z 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-01-24T01:27:57.9195655Z 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-01-24T01:27:57.9201752Z 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-01-24T01:27:57.9208257Z 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-01-24T01:27:57.9214805Z 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-01-24T01:27:57.9221262Z 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-01-24T01:27:57.9227406Z 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-01-24T01:27:57.9233959Z 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-01-24T01:27:57.9240176Z 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-01-24T01:27:57.9246275Z 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-01-24T01:27:57.9253344Z 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-01-24T01:27:57.9259229Z 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-01-24T01:27:57.9265418Z 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-01-24T01:27:57.9271982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9279002Z 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-01-24T01:27:57.9285898Z 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-01-24T01:27:57.9292654Z 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-01-24T01:27:57.9298904Z 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-01-24T01:27:57.9305083Z 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-01-24T01:27:57.9311424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9317276Z 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-01-24T01:27:57.9323430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9329423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9335550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9341675Z 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-01-24T01:27:57.9347572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9353455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9359354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9365547Z 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-01-24T01:27:57.9371748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9378242Z 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-01-24T01:27:57.9384080Z 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-01-24T01:27:57.9390037Z 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-01-24T01:27:57.9396056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9402270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9408257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9414428Z 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-01-24T01:27:57.9420649Z 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-01-24T01:27:57.9426743Z 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-01-24T01:27:57.9433251Z 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-01-24T01:27:57.9439326Z 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-01-24T01:27:57.9445476Z 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-01-24T01:27:57.9451838Z 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-01-24T01:27:57.9458196Z 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-01-24T01:27:57.9464659Z 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-01-24T01:27:57.9470787Z 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-01-24T01:27:57.9476942Z 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-01-24T01:27:57.9483170Z 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-01-24T01:27:57.9489276Z 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-01-24T01:27:57.9495541Z 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-01-24T01:27:57.9501882Z 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-01-24T01:27:57.9508645Z 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-01-24T01:27:57.9514793Z 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-01-24T01:27:57.9520969Z 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-01-24T01:27:57.9527402Z 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-01-24T01:27:57.9534098Z 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-01-24T01:27:57.9540228Z 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-01-24T01:27:57.9546868Z 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-01-24T01:27:57.9553411Z 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-01-24T01:27:57.9559631Z 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-01-24T01:27:57.9566186Z 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-01-24T01:27:57.9572700Z 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-01-24T01:27:57.9579132Z 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-01-24T01:27:57.9585693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9592137Z 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-01-24T01:27:57.9598302Z 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-01-24T01:27:57.9604536Z 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-01-24T01:27:57.9611783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9617845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9624015Z 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-01-24T01:27:57.9631935Z 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-01-24T01:27:57.9637951Z 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-01-24T01:27:57.9644313Z 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-01-24T01:27:57.9658476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9662449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9713308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9736426Z 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-01-24T01:27:57.9742383Z 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-01-24T01:27:57.9748749Z 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-01-24T01:27:57.9754668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9760930Z 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-01-24T01:27:57.9766789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9772656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9778625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9785104Z 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-01-24T01:27:57.9791339Z 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-01-24T01:27:57.9797823Z 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-01-24T01:27:57.9803850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9810134Z 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-01-24T01:27:57.9816089Z 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-01-24T01:27:57.9822313Z 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-01-24T01:27:57.9828386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9834377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9840889Z 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-01-24T01:27:57.9847243Z 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-01-24T01:27:57.9853332Z 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-01-24T01:27:57.9859312Z 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-01-24T01:27:57.9866317Z 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-01-24T01:27:57.9872799Z 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-01-24T01:27:57.9879493Z 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-01-24T01:27:57.9887249Z 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-01-24T01:27:57.9923819Z 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-01-24T01:27:57.9924900Z 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-01-24T01:27:57.9925961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9927005Z 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-01-24T01:27:57.9929265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9930281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9935559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9979793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:57.9981309Z 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-01-24T01:27:57.9982727Z 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-01-24T01:27:57.9983895Z 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-01-24T01:27:57.9985010Z 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-01-24T01:27:57.9986139Z 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-01-24T01:27:57.9987351Z 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-01-24T01:27:57.9988509Z 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-01-24T01:27:57.9993194Z 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-01-24T01:27:57.9999271Z 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-01-24T01:27:58.0005362Z 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-01-24T01:27:58.0011816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0018326Z 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-01-24T01:27:58.0024567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0030867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0036867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0042978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0049490Z 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-01-24T01:27:58.0055836Z 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-01-24T01:27:58.0061899Z 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-01-24T01:27:58.0067944Z 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-01-24T01:27:58.0073983Z 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-01-24T01:27:58.0080207Z 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-01-24T01:27:58.0086485Z 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-01-24T01:27:58.0092776Z 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-01-24T01:27:58.0099315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0105695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0111868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0117761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0124520Z 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-01-24T01:27:58.0130809Z 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-01-24T01:27:58.0137461Z 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-01-24T01:27:58.0144090Z 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-01-24T01:27:58.0150463Z 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-01-24T01:27:58.0156995Z 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-01-24T01:27:58.0162833Z 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-01-24T01:27:58.0169219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0177697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0181419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0187612Z 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-01-24T01:27:58.0219786Z 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-01-24T01:27:58.0225935Z 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-01-24T01:27:58.0232230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0238750Z 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-01-24T01:27:58.0245518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0252570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0259663Z 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-01-24T01:27:58.0267128Z 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-01-24T01:27:58.0273382Z 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-01-24T01:27:58.0280390Z 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-01-24T01:27:58.0319257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0324833Z 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-01-24T01:27:58.0331016Z 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-01-24T01:27:58.0337319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0343395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0349546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0355746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0362237Z 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-01-24T01:27:58.0368396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0374627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0380728Z 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-01-24T01:27:58.0386855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0393126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0399088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0404957Z 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-01-24T01:27:58.0411392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0417436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0423884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0429844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0435945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0442792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0449156Z 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-01-24T01:27:58.0455776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0497972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0504919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0512126Z 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-01-24T01:27:58.0519760Z 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-01-24T01:27:58.0526504Z 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-01-24T01:27:58.0532979Z 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-01-24T01:27:58.0540203Z 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-01-24T01:27:58.0547056Z 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-01-24T01:27:58.0553062Z 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-01-24T01:27:58.0558650Z 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-01-24T01:27:58.0565437Z 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-01-24T01:27:58.0571306Z 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-01-24T01:27:58.0577484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0583691Z 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-01-24T01:27:58.0589753Z 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-01-24T01:27:58.0596729Z 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-01-24T01:27:58.0603156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0609044Z 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-01-24T01:27:58.0615274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0621338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0627692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0633717Z 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-01-24T01:27:58.0639657Z 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-01-24T01:27:58.0645912Z 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-01-24T01:27:58.0652015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0657734Z 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-01-24T01:27:58.0663992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0669705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0675502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0681214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0687532Z 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-01-24T01:27:58.0693722Z 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-01-24T01:27:58.0699977Z 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-01-24T01:27:58.0706403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0712626Z 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-01-24T01:27:58.0718793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0725079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0731522Z 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-01-24T01:27:58.0737970Z 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-01-24T01:27:58.0744357Z 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-01-24T01:27:58.0750442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0756682Z 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-01-24T01:27:58.0762779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0768803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0775046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0781160Z 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-01-24T01:27:58.0787352Z 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-01-24T01:27:58.0793765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0799897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0805921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0811809Z 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-01-24T01:27:58.0818072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0823655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.0829794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.1806345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.1815091Z 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-01-24T01:27:58.1822807Z 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-01-24T01:27:58.1830539Z 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-01-24T01:27:58.1836662Z 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-01-24T01:27:58.1843169Z 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-01-24T01:27:58.1851679Z 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-01-24T01:27:58.1858341Z 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-01-24T01:27:58.1864548Z 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-01-24T01:27:58.1870842Z 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-01-24T01:27:58.1877156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.1910391Z 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-01-24T01:27:58.1917723Z 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-01-24T01:27:58.1924326Z 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-01-24T01:27:58.1930382Z 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-01-24T01:27:58.1936561Z 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-01-24T01:27:58.1943050Z 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-01-24T01:27:58.1948917Z 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-01-24T01:27:58.1955220Z 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-01-24T01:27:58.1961366Z 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-01-24T01:27:58.1967860Z 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-01-24T01:27:58.1974164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.1980241Z 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-01-24T01:27:58.1986853Z 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-01-24T01:27:58.1992497Z 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-01-24T01:27:58.1999017Z 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-01-24T01:27:58.2005021Z 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-01-24T01:27:58.2011065Z 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-01-24T01:27:58.2017215Z 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-01-24T01:27:58.2025008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2031000Z 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-01-24T01:27:58.2036962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2043064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2049521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2056105Z 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-01-24T01:27:58.2061919Z 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-01-24T01:27:58.2067824Z 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-01-24T01:27:58.2073892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2080407Z 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-01-24T01:27:58.2087786Z 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-01-24T01:27:58.2093997Z 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-01-24T01:27:58.2100060Z 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-01-24T01:27:58.2106408Z 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-01-24T01:27:58.2112241Z 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-01-24T01:27:58.2118312Z 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-01-24T01:27:58.2127391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2130524Z 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-01-24T01:27:58.2137324Z 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-01-24T01:27:58.2143913Z 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-01-24T01:27:58.2150275Z 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-01-24T01:27:58.2156854Z 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-01-24T01:27:58.2163809Z 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-01-24T01:27:58.2175040Z 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-01-24T01:27:58.2181619Z 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-01-24T01:27:58.2188412Z 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-01-24T01:27:58.2195176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2201302Z 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-01-24T01:27:58.2207783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2215280Z 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-01-24T01:27:58.2222015Z 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-01-24T01:27:58.2229008Z 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-01-24T01:27:58.2235360Z 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-01-24T01:27:58.2241293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2247130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2253530Z 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-01-24T01:27:58.2259865Z 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-01-24T01:27:58.2266112Z 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-01-24T01:27:58.2272205Z 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-01-24T01:27:58.2278056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2284035Z 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-01-24T01:27:58.2295167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2301311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2307630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2314126Z 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-01-24T01:27:58.2320036Z 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-01-24T01:27:58.2325956Z 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-01-24T01:27:58.2332531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2338265Z 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-01-24T01:27:58.2344121Z 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-01-24T01:27:58.2350098Z 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-01-24T01:27:58.2356481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2362695Z 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-01-24T01:27:58.2368482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2374274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2380988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2387059Z 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-01-24T01:27:58.2392963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2398597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2405174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2410623Z 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-01-24T01:27:58.2416692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2422376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2428219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2434425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2440328Z 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-01-24T01:27:58.2446871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2454225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2460571Z 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-01-24T01:27:58.2466858Z 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-01-24T01:27:58.2472691Z 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-01-24T01:27:58.2478833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2484800Z 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-01-24T01:27:58.2490688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2496718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2502713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2508964Z 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-01-24T01:27:58.2514851Z 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-01-24T01:27:58.2520730Z 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-01-24T01:27:58.2526672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2532840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2540338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2547026Z 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-01-24T01:27:58.2553471Z 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-01-24T01:27:58.2560349Z 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-01-24T01:27:58.2566480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2572522Z 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-01-24T01:27:58.2579588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2585830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2622197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2629256Z 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-01-24T01:27:58.2636007Z 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-01-24T01:27:58.2642575Z 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-01-24T01:27:58.2649752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2656070Z 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-01-24T01:27:58.2662277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2668702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2674489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2680421Z 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-01-24T01:27:58.2686936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2693046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2699256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2705289Z 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-01-24T01:27:58.2711298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2717462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2724856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2730743Z 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-01-24T01:27:58.2736490Z 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-01-24T01:27:58.2742425Z 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-01-24T01:27:58.2748686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2755155Z 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-01-24T01:27:58.2761003Z 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-01-24T01:27:58.2767591Z 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-01-24T01:27:58.2773947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2779884Z 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-01-24T01:27:58.2785826Z 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-01-24T01:27:58.2791950Z 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-01-24T01:27:58.2798973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2806090Z 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-01-24T01:27:58.2812672Z 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-01-24T01:27:58.2819047Z 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-01-24T01:27:58.2826295Z 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-01-24T01:27:58.2834023Z 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-01-24T01:27:58.2840309Z 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-01-24T01:27:58.2846261Z 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-01-24T01:27:58.2852924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2859657Z 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-01-24T01:27:58.2866059Z 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-01-24T01:27:58.2872452Z 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-01-24T01:27:58.2878740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2884573Z 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-01-24T01:27:58.2890787Z 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-01-24T01:27:58.2896584Z 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-01-24T01:27:58.2902595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2908391Z 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-01-24T01:27:58.2914193Z 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-01-24T01:27:58.2919974Z 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-01-24T01:27:58.2926107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2932738Z 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-01-24T01:27:58.2938586Z 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-01-24T01:27:58.2944442Z 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-01-24T01:27:58.2950896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.2956890Z 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-01-24T01:27:58.2962821Z 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-01-24T01:27:58.2968696Z 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-01-24T01:27:58.2975403Z 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-01-24T01:27:58.2981487Z 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-01-24T01:27:58.2987361Z 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-01-24T01:27:58.2993315Z 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-01-24T01:27:58.2999609Z 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-01-24T01:27:58.3005344Z 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-01-24T01:27:58.3012242Z 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-01-24T01:27:58.3018537Z 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-01-24T01:27:58.3024578Z 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-01-24T01:27:58.3030535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3036741Z 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-01-24T01:27:58.3042768Z 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-01-24T01:27:58.3048501Z 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-01-24T01:27:58.3054781Z 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-01-24T01:27:58.3061458Z 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-01-24T01:27:58.3067653Z 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-01-24T01:27:58.3073454Z 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-01-24T01:27:58.3079494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3085250Z 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-01-24T01:27:58.3091233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3097032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3103177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3109851Z 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-01-24T01:27:58.3116228Z 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-01-24T01:27:58.3122413Z 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-01-24T01:27:58.3128205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3134299Z 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-01-24T01:27:58.3140075Z 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-01-24T01:27:58.3145793Z 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-01-24T01:27:58.3151942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3158127Z 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-01-24T01:27:58.3163996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3170105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3176042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3181883Z 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-01-24T01:27:58.3188467Z 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-01-24T01:27:58.3194402Z 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-01-24T01:27:58.3200498Z 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-01-24T01:27:58.3206486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3212807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3219067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3225338Z 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-01-24T01:27:58.3231646Z 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-01-24T01:27:58.3237835Z 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-01-24T01:27:58.3244280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3250929Z 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-01-24T01:27:58.3257105Z 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-01-24T01:27:58.3263315Z 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-01-24T01:27:58.3269479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3275718Z 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-01-24T01:27:58.3281573Z 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-01-24T01:27:58.3287997Z 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-01-24T01:27:58.3294440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3301274Z 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-01-24T01:27:58.3308806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3315822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3321637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3330136Z 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-01-24T01:27:58.3337578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3345031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3351576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3357848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3393790Z 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-01-24T01:27:58.3401806Z 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-01-24T01:27:58.3409201Z 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-01-24T01:27:58.3416206Z 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-01-24T01:27:58.3425577Z 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-01-24T01:27:58.3433340Z 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-01-24T01:27:58.3439197Z 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-01-24T01:27:58.3445398Z 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-01-24T01:27:58.3452371Z 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-01-24T01:27:58.3458401Z 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-01-24T01:27:58.3464670Z 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-01-24T01:27:58.3491069Z 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-01-24T01:27:58.3497401Z 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-01-24T01:27:58.3503529Z 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-01-24T01:27:58.3509795Z 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-01-24T01:27:58.3523079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3529249Z 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-01-24T01:27:58.3535321Z 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-01-24T01:27:58.3541377Z 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-01-24T01:27:58.3547514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3553389Z 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-01-24T01:27:58.3559368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3565725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3571934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3577686Z 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-01-24T01:27:58.3583468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3589791Z 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-01-24T01:27:58.3595596Z 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-01-24T01:27:58.3601534Z 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-01-24T01:27:58.3607969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3614863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3621691Z 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-01-24T01:27:58.3629559Z 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-01-24T01:27:58.3635864Z 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-01-24T01:27:58.3641712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3647480Z 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-01-24T01:27:58.3653465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3659691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3665632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3671957Z 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-01-24T01:27:58.3678103Z 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-01-24T01:27:58.3684380Z 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-01-24T01:27:58.3690864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3696883Z 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-01-24T01:27:58.3703020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3709088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3715309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3721597Z 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-01-24T01:27:58.3728355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3734873Z 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-01-24T01:27:58.3741615Z 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-01-24T01:27:58.3747789Z 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-01-24T01:27:58.3754300Z 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-01-24T01:27:58.3760540Z 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-01-24T01:27:58.3767025Z 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-01-24T01:27:58.3774128Z 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-01-24T01:27:58.3780516Z 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-01-24T01:27:58.3786704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3792525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3798432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3805509Z 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-01-24T01:27:58.3811642Z 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-01-24T01:27:58.3833681Z 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-01-24T01:27:58.3835033Z 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-01-24T01:27:58.3836172Z 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-01-24T01:27:58.3840119Z 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-01-24T01:27:58.3846842Z 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-01-24T01:27:58.3854191Z 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-01-24T01:27:58.3860303Z 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-01-24T01:27:58.3866384Z 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-01-24T01:27:58.3872831Z 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-01-24T01:27:58.3878962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3885707Z 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-01-24T01:27:58.3892228Z 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-01-24T01:27:58.3898206Z 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-01-24T01:27:58.3904548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3910765Z 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-01-24T01:27:58.3917339Z 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-01-24T01:27:58.3923380Z 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-01-24T01:27:58.3929681Z 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-01-24T01:27:58.3936053Z 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-01-24T01:27:58.3942075Z 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-01-24T01:27:58.3948652Z 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-01-24T01:27:58.3955244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3961973Z 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-01-24T01:27:58.3968043Z 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-01-24T01:27:58.3974133Z 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-01-24T01:27:58.3980578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.3987031Z 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-01-24T01:27:58.3993072Z 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-01-24T01:27:58.3998956Z 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-01-24T01:27:58.4005021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4011209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4018876Z 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-01-24T01:27:58.4024927Z 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-01-24T01:27:58.4031062Z 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-01-24T01:27:58.4038092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4044236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4051980Z 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-01-24T01:27:58.4059256Z 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-01-24T01:27:58.4094844Z 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-01-24T01:27:58.4101465Z 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-01-24T01:27:58.4108034Z 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-01-24T01:27:58.4114817Z 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-01-24T01:27:58.4121286Z 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-01-24T01:27:58.4126969Z 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-01-24T01:27:58.4133405Z 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-01-24T01:27:58.4139710Z 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-01-24T01:27:58.4145903Z 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-01-24T01:27:58.4152095Z 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-01-24T01:27:58.4158406Z 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-01-24T01:27:58.4165083Z 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-01-24T01:27:58.4171698Z 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-01-24T01:27:58.4177893Z 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-01-24T01:27:58.4184044Z 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-01-24T01:27:58.4190049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4196857Z 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-01-24T01:27:58.4202971Z 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-01-24T01:27:58.4209454Z 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-01-24T01:27:58.4215776Z 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-01-24T01:27:58.4222287Z 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-01-24T01:27:58.4228351Z 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-01-24T01:27:58.4234574Z 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-01-24T01:27:58.4240956Z 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-01-24T01:27:58.4247281Z 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-01-24T01:27:58.4253627Z 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-01-24T01:27:58.4259663Z 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-01-24T01:27:58.4265909Z 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-01-24T01:27:58.4272513Z 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-01-24T01:27:58.4278691Z 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-01-24T01:27:58.4285763Z 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-01-24T01:27:58.4292249Z 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-01-24T01:27:58.4298719Z 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-01-24T01:27:58.4304969Z 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-01-24T01:27:58.4312446Z 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-01-24T01:27:58.4321565Z 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-01-24T01:27:58.4329132Z 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-01-24T01:27:58.4336524Z 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-01-24T01:27:58.4343839Z 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-01-24T01:27:58.4350333Z 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-01-24T01:27:58.4357266Z 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-01-24T01:27:58.4363539Z 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-01-24T01:27:58.4370298Z 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-01-24T01:27:58.4376814Z 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-01-24T01:27:58.4383600Z 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-01-24T01:27:58.4389969Z 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-01-24T01:27:58.4396403Z 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-01-24T01:27:58.4402534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4408857Z 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-01-24T01:27:58.4415236Z 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-01-24T01:27:58.4423322Z 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-01-24T01:27:58.4428123Z 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-01-24T01:27:58.4434451Z 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-01-24T01:27:58.4440289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4446867Z 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-01-24T01:27:58.4452979Z 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-01-24T01:27:58.4459988Z 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-01-24T01:27:58.4465713Z 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-01-24T01:27:58.4472555Z 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-01-24T01:27:58.4478619Z 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-01-24T01:27:58.4485246Z 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-01-24T01:27:58.4491304Z 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-01-24T01:27:58.4497744Z 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-01-24T01:27:58.4503992Z 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-01-24T01:27:58.4510467Z 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-01-24T01:27:58.4516474Z 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-01-24T01:27:58.4522504Z 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-01-24T01:27:58.4528585Z 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-01-24T01:27:58.4535062Z 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-01-24T01:27:58.4541214Z 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-01-24T01:27:58.4547879Z 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-01-24T01:27:58.4553805Z 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-01-24T01:27:58.4559985Z 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-01-24T01:27:58.4566277Z 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-01-24T01:27:58.4573250Z 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-01-24T01:27:58.4579088Z 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-01-24T01:27:58.4585680Z 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-01-24T01:27:58.4591674Z 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-01-24T01:27:58.4597784Z 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-01-24T01:27:58.4604232Z 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-01-24T01:27:58.4610635Z 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-01-24T01:27:58.4617299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4624116Z 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-01-24T01:27:58.4629964Z 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-01-24T01:27:58.4636299Z 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-01-24T01:27:58.4649717Z 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-01-24T01:27:58.4656487Z 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-01-24T01:27:58.4670639Z 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-01-24T01:27:58.4677779Z 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-01-24T01:27:58.4684628Z 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-01-24T01:27:58.4690904Z 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-01-24T01:27:58.4697107Z 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-01-24T01:27:58.4704534Z 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-01-24T01:27:58.4711259Z 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-01-24T01:27:58.4717371Z 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-01-24T01:27:58.4724036Z 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-01-24T01:27:58.4731900Z 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-01-24T01:27:58.4739188Z 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-01-24T01:27:58.4745695Z 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-01-24T01:27:58.4782224Z 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-01-24T01:27:58.4788830Z 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-01-24T01:27:58.4795249Z 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-01-24T01:27:58.4802057Z 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-01-24T01:27:58.4808347Z 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-01-24T01:27:58.4815023Z 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-01-24T01:27:58.4821636Z 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-01-24T01:27:58.4827385Z 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-01-24T01:27:58.4833387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4839765Z 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-01-24T01:27:58.4846021Z 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-01-24T01:27:58.4852173Z 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-01-24T01:27:58.4858224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4865137Z 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-01-24T01:27:58.4871434Z 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-01-24T01:27:58.4877736Z 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-01-24T01:27:58.4883852Z 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-01-24T01:27:58.4891534Z 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-01-24T01:27:58.4898563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4905967Z 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-01-24T01:27:58.4912296Z 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-01-24T01:27:58.4918735Z 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-01-24T01:27:58.4924979Z 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-01-24T01:27:58.4932441Z 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-01-24T01:27:58.4939143Z 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-01-24T01:27:58.4945890Z 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-01-24T01:27:58.4952982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4959764Z 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-01-24T01:27:58.4965975Z 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-01-24T01:27:58.4972189Z 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-01-24T01:27:58.4978829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.4985228Z 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-01-24T01:27:58.4991671Z 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-01-24T01:27:58.4998262Z 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-01-24T01:27:58.5005247Z 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-01-24T01:27:58.5011737Z 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-01-24T01:27:58.5018080Z 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-01-24T01:27:58.5023987Z 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-01-24T01:27:58.5030165Z 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-01-24T01:27:58.5037005Z 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-01-24T01:27:58.5044207Z 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-01-24T01:27:58.5050378Z 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-01-24T01:27:58.5056986Z 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-01-24T01:27:58.5063236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5069370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5075780Z 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-01-24T01:27:58.5082034Z 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-01-24T01:27:58.5088707Z 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-01-24T01:27:58.5094977Z 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-01-24T01:27:58.5101051Z 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-01-24T01:27:58.5107812Z 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-01-24T01:27:58.5113677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5120325Z 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-01-24T01:27:58.5126557Z 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-01-24T01:27:58.5132633Z 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-01-24T01:27:58.5138725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5145079Z 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-01-24T01:27:58.5151994Z 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-01-24T01:27:58.5158065Z 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-01-24T01:27:58.5164440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5171286Z 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-01-24T01:27:58.5177656Z 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-01-24T01:27:58.5980157Z 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-01-24T01:27:58.5986302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.5992858Z 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-01-24T01:27:58.8556754Z 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-01-24T01:27:58.8562604Z 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-01-24T01:27:58.8568887Z 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-01-24T01:27:58.8575841Z 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-01-24T01:27:58.8582227Z 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-01-24T01:27:58.8589826Z 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-01-24T01:27:58.8596526Z 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-01-24T01:27:58.8602909Z 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-01-24T01:27:58.8609455Z 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-01-24T01:27:58.8615864Z 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-01-24T01:27:58.8622766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8628470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8634634Z 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-01-24T01:27:58.8640731Z 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-01-24T01:27:58.8646718Z 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-01-24T01:27:58.8653482Z 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-01-24T01:27:58.8659810Z 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-01-24T01:27:58.8665875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8672111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8678230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8684401Z 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-01-24T01:27:58.8691306Z 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-01-24T01:27:58.8697827Z 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-01-24T01:27:58.8703817Z 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-01-24T01:27:58.8709896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8716314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8722504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8728171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8734366Z 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-01-24T01:27:58.8740466Z 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-01-24T01:27:58.8746561Z 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-01-24T01:27:58.8752561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8758534Z 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-01-24T01:27:58.8764731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8770748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8776858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8782980Z 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-01-24T01:27:58.8789373Z 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-01-24T01:27:58.8795510Z 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-01-24T01:27:58.8801488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8807372Z 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-01-24T01:27:58.8813610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8819912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8826158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8832286Z 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-01-24T01:27:58.8839109Z 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-01-24T01:27:58.8845463Z 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-01-24T01:27:58.8851415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8857273Z 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-01-24T01:27:58.8863316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8869257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8875095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8881085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8888223Z 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-01-24T01:27:58.8895707Z 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-01-24T01:27:58.8920532Z 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-01-24T01:27:58.8921851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8923109Z 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-01-24T01:27:58.8925960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8933023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8940049Z 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-01-24T01:27:58.8952319Z 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-01-24T01:27:58.8954926Z 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-01-24T01:27:58.8962706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8969333Z 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-01-24T01:27:58.8976467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8982763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8988652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.8995153Z 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-01-24T01:27:58.9001334Z 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-01-24T01:27:58.9007176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9013752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9020170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9026168Z 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-01-24T01:27:58.9031960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9037705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9043914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9050120Z 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-01-24T01:27:58.9060258Z 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-01-24T01:27:58.9062530Z 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-01-24T01:27:58.9068766Z 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-01-24T01:27:58.9074878Z 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-01-24T01:27:58.9080980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9087351Z 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-01-24T01:27:58.9093814Z 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-01-24T01:27:58.9099746Z 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-01-24T01:27:58.9106379Z 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-01-24T01:27:58.9112420Z 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-01-24T01:27:58.9118771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9125015Z 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-01-24T01:27:58.9131011Z 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-01-24T01:27:58.9137518Z 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-01-24T01:27:58.9143823Z 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-01-24T01:27:58.9150176Z 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-01-24T01:27:58.9156436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9163012Z 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-01-24T01:27:58.9168972Z 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-01-24T01:27:58.9175411Z 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-01-24T01:27:58.9182297Z 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-01-24T01:27:58.9188490Z 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-01-24T01:27:58.9194755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9201006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9208499Z 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-01-24T01:27:58.9214837Z 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-01-24T01:27:58.9221111Z 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-01-24T01:27:58.9227237Z 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-01-24T01:27:58.9233900Z 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-01-24T01:27:58.9240158Z 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-01-24T01:27:58.9246314Z 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-01-24T01:27:58.9252842Z 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-01-24T01:27:58.9259077Z 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-01-24T01:27:58.9264978Z 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-01-24T01:27:58.9280688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9287127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9293282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9299442Z 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-01-24T01:27:58.9306094Z 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-01-24T01:27:58.9312234Z 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-01-24T01:27:58.9318224Z 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-01-24T01:27:58.9324574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9331414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9338022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9344805Z 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-01-24T01:27:58.9351120Z 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-01-24T01:27:58.9357334Z 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-01-24T01:27:58.9363537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9369800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9377572Z 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-01-24T01:27:58.9383503Z 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-01-24T01:27:58.9389424Z 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-01-24T01:27:58.9395318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9400915Z 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-01-24T01:27:58.9406884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9412965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9419729Z 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-01-24T01:27:58.9426530Z 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-01-24T01:27:58.9432412Z 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-01-24T01:27:58.9438379Z 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-01-24T01:27:58.9445742Z 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-01-24T01:27:58.9452892Z 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-01-24T01:27:58.9459566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9466299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9474109Z 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-01-24T01:27:58.9481307Z 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-01-24T01:27:58.9488540Z 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-01-24T01:27:58.9495155Z 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-01-24T01:27:58.9502117Z 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-01-24T01:27:58.9508957Z 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-01-24T01:27:58.9515247Z 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-01-24T01:27:58.9523025Z 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-01-24T01:27:58.9529440Z 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-01-24T01:27:58.9535984Z 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-01-24T01:27:58.9555723Z 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-01-24T01:27:58.9657078Z 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-01-24T01:27:58.9663229Z 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-01-24T01:27:58.9669865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9676313Z 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-01-24T01:27:58.9684164Z 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-01-24T01:27:58.9691301Z 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-01-24T01:27:58.9698629Z 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-01-24T01:27:58.9705153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9712448Z 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-01-24T01:27:58.9720090Z 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-01-24T01:27:58.9727641Z 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-01-24T01:27:58.9734512Z 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-01-24T01:27:58.9740827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9747754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9754736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9761810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9769449Z 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-01-24T01:27:58.9776599Z 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-01-24T01:27:58.9783580Z 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-01-24T01:27:58.9790611Z 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-01-24T01:27:58.9796934Z 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-01-24T01:27:58.9803548Z 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-01-24T01:27:58.9810264Z 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-01-24T01:27:58.9816559Z 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-01-24T01:27:58.9822905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9829824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9835528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9841893Z 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-01-24T01:27:58.9849511Z 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-01-24T01:27:58.9856037Z 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-01-24T01:27:58.9863117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9871375Z 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-01-24T01:27:58.9877379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9884451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9890947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9898829Z 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-01-24T01:27:58.9905107Z 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-01-24T01:27:58.9911301Z 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-01-24T01:27:58.9917841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9924553Z 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-01-24T01:27:58.9930333Z 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-01-24T01:27:58.9936516Z 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-01-24T01:27:58.9942756Z 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-01-24T01:27:58.9949139Z 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-01-24T01:27:58.9955510Z 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-01-24T01:27:58.9961631Z 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-01-24T01:27:58.9968007Z 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-01-24T01:27:58.9974141Z 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-01-24T01:27:58.9980288Z 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-01-24T01:27:58.9986150Z 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-01-24T01:27:58.9993318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:58.9999317Z 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-01-24T01:27:59.0005446Z 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-01-24T01:27:59.0011702Z 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-01-24T01:27:59.0017700Z 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-01-24T01:27:59.0023762Z 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-01-24T01:27:59.0030094Z 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-01-24T01:27:59.0036270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0042328Z 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-01-24T01:27:59.0049959Z 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-01-24T01:27:59.0056345Z 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-01-24T01:27:59.0062909Z 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-01-24T01:27:59.0069496Z 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-01-24T01:27:59.0075617Z 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-01-24T01:27:59.0081965Z 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-01-24T01:27:59.0088243Z 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-01-24T01:27:59.0094500Z 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-01-24T01:27:59.0100503Z 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-01-24T01:27:59.0111593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0117740Z 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-01-24T01:27:59.0124530Z 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-01-24T01:27:59.0130456Z 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-01-24T01:27:59.0136566Z 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-01-24T01:27:59.0142837Z 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-01-24T01:27:59.0149095Z 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-01-24T01:27:59.0156973Z 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-01-24T01:27:59.0163492Z 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-01-24T01:27:59.0169527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0175885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0182441Z 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-01-24T01:27:59.0188854Z 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-01-24T01:27:59.0195460Z 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-01-24T01:27:59.0201942Z 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-01-24T01:27:59.0208458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0215551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0222626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0228988Z 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-01-24T01:27:59.0235602Z 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-01-24T01:27:59.0242080Z 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-01-24T01:27:59.0248084Z 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-01-24T01:27:59.0254729Z 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-01-24T01:27:59.0260893Z 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-01-24T01:27:59.0267591Z 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-01-24T01:27:59.0273804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0279766Z 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-01-24T01:27:59.0286450Z 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-01-24T01:27:59.0292508Z 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-01-24T01:27:59.0494720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0500990Z 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-01-24T01:27:59.0508346Z 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-01-24T01:27:59.0516016Z 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-01-24T01:27:59.0522461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0528530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0538285Z 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-01-24T01:27:59.0546543Z 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-01-24T01:27:59.0555346Z 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-01-24T01:27:59.0563410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0569792Z 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-01-24T01:27:59.0576391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0582779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0589311Z 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-01-24T01:27:59.0595267Z 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-01-24T01:27:59.0601423Z 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-01-24T01:27:59.0607508Z 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-01-24T01:27:59.0613548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0619304Z 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-01-24T01:27:59.0625392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0631769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0637456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0643659Z 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-01-24T01:27:59.0651843Z 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-01-24T01:27:59.0658931Z 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-01-24T01:27:59.0665172Z 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-01-24T01:27:59.0671874Z 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-01-24T01:27:59.0678794Z 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-01-24T01:27:59.0685939Z 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-01-24T01:27:59.0692361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0698816Z 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-01-24T01:27:59.0705648Z 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-01-24T01:27:59.0712042Z 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-01-24T01:27:59.0718677Z 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-01-24T01:27:59.0725218Z 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-01-24T01:27:59.0732017Z 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-01-24T01:27:59.0739423Z 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-01-24T01:27:59.0746033Z 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-01-24T01:27:59.0752702Z 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-01-24T01:27:59.0760086Z 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-01-24T01:27:59.0766505Z 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-01-24T01:27:59.0773252Z 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-01-24T01:27:59.0781009Z 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-01-24T01:27:59.0787649Z 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-01-24T01:27:59.0794278Z 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-01-24T01:27:59.0800990Z 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-01-24T01:27:59.0807938Z 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-01-24T01:27:59.0815401Z 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-01-24T01:27:59.0822246Z 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-01-24T01:27:59.0828860Z 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-01-24T01:27:59.0835477Z 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-01-24T01:27:59.0842198Z 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-01-24T01:27:59.0848952Z 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-01-24T01:27:59.0856093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.0864084Z 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-01-24T01:27:59.0871335Z 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-01-24T01:27:59.0880061Z 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-01-24T01:27:59.0890883Z 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-01-24T01:27:59.0899938Z 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-01-24T01:27:59.0908882Z 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-01-24T01:27:59.0917388Z 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-01-24T01:27:59.0924081Z 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-01-24T01:27:59.0932210Z 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-01-24T01:27:59.0938731Z 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-01-24T01:27:59.0945760Z 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-01-24T01:27:59.0957623Z 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-01-24T01:27:59.0964359Z 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-01-24T01:27:59.1017558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1023499Z 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-01-24T01:27:59.1029590Z 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-01-24T01:27:59.1035792Z 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-01-24T01:27:59.1042016Z 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-01-24T01:27:59.1048075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1054454Z 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-01-24T01:27:59.1061232Z 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-01-24T01:27:59.1067757Z 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-01-24T01:27:59.1074260Z 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-01-24T01:27:59.1079871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1086001Z 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-01-24T01:27:59.1092173Z 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-01-24T01:27:59.1098332Z 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-01-24T01:27:59.1104676Z 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-01-24T01:27:59.1110904Z 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-01-24T01:27:59.1117340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1123553Z 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-01-24T01:27:59.1130383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1136640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1142477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1148481Z 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-01-24T01:27:59.1154716Z 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-01-24T01:27:59.1161030Z 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-01-24T01:27:59.1168831Z 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-01-24T01:27:59.1175000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1181002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1187108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1193416Z 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-01-24T01:27:59.1199663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1205702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1211833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1217618Z 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-01-24T01:27:59.1223774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1229796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1235621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1241491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1247864Z 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-01-24T01:27:59.1254087Z 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-01-24T01:27:59.1260327Z 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-01-24T01:27:59.1266556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1273083Z 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-01-24T01:27:59.1279445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1285659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1292241Z 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-01-24T01:27:59.1298882Z 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-01-24T01:27:59.1305185Z 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-01-24T01:27:59.1311381Z 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-01-24T01:27:59.1317714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1323672Z 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-01-24T01:27:59.1329803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1336061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1342613Z 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-01-24T01:27:59.1348825Z 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-01-24T01:27:59.1355809Z 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-01-24T01:27:59.1374506Z 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-01-24T01:27:59.1375923Z 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-01-24T01:27:59.1377918Z 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-01-24T01:27:59.1386297Z 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-01-24T01:27:59.1392654Z 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-01-24T01:27:59.1397809Z 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-01-24T01:27:59.1403798Z 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-01-24T01:27:59.1410055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1416879Z 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-01-24T01:27:59.1423132Z 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-01-24T01:27:59.1429669Z 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-01-24T01:27:59.1436008Z 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-01-24T01:27:59.1442711Z 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-01-24T01:27:59.1450040Z 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-01-24T01:27:59.1456512Z 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-01-24T01:27:59.1462793Z 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-01-24T01:27:59.1469078Z 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-01-24T01:27:59.1475919Z 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-01-24T01:27:59.1482159Z 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-01-24T01:27:59.1488277Z 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-01-24T01:27:59.1494831Z 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-01-24T01:27:59.1501096Z 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-01-24T01:27:59.1507449Z 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-01-24T01:27:59.1514016Z 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-01-24T01:27:59.1520426Z 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-01-24T01:27:59.1526550Z 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-01-24T01:27:59.1533218Z 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-01-24T01:27:59.1539485Z 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-01-24T01:27:59.1545712Z 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-01-24T01:27:59.1552988Z 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-01-24T01:27:59.1559154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1566415Z 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-01-24T01:27:59.1573417Z 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-01-24T01:27:59.1579568Z 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-01-24T01:27:59.1585712Z 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-01-24T01:27:59.1591843Z 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-01-24T01:27:59.1598522Z 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-01-24T01:27:59.1604604Z 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-01-24T01:27:59.1610743Z 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-01-24T01:27:59.1620815Z 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-01-24T01:27:59.1625882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1631530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1637930Z 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-01-24T01:27:59.1644357Z 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-01-24T01:27:59.1650426Z 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-01-24T01:27:59.1656589Z 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-01-24T01:27:59.1662601Z 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-01-24T01:27:59.1669201Z 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-01-24T01:27:59.1675108Z 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-01-24T01:27:59.1681181Z 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-01-24T01:27:59.1687718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1693577Z 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-01-24T01:27:59.1699555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1705597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1711553Z 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-01-24T01:27:59.1717502Z 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-01-24T01:27:59.1723885Z 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-01-24T01:27:59.1730065Z 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-01-24T01:27:59.1736804Z 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-01-24T01:27:59.1742933Z 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-01-24T01:27:59.1749219Z 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-01-24T01:27:59.1755584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1762583Z 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-01-24T01:27:59.1768816Z 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-01-24T01:27:59.1775312Z 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-01-24T01:27:59.1781979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.1788688Z 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-01-24T01:27:59.1795379Z 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-01-24T01:27:59.1801976Z 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-01-24T01:27:59.1808698Z 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-01-24T01:27:59.1814932Z 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-01-24T01:27:59.1821409Z 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-01-24T01:27:59.1827897Z 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-01-24T01:27:59.1834154Z 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-01-24T01:27:59.1840542Z 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-01-24T01:27:59.1848073Z 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-01-24T01:27:59.1855528Z 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-01-24T01:27:59.1862919Z 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-01-24T01:27:59.1870505Z 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-01-24T01:27:59.1877955Z 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-01-24T01:27:59.1885195Z 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-01-24T01:27:59.1892133Z 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-01-24T01:27:59.1898731Z 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-01-24T01:27:59.1905502Z 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-01-24T01:27:59.1912063Z 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-01-24T01:27:59.1918501Z 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-01-24T01:27:59.1924910Z 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-01-24T01:27:59.1931400Z 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-01-24T01:27:59.1937766Z 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-01-24T01:27:59.1944005Z 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-01-24T01:27:59.1950686Z 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-01-24T01:27:59.1957295Z 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-01-24T01:27:59.1963382Z 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-01-24T01:27:59.1969657Z 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-01-24T01:27:59.1976522Z 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-01-24T01:27:59.1982688Z 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-01-24T01:27:59.1988979Z 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-01-24T01:27:59.1995191Z 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-01-24T01:27:59.2002251Z 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-01-24T01:27:59.2008446Z 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-01-24T01:27:59.2015509Z 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-01-24T01:27:59.2022269Z 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-01-24T01:27:59.2029312Z 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-01-24T01:27:59.2035501Z 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-01-24T01:27:59.2041738Z 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-01-24T01:27:59.2047917Z 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-01-24T01:27:59.2054293Z 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-01-24T01:27:59.2061393Z 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-01-24T01:27:59.2068059Z 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-01-24T01:27:59.2074433Z 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-01-24T01:27:59.2080510Z 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-01-24T01:27:59.2086902Z 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-01-24T01:27:59.2093249Z 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-01-24T01:27:59.2099690Z 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-01-24T01:27:59.2106092Z 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-01-24T01:27:59.2112307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2118576Z 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-01-24T01:27:59.2124493Z 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-01-24T01:27:59.2131906Z 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-01-24T01:27:59.2138373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2144098Z 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-01-24T01:27:59.2150904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2156979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2162694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2168567Z 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-01-24T01:27:59.2192409Z 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-01-24T01:27:59.2198591Z 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-01-24T01:27:59.2205297Z 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-01-24T01:27:59.2211613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2217831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2223815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2230138Z 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-01-24T01:27:59.2236465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2242692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2845854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2851876Z 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-01-24T01:27:59.2857990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2864709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2871581Z 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-01-24T01:27:59.2878184Z 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-01-24T01:27:59.2890148Z 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-01-24T01:27:59.2892699Z 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-01-24T01:27:59.2899461Z 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-01-24T01:27:59.2906001Z 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-01-24T01:27:59.2912510Z 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-01-24T01:27:59.2919603Z 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-01-24T01:27:59.2925975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.2931927Z 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-01-24T01:27:59.2938084Z 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-01-24T01:27:59.2944604Z 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-01-24T01:27:59.2950751Z 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-01-24T01:27:59.2956785Z 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-01-24T01:27:59.2963503Z 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-01-24T01:27:59.2969524Z 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-01-24T01:27:59.2976296Z 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-01-24T01:27:59.2982238Z 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-01-24T01:27:59.2989046Z 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-01-24T01:27:59.2994870Z 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-01-24T01:27:59.3000833Z 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-01-24T01:27:59.3006866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3013331Z 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-01-24T01:27:59.3019305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3024977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3030910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3036822Z 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-01-24T01:27:59.3042657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3048115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3053889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3060036Z 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-01-24T01:27:59.3066429Z 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-01-24T01:27:59.3073037Z 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-01-24T01:27:59.3079116Z 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-01-24T01:27:59.3085371Z 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-01-24T01:27:59.3091702Z 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-01-24T01:27:59.3098349Z 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-01-24T01:27:59.3104510Z 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-01-24T01:27:59.3110907Z 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-01-24T01:27:59.3117377Z 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-01-24T01:27:59.3123213Z 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-01-24T01:27:59.3129618Z 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-01-24T01:27:59.3136230Z 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-01-24T01:27:59.3142435Z 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-01-24T01:27:59.3148726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3155483Z 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-01-24T01:27:59.3162221Z 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-01-24T01:27:59.3168827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3174903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3181387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3187396Z 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-01-24T01:27:59.3193182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3199100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3205167Z 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-01-24T01:27:59.3211466Z 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-01-24T01:27:59.3217892Z 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-01-24T01:27:59.3224167Z 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-01-24T01:27:59.3230277Z 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-01-24T01:27:59.3236392Z 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-01-24T01:27:59.3242631Z 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-01-24T01:27:59.3248951Z 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-01-24T01:27:59.3255225Z 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-01-24T01:27:59.3261244Z 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-01-24T01:27:59.3267640Z 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-01-24T01:27:59.3273868Z 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-01-24T01:27:59.3280204Z 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-01-24T01:27:59.3285897Z 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-01-24T01:27:59.3292550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3298250Z 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-01-24T01:27:59.3304253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3330626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3336348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3342085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3349004Z 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-01-24T01:27:59.3354752Z 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-01-24T01:27:59.3361130Z 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-01-24T01:27:59.3367108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3374125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3381059Z 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-01-24T01:27:59.3387923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3394709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3401295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3408702Z 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-01-24T01:27:59.3415848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3423085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3430487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3437901Z 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-01-24T01:27:59.3444359Z 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-01-24T01:27:59.3450637Z 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-01-24T01:27:59.3457141Z 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-01-24T01:27:59.3463917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3470350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3476996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3483815Z 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-01-24T01:27:59.3489664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3496273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3503098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3509154Z 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-01-24T01:27:59.3514920Z 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-01-24T01:27:59.3522414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3527387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3533177Z 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-01-24T01:27:59.3543925Z 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-01-24T01:27:59.3546610Z 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-01-24T01:27:59.3552715Z 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-01-24T01:27:59.3558881Z 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-01-24T01:27:59.3564920Z 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-01-24T01:27:59.3570946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3577130Z 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-01-24T01:27:59.3583285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3590204Z 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-01-24T01:27:59.3596577Z 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-01-24T01:27:59.3602688Z 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-01-24T01:27:59.3609396Z 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-01-24T01:27:59.3615510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3621878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3628164Z 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-01-24T01:27:59.3634428Z 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-01-24T01:27:59.3641154Z 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-01-24T01:27:59.3647616Z 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-01-24T01:27:59.3654122Z 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-01-24T01:27:59.3660587Z 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-01-24T01:27:59.3666936Z 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-01-24T01:27:59.3673524Z 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-01-24T01:27:59.3680083Z 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-01-24T01:27:59.3686396Z 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-01-24T01:27:59.3692867Z 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-01-24T01:27:59.3699118Z 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-01-24T01:27:59.3771358Z 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-01-24T01:27:59.3778329Z 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-01-24T01:27:59.3784568Z 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-01-24T01:27:59.3790982Z 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-01-24T01:27:59.3797625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.3803759Z 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-01-24T01:27:59.3810830Z 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-01-24T01:27:59.3817387Z 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-01-24T01:27:59.3824218Z 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-01-24T01:27:59.3830705Z 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-01-24T01:27:59.3838394Z 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-01-24T01:27:59.3845303Z 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-01-24T01:27:59.3852080Z 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-01-24T01:27:59.3858518Z 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-01-24T01:27:59.3865346Z 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-01-24T01:27:59.3871945Z 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-01-24T01:27:59.3878801Z 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-01-24T01:27:59.3885735Z 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-01-24T01:27:59.3892827Z 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-01-24T01:27:59.3899569Z 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-01-24T01:27:59.3906422Z 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-01-24T01:27:59.3912538Z 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-01-24T01:27:59.3918764Z 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-01-24T01:27:59.3925491Z 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-01-24T01:27:59.3932079Z 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-01-24T01:27:59.3938350Z 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-01-24T01:27:59.3944619Z 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-01-24T01:27:59.3951094Z 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-01-24T01:27:59.3957460Z 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-01-24T01:27:59.3963998Z 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-01-24T01:27:59.3970671Z 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-01-24T01:27:59.3977148Z 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-01-24T01:27:59.3983496Z 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-01-24T01:27:59.3989808Z 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-01-24T01:27:59.3995916Z 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-01-24T01:27:59.4002439Z 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-01-24T01:27:59.4009139Z 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-01-24T01:27:59.4015494Z 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-01-24T01:27:59.4021781Z 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-01-24T01:27:59.4028078Z 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-01-24T01:27:59.4034221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4040759Z 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-01-24T01:27:59.4047041Z 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-01-24T01:27:59.4053405Z 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-01-24T01:27:59.4059626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4065762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4072391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4078747Z 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-01-24T01:27:59.4084437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4090382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4097239Z 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-01-24T01:27:59.4103117Z 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-01-24T01:27:59.4109086Z 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-01-24T01:27:59.4115059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4120626Z 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-01-24T01:27:59.4126619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4133672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4148538Z 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-01-24T01:27:59.4156049Z 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-01-24T01:27:59.4162147Z 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-01-24T01:27:59.4168297Z 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-01-24T01:27:59.4174435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4181221Z 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-01-24T01:27:59.4189172Z 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-01-24T01:27:59.4195480Z 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-01-24T01:27:59.4201943Z 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-01-24T01:27:59.4208776Z 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-01-24T01:27:59.4215217Z 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-01-24T01:27:59.4221416Z 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-01-24T01:27:59.4227588Z 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-01-24T01:27:59.4233564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4239666Z 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-01-24T01:27:59.4246456Z 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-01-24T01:27:59.4252665Z 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-01-24T01:27:59.4258731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4264929Z 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-01-24T01:27:59.4270985Z 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-01-24T01:27:59.4277130Z 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-01-24T01:27:59.4283163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4290359Z 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-01-24T01:27:59.4297644Z 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-01-24T01:27:59.4304571Z 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-01-24T01:27:59.4311371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4318613Z 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-01-24T01:27:59.4326279Z 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-01-24T01:27:59.4333795Z 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-01-24T01:27:59.4340917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4347924Z 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-01-24T01:27:59.4354901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4361934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4369261Z 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-01-24T01:27:59.4377381Z 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-01-24T01:27:59.4389264Z 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-01-24T01:27:59.4400806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4410578Z 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-01-24T01:27:59.4417428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4424030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4430243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4436316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4443090Z 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-01-24T01:27:59.4449786Z 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-01-24T01:27:59.4456199Z 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-01-24T01:27:59.4463212Z 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-01-24T01:27:59.4469772Z 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-01-24T01:27:59.4476511Z 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-01-24T01:27:59.4482873Z 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-01-24T01:27:59.4489187Z 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-01-24T01:27:59.4495515Z 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-01-24T01:27:59.4501718Z 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-01-24T01:27:59.4508466Z 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-01-24T01:27:59.4514372Z 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-01-24T01:27:59.4520929Z 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-01-24T01:27:59.4527247Z 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-01-24T01:27:59.4534203Z 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-01-24T01:27:59.4540309Z 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-01-24T01:27:59.4546688Z 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-01-24T01:27:59.4553279Z 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-01-24T01:27:59.4559724Z 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-01-24T01:27:59.4565884Z 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-01-24T01:27:59.4572504Z 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-01-24T01:27:59.4578888Z 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-01-24T01:27:59.4585137Z 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-01-24T01:27:59.4591701Z 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-01-24T01:27:59.4597948Z 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-01-24T01:27:59.4626282Z 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-01-24T01:27:59.4632736Z 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-01-24T01:27:59.4639105Z 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-01-24T01:27:59.4645365Z 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-01-24T01:27:59.4651850Z 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-01-24T01:27:59.4658257Z 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-01-24T01:27:59.4664356Z 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-01-24T01:27:59.4670763Z 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-01-24T01:27:59.4676928Z 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-01-24T01:27:59.4682954Z 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-01-24T01:27:59.4689445Z 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-01-24T01:27:59.4696189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4702385Z 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-01-24T01:27:59.4708651Z 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-01-24T01:27:59.4715218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4721390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4728049Z 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-01-24T01:27:59.4734949Z 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-01-24T01:27:59.4740801Z 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-01-24T01:27:59.4747224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4753989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4760451Z 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-01-24T01:27:59.4768228Z 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-01-24T01:27:59.4774899Z 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-01-24T01:27:59.4781197Z 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-01-24T01:27:59.4788263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4794424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4802223Z 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-01-24T01:27:59.4807088Z 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-01-24T01:27:59.4814556Z 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-01-24T01:27:59.4819878Z 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-01-24T01:27:59.4825850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4832128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4838903Z 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-01-24T01:27:59.4845131Z 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-01-24T01:27:59.4851530Z 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-01-24T01:27:59.4858003Z 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-01-24T01:27:59.4864260Z 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-01-24T01:27:59.4870583Z 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-01-24T01:27:59.4877061Z 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-01-24T01:27:59.4883889Z 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-01-24T01:27:59.4891708Z 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-01-24T01:27:59.4898320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4918835Z 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-01-24T01:27:59.4919860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4920825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4925214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4931107Z 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-01-24T01:27:59.4937782Z 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-01-24T01:27:59.4944044Z 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-01-24T01:27:59.4951397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4957363Z 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-01-24T01:27:59.4963757Z 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-01-24T01:27:59.4970034Z 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-01-24T01:27:59.4976406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.4982172Z 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-01-24T01:27:59.4988283Z 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-01-24T01:27:59.4994106Z 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-01-24T01:27:59.5000304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5006586Z 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-01-24T01:27:59.5012652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5018995Z 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-01-24T01:27:59.5024953Z 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-01-24T01:27:59.5031262Z 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-01-24T01:27:59.5038480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5044262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5050088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5055812Z 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-01-24T01:27:59.5062245Z 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-01-24T01:27:59.5067990Z 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-01-24T01:27:59.5074922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5080732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5087207Z 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-01-24T01:27:59.5093407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5099772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5106210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5111908Z 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-01-24T01:27:59.5117981Z 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-01-24T01:27:59.5124111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5129996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5136277Z 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-01-24T01:27:59.5142352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5147902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5153306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5159566Z 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-01-24T01:27:59.5165396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5171548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5177449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5183437Z 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-01-24T01:27:59.5189258Z 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-01-24T01:27:59.5195387Z 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-01-24T01:27:59.5201338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5207494Z 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-01-24T01:27:59.5214098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5219970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5225748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5232239Z 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-01-24T01:27:59.5238157Z 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-01-24T01:27:59.5244215Z 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-01-24T01:27:59.5250514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5257280Z 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-01-24T01:27:59.5263588Z 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-01-24T01:27:59.5269734Z 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-01-24T01:27:59.5275593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5281464Z 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-01-24T01:27:59.5287792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5293286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5299429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5305339Z 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-01-24T01:27:59.5312362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5318820Z 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-01-24T01:27:59.5326145Z 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-01-24T01:27:59.5333041Z 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-01-24T01:27:59.5339602Z 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-01-24T01:27:59.5346004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5352861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5358757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5364749Z 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-01-24T01:27:59.5370882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5376719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5382977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5389799Z 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-01-24T01:27:59.5396885Z 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-01-24T01:27:59.5404498Z 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-01-24T01:27:59.5411741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5420287Z 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-01-24T01:27:59.5427181Z 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-01-24T01:27:59.5433655Z 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-01-24T01:27:59.5440553Z 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-01-24T01:27:59.5446982Z 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-01-24T01:27:59.5453642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5460467Z 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-01-24T01:27:59.5466762Z 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-01-24T01:27:59.5473150Z 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-01-24T01:27:59.5479716Z 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-01-24T01:27:59.5486432Z 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-01-24T01:27:59.5492225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5498216Z 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-01-24T01:27:59.5504147Z 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-01-24T01:27:59.5510552Z 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-01-24T01:27:59.5516833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5523802Z 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-01-24T01:27:59.5529666Z 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-01-24T01:27:59.5536310Z 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-01-24T01:27:59.5542238Z 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-01-24T01:27:59.5548482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5554364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5560614Z 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-01-24T01:27:59.5566734Z 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-01-24T01:27:59.5572893Z 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-01-24T01:27:59.5578919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5585354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5591425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5597535Z 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-01-24T01:27:59.5603902Z 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-01-24T01:27:59.5609912Z 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-01-24T01:27:59.5616200Z 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-01-24T01:27:59.5622602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5628484Z 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-01-24T01:27:59.5634480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5641037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5647198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5653374Z 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-01-24T01:27:59.5659687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5665335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5671353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5677407Z 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-01-24T01:27:59.5683259Z 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-01-24T01:27:59.5689336Z 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-01-24T01:27:59.5696023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5702011Z 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-01-24T01:27:59.5708545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5715769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5722110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5728214Z 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-01-24T01:27:59.5734368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5740915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5747381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5753769Z 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-01-24T01:27:59.5759936Z 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-01-24T01:27:59.5766518Z 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-01-24T01:27:59.5772567Z 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-01-24T01:27:59.5778941Z 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-01-24T01:27:59.5785571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5792097Z 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-01-24T01:27:59.5798090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5804127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5810134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5816739Z 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-01-24T01:27:59.5823011Z 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-01-24T01:27:59.5829177Z 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-01-24T01:27:59.5835472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5841667Z 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-01-24T01:27:59.5847967Z 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-01-24T01:27:59.5854164Z 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-01-24T01:27:59.5860419Z 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-01-24T01:27:59.5866577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5872559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5878385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5884758Z 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-01-24T01:27:59.5891103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5897753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5904277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5910596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5917382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5923988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5930645Z 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-01-24T01:27:59.5936985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5943264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.5949617Z 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-01-24T01:27:59.5956689Z 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-01-24T01:27:59.5963052Z 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-01-24T01:27:59.5969567Z 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-01-24T01:27:59.5975889Z 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-01-24T01:27:59.5982721Z 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-01-24T01:27:59.5988852Z 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-01-24T01:27:59.5994964Z 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-01-24T01:27:59.6001166Z 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-01-24T01:27:59.6007654Z 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-01-24T01:27:59.6014096Z 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-01-24T01:27:59.6020600Z 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-01-24T01:27:59.6026915Z 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-01-24T01:27:59.6034457Z 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-01-24T01:27:59.6040628Z 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-01-24T01:27:59.6046724Z 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-01-24T01:27:59.6053240Z 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-01-24T01:27:59.6059767Z 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-01-24T01:27:59.6065802Z 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-01-24T01:27:59.6072010Z 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-01-24T01:27:59.6078358Z 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-01-24T01:27:59.6084789Z 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-01-24T01:27:59.6091119Z 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-01-24T01:27:59.6097461Z 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-01-24T01:27:59.6104082Z 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-01-24T01:27:59.6110584Z 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-01-24T01:27:59.6116706Z 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-01-24T01:27:59.6122752Z 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-01-24T01:27:59.6129028Z 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-01-24T01:27:59.6135576Z 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-01-24T01:27:59.6141590Z 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-01-24T01:27:59.6147807Z 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-01-24T01:27:59.6154196Z 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-01-24T01:27:59.6160500Z 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-01-24T01:27:59.6166573Z 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-01-24T01:27:59.6173464Z 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-01-24T01:27:59.6179616Z 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-01-24T01:27:59.6185649Z 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-01-24T01:27:59.6191753Z 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-01-24T01:27:59.6198442Z 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-01-24T01:27:59.6204934Z 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-01-24T01:27:59.6211329Z 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-01-24T01:27:59.6217783Z 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-01-24T01:27:59.6224552Z 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-01-24T01:27:59.6230891Z 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-01-24T01:27:59.6237343Z 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-01-24T01:27:59.6244110Z 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-01-24T01:27:59.7164444Z 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-01-24T01:27:59.7170538Z 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-01-24T01:27:59.7176777Z 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-01-24T01:27:59.7183186Z 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-01-24T01:27:59.7189528Z 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-01-24T01:27:59.7195214Z 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-01-24T01:27:59.7201773Z 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-01-24T01:27:59.7207850Z 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-01-24T01:27:59.7214573Z 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-01-24T01:27:59.7220802Z 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-01-24T01:27:59.7227552Z 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-01-24T01:27:59.7233857Z 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-01-24T01:27:59.7239919Z 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-01-24T01:27:59.7246103Z 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-01-24T01:27:59.7252200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7257702Z 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-01-24T01:27:59.7263441Z 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-01-24T01:27:59.7269736Z 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-01-24T01:27:59.7275643Z 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-01-24T01:27:59.7281376Z 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-01-24T01:27:59.7287429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7294107Z 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-01-24T01:27:59.7300241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7306871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7313448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7321091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7328849Z 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-01-24T01:27:59.7335975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7344492Z 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-01-24T01:27:59.7351628Z 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-01-24T01:27:59.7358012Z 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-01-24T01:27:59.7364355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7370543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7377199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7383964Z 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-01-24T01:27:59.7390409Z 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-01-24T01:27:59.7396538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7403132Z 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-01-24T01:27:59.7409750Z 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-01-24T01:27:59.7415938Z 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-01-24T01:27:59.7422165Z 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-01-24T01:27:59.7428720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7434767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7440968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7447009Z 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-01-24T01:27:59.7453039Z 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-01-24T01:27:59.7459060Z 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-01-24T01:27:59.7465331Z 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-01-24T01:27:59.7471843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7477833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7484208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7490318Z 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-01-24T01:27:59.7496848Z 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-01-24T01:27:59.7503998Z 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-01-24T01:27:59.7510826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7516883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7523881Z 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-01-24T01:27:59.7531118Z 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-01-24T01:27:59.7538363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7545161Z 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-01-24T01:27:59.7551511Z 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-01-24T01:27:59.7558758Z 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-01-24T01:27:59.7566327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7573438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7580574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7587416Z 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-01-24T01:27:59.7593383Z 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-01-24T01:27:59.7599751Z 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-01-24T01:27:59.7605996Z 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-01-24T01:27:59.7612347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7618586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7625713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7630829Z 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-01-24T01:27:59.7636676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7642781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7648944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7655127Z 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-01-24T01:27:59.7660914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7666483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7672344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7678755Z 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-01-24T01:27:59.7684740Z 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-01-24T01:27:59.7690866Z 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-01-24T01:27:59.7697393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7703791Z 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-01-24T01:27:59.7709609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7715712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7721730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7727681Z 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-01-24T01:27:59.7734113Z 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-01-24T01:27:59.7740489Z 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-01-24T01:27:59.7746971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7753491Z 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-01-24T01:27:59.7759650Z 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-01-24T01:27:59.7766100Z 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-01-24T01:27:59.7772476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7779254Z 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-01-24T01:27:59.7785803Z 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-01-24T01:27:59.7792394Z 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-01-24T01:27:59.7798979Z 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-01-24T01:27:59.7805630Z 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-01-24T01:27:59.7813808Z 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-01-24T01:27:59.7820266Z 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-01-24T01:27:59.7826673Z 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-01-24T01:27:59.7833379Z 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-01-24T01:27:59.7839627Z 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-01-24T01:27:59.7846736Z 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-01-24T01:27:59.7853015Z 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-01-24T01:27:59.7859414Z 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-01-24T01:27:59.7865881Z 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-01-24T01:27:59.7872392Z 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-01-24T01:27:59.7878659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7885274Z 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-01-24T01:27:59.7892057Z 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-01-24T01:27:59.7900013Z 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-01-24T01:27:59.7907549Z 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-01-24T01:27:59.7915136Z 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-01-24T01:27:59.7921579Z 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-01-24T01:27:59.7928076Z 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-01-24T01:27:59.7934845Z 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-01-24T01:27:59.7941142Z 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-01-24T01:27:59.7947549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.7953881Z 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-01-24T01:27:59.7961122Z 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-01-24T01:27:59.7967241Z 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-01-24T01:27:59.7973927Z 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-01-24T01:27:59.7983603Z 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-01-24T01:27:59.7986611Z 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-01-24T01:27:59.7993757Z 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-01-24T01:27:59.8000180Z 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-01-24T01:27:59.8006856Z 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-01-24T01:27:59.8013293Z 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-01-24T01:27:59.8019530Z 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-01-24T01:27:59.8025684Z 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-01-24T01:27:59.8031833Z 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-01-24T01:27:59.8037907Z 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-01-24T01:27:59.8044011Z 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-01-24T01:27:59.8051048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8057087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8063077Z 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-01-24T01:27:59.8068997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8074842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8099175Z 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-01-24T01:27:59.8105063Z 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-01-24T01:27:59.8111031Z 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-01-24T01:27:59.8117073Z 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-01-24T01:27:59.8123446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8129258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8135268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8141936Z 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-01-24T01:27:59.8148150Z 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-01-24T01:27:59.8155775Z 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-01-24T01:27:59.8162090Z 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-01-24T01:27:59.8168049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8174615Z 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-01-24T01:27:59.8180534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8186654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8192636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8198350Z 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-01-24T01:27:59.8204316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8210522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8217059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8223152Z 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-01-24T01:27:59.8229778Z 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-01-24T01:27:59.8235785Z 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-01-24T01:27:59.8242132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8248432Z 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-01-24T01:27:59.8254800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8261068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8267526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8273484Z 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-01-24T01:27:59.8279460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8286283Z 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-01-24T01:27:59.8293133Z 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-01-24T01:27:59.8299099Z 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-01-24T01:27:59.8305257Z 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-01-24T01:27:59.8311497Z 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-01-24T01:27:59.8317796Z 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-01-24T01:27:59.8323998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8330115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8336629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8342804Z 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-01-24T01:27:59.8349569Z 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-01-24T01:27:59.8356066Z 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-01-24T01:27:59.8362433Z 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-01-24T01:27:59.8368720Z 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-01-24T01:27:59.8375699Z 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-01-24T01:27:59.8381737Z 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-01-24T01:27:59.8388318Z 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-01-24T01:27:59.8395051Z 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-01-24T01:27:59.8401918Z 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-01-24T01:27:59.8418559Z 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-01-24T01:27:59.8419891Z 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-01-24T01:27:59.8424729Z 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-01-24T01:27:59.8430982Z 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-01-24T01:27:59.8437258Z 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-01-24T01:27:59.8443544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8449395Z 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-01-24T01:27:59.8457524Z 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-01-24T01:27:59.8463640Z 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-01-24T01:27:59.8471545Z 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-01-24T01:27:59.8475858Z 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-01-24T01:27:59.8482342Z 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-01-24T01:27:59.8488930Z 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-01-24T01:27:59.8495168Z 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-01-24T01:27:59.8501317Z 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-01-24T01:27:59.8507675Z 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-01-24T01:27:59.8513783Z 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-01-24T01:27:59.8520235Z 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-01-24T01:27:59.8526336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8532701Z 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-01-24T01:27:59.8539466Z 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-01-24T01:27:59.8545517Z 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-01-24T01:27:59.8551645Z 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-01-24T01:27:59.8558679Z 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-01-24T01:27:59.8566824Z 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-01-24T01:27:59.8573377Z 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-01-24T01:27:59.8579553Z 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-01-24T01:27:59.8585837Z 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-01-24T01:27:59.8592140Z 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-01-24T01:27:59.8598367Z 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-01-24T01:27:59.8604795Z 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-01-24T01:27:59.8611053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8617541Z 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-01-24T01:27:59.8623730Z 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-01-24T01:27:59.8629564Z 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-01-24T01:27:59.8635573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8641343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8647537Z 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-01-24T01:27:59.8654061Z 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-01-24T01:27:59.8660126Z 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-01-24T01:27:59.8666227Z 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-01-24T01:27:59.8673120Z 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-01-24T01:27:59.8679405Z 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-01-24T01:27:59.8685920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8692425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8698578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8704214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8710722Z 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-01-24T01:27:59.8716853Z 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-01-24T01:27:59.8723211Z 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-01-24T01:27:59.8729461Z 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-01-24T01:27:59.8737421Z 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-01-24T01:27:59.8744480Z 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-01-24T01:27:59.8751141Z 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-01-24T01:27:59.8757838Z 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-01-24T01:27:59.8764839Z 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-01-24T01:27:59.8772390Z 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-01-24T01:27:59.8778820Z 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-01-24T01:27:59.8785122Z 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-01-24T01:27:59.8792177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8798692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8806128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8811728Z 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-01-24T01:27:59.8818589Z 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-01-24T01:27:59.8824393Z 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-01-24T01:27:59.8849360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8857102Z 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-01-24T01:27:59.8863017Z 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-01-24T01:27:59.8868916Z 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-01-24T01:27:59.8875138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8895772Z 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-01-24T01:27:59.8902058Z 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-01-24T01:27:59.8908727Z 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-01-24T01:27:59.8915120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8921057Z 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-01-24T01:27:59.8927993Z 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-01-24T01:27:59.8934165Z 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-01-24T01:27:59.8941640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8948266Z 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-01-24T01:27:59.8954738Z 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-01-24T01:27:59.8960659Z 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-01-24T01:27:59.8966989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.8973139Z 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-01-24T01:27:59.8979226Z 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-01-24T01:27:59.8985573Z 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-01-24T01:27:59.8996891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9002781Z 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-01-24T01:27:59.9009097Z 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-01-24T01:27:59.9015386Z 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-01-24T01:27:59.9021661Z 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-01-24T01:27:59.9029782Z 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-01-24T01:27:59.9035755Z 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-01-24T01:27:59.9042015Z 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-01-24T01:27:59.9048255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9054565Z 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-01-24T01:27:59.9062145Z 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-01-24T01:27:59.9068238Z 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-01-24T01:27:59.9074640Z 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-01-24T01:27:59.9082349Z 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-01-24T01:27:59.9088518Z 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-01-24T01:27:59.9094988Z 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-01-24T01:27:59.9101019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9107197Z 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-01-24T01:27:59.9113276Z 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-01-24T01:27:59.9119163Z 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-01-24T01:27:59.9125371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9131652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9137083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9143031Z 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-01-24T01:27:59.9149361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9155236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9161507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9167297Z 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-01-24T01:27:59.9174112Z 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-01-24T01:27:59.9179991Z 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-01-24T01:27:59.9186175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9192472Z 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-01-24T01:27:59.9198792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9205211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9211428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9217683Z 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-01-24T01:27:59.9223952Z 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-01-24T01:27:59.9230551Z 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-01-24T01:27:59.9236959Z 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-01-24T01:27:59.9243265Z 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-01-24T01:27:59.9249638Z 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-01-24T01:27:59.9256857Z 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-01-24T01:27:59.9262717Z 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-01-24T01:27:59.9268996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9275181Z 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-01-24T01:27:59.9281841Z 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-01-24T01:27:59.9287516Z 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-01-24T01:27:59.9293669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9299869Z 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-01-24T01:27:59.9306428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9312311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9318612Z 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-01-24T01:27:59.9325488Z 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-01-24T01:27:59.9333565Z 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-01-24T01:27:59.9339475Z 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-01-24T01:27:59.9345491Z 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-01-24T01:27:59.9352771Z 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-01-24T01:27:59.9358695Z 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-01-24T01:27:59.9365172Z 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-01-24T01:27:59.9371678Z 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-01-24T01:27:59.9378467Z 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-01-24T01:27:59.9384822Z 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-01-24T01:27:59.9391445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9398042Z 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-01-24T01:27:59.9404264Z 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-01-24T01:27:59.9411788Z 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-01-24T01:27:59.9418190Z 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-01-24T01:27:59.9425468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9433119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9439200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9445852Z 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-01-24T01:27:59.9451917Z 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-01-24T01:27:59.9458523Z 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-01-24T01:27:59.9465012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9470832Z 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-01-24T01:27:59.9477074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9483289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9489225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9495300Z 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-01-24T01:27:59.9501266Z 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-01-24T01:27:59.9507296Z 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-01-24T01:27:59.9517477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9523507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9529670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9535974Z 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-01-24T01:27:59.9541670Z 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-01-24T01:27:59.9548085Z 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-01-24T01:27:59.9554234Z 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-01-24T01:27:59.9560587Z 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-01-24T01:27:59.9567369Z 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-01-24T01:27:59.9574039Z 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-01-24T01:27:59.9580017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9585788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9592199Z 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-01-24T01:27:59.9598265Z 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-01-24T01:27:59.9604260Z 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-01-24T01:27:59.9610631Z 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-01-24T01:27:59.9617987Z 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-01-24T01:27:59.9624438Z 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-01-24T01:27:59.9630760Z 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-01-24T01:27:59.9637299Z 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-01-24T01:27:59.9644407Z 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-01-24T01:27:59.9650639Z 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-01-24T01:27:59.9657346Z 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-01-24T01:27:59.9663468Z 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-01-24T01:27:59.9670111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9676661Z 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-01-24T01:27:59.9683058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9689579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9696298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9703553Z 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-01-24T01:27:59.9710758Z 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-01-24T01:27:59.9717728Z 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-01-24T01:27:59.9724181Z 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-01-24T01:27:59.9730522Z 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-01-24T01:27:59.9737732Z 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-01-24T01:27:59.9743937Z 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-01-24T01:27:59.9750112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9756243Z 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-01-24T01:27:59.9762379Z 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-01-24T01:27:59.9768635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9775748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9782553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9789055Z 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-01-24T01:27:59.9794944Z 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-01-24T01:27:59.9801166Z 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-01-24T01:27:59.9807295Z 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-01-24T01:27:59.9813893Z 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-01-24T01:27:59.9820054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9826222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9833024Z 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-01-24T01:27:59.9839318Z 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-01-24T01:27:59.9845763Z 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-01-24T01:27:59.9851861Z 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-01-24T01:27:59.9858412Z 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-01-24T01:27:59.9869797Z 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-01-24T01:27:59.9876036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9882814Z 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-01-24T01:27:59.9889441Z 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-01-24T01:27:59.9895797Z 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-01-24T01:27:59.9902013Z 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-01-24T01:27:59.9909238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9916283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9923368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9930510Z 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-01-24T01:27:59.9937265Z 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-01-24T01:27:59.9943577Z 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-01-24T01:27:59.9949958Z 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-01-24T01:27:59.9956270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9962852Z 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-01-24T01:27:59.9969299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9974798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9980883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:27:59.9987086Z 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-01-24T01:27:59.9993083Z 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-01-24T01:27:59.9999239Z 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-01-24T01:28:00.0005520Z 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-01-24T01:28:00.0011624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0017394Z 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-01-24T01:28:00.0026951Z 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-01-24T01:28:00.0034003Z 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-01-24T01:28:00.0040244Z 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-01-24T01:28:00.0046207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0052180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0057983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0066320Z 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-01-24T01:28:00.0074694Z 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-01-24T01:28:00.0083833Z 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-01-24T01:28:00.0092471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0100618Z 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-01-24T01:28:00.0107826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0113762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0120316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0125916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0132666Z 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-01-24T01:28:00.0138457Z 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-01-24T01:28:00.0144616Z 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-01-24T01:28:00.0150931Z 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-01-24T01:28:00.0157113Z 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-01-24T01:28:00.0163705Z 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-01-24T01:28:00.0170167Z 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-01-24T01:28:00.0177113Z 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-01-24T01:28:00.0183706Z 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-01-24T01:28:00.0190156Z 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-01-24T01:28:00.0196233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0202125Z 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-01-24T01:28:00.0208268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0214671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0222065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0227726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0233836Z 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-01-24T01:28:00.0239886Z 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-01-24T01:28:00.0246190Z 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-01-24T01:28:00.0276000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0281814Z 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-01-24T01:28:00.0288546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0294944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0301644Z 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-01-24T01:28:00.0307934Z 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-01-24T01:28:00.0314248Z 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-01-24T01:28:00.0320390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0326367Z 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-01-24T01:28:00.0332890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0338922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0346268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0351677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0358069Z 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-01-24T01:28:00.0363946Z 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-01-24T01:28:00.0369881Z 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-01-24T01:28:00.0376760Z 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-01-24T01:28:00.0383448Z 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-01-24T01:28:00.0389757Z 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-01-24T01:28:00.0396041Z 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-01-24T01:28:00.0402550Z 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-01-24T01:28:00.0410847Z 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-01-24T01:28:00.0428551Z 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-01-24T01:28:00.0429722Z 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-01-24T01:28:00.0430708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0435689Z 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-01-24T01:28:00.0441869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0448235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0454264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0460940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0467019Z 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-01-24T01:28:00.0474713Z 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-01-24T01:28:00.0479111Z 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-01-24T01:28:00.0485217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0490731Z 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-01-24T01:28:00.0496897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0502948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0509258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0515304Z 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-01-24T01:28:00.0521479Z 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-01-24T01:28:00.0527468Z 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-01-24T01:28:00.0534121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.0539565Z 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-01-24T01:28:00.1195286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1200939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1207045Z 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-01-24T01:28:00.1213189Z 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-01-24T01:28:00.1219490Z 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-01-24T01:28:00.1225635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1231621Z 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-01-24T01:28:00.1237180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1243247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1249466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1255616Z 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-01-24T01:28:00.1261361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1267214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1273042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1279441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1285957Z 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-01-24T01:28:00.1292045Z 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-01-24T01:28:00.1298378Z 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-01-24T01:28:00.1304928Z 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-01-24T01:28:00.1311000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1318507Z 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-01-24T01:28:00.1324849Z 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-01-24T01:28:00.1331141Z 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-01-24T01:28:00.1337266Z 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-01-24T01:28:00.1343606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1350188Z 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-01-24T01:28:00.1356583Z 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-01-24T01:28:00.1363086Z 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-01-24T01:28:00.1369779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1377033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1383279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1389649Z 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-01-24T01:28:00.1399564Z 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-01-24T01:28:00.1406579Z 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-01-24T01:28:00.1412854Z 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-01-24T01:28:00.1419581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1427025Z 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-01-24T01:28:00.1447652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1448692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1449668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1454748Z 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-01-24T01:28:00.1465530Z 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-01-24T01:28:00.1472799Z 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-01-24T01:28:00.1478797Z 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-01-24T01:28:00.1485408Z 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-01-24T01:28:00.1491582Z 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-01-24T01:28:00.1498218Z 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-01-24T01:28:00.1504627Z 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-01-24T01:28:00.1511477Z 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-01-24T01:28:00.1518057Z 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-01-24T01:28:00.1524362Z 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-01-24T01:28:00.1531690Z 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-01-24T01:28:00.1538108Z 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-01-24T01:28:00.1544077Z 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-01-24T01:28:00.1550666Z 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-01-24T01:28:00.1557107Z 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-01-24T01:28:00.1563541Z 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-01-24T01:28:00.1569493Z 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-01-24T01:28:00.1575632Z 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-01-24T01:28:00.1581942Z 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-01-24T01:28:00.1588806Z 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-01-24T01:28:00.1595280Z 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-01-24T01:28:00.1601785Z 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-01-24T01:28:00.1608087Z 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-01-24T01:28:00.1614892Z 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-01-24T01:28:00.1621278Z 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-01-24T01:28:00.1627530Z 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-01-24T01:28:00.1633936Z 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-01-24T01:28:00.1640792Z 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-01-24T01:28:00.1646713Z 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-01-24T01:28:00.1652999Z 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-01-24T01:28:00.1659469Z 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-01-24T01:28:00.1665749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1671529Z 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-01-24T01:28:00.1677592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1683510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1689509Z 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-01-24T01:28:00.1695726Z 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-01-24T01:28:00.1702311Z 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-01-24T01:28:00.1708999Z 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-01-24T01:28:00.1719515Z 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-01-24T01:28:00.1725647Z 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-01-24T01:28:00.1731945Z 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-01-24T01:28:00.1738693Z 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-01-24T01:28:00.1745449Z 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-01-24T01:28:00.1752126Z 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-01-24T01:28:00.1758698Z 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-01-24T01:28:00.1765403Z 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-01-24T01:28:00.1784135Z 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-01-24T01:28:00.1790419Z 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-01-24T01:28:00.1796573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1803004Z 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-01-24T01:28:00.1809705Z 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-01-24T01:28:00.1816146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1822582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1828820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1834916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1841609Z 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-01-24T01:28:00.1848161Z 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-01-24T01:28:00.1855890Z 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-01-24T01:28:00.1862935Z 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-01-24T01:28:00.1870186Z 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-01-24T01:28:00.1877407Z 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-01-24T01:28:00.1884675Z 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-01-24T01:28:00.1891851Z 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-01-24T01:28:00.1898149Z 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-01-24T01:28:00.1904864Z 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-01-24T01:28:00.1911293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1917585Z 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-01-24T01:28:00.1923849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1929962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1936507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1942905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.1949544Z 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-01-24T01:28:00.1955549Z 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-01-24T01:28:00.1961943Z 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-01-24T01:28:00.1968447Z 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-01-24T01:28:00.1975167Z 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-01-24T01:28:00.1981432Z 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-01-24T01:28:00.1988026Z 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-01-24T01:28:00.1995139Z 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-01-24T01:28:00.2000832Z 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-01-24T01:28:00.2007096Z 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-01-24T01:28:00.2013260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2019448Z 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-01-24T01:28:00.2040184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2046207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2052457Z 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-01-24T01:28:00.2058703Z 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-01-24T01:28:00.2065067Z 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-01-24T01:28:00.2071240Z 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-01-24T01:28:00.2077530Z 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-01-24T01:28:00.2084408Z 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-01-24T01:28:00.2090379Z 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-01-24T01:28:00.2096909Z 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-01-24T01:28:00.2102948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2109176Z 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-01-24T01:28:00.2115232Z 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-01-24T01:28:00.2121687Z 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-01-24T01:28:00.2127887Z 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-01-24T01:28:00.2134217Z 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-01-24T01:28:00.2141019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2147270Z 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-01-24T01:28:00.2153089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2159260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2342642Z 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-01-24T01:28:00.2344016Z 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-01-24T01:28:00.2345489Z 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-01-24T01:28:00.2346666Z 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-01-24T01:28:00.2347707Z 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-01-24T01:28:00.2348877Z 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-01-24T01:28:00.2350088Z 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-01-24T01:28:00.2351232Z 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-01-24T01:28:00.2352360Z 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-01-24T01:28:00.2353601Z 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-01-24T01:28:00.2354872Z 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-01-24T01:28:00.2356017Z 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-01-24T01:28:00.2357130Z 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-01-24T01:28:00.2358375Z 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-01-24T01:28:00.2359709Z 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-01-24T01:28:00.2360927Z 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-01-24T01:28:00.2361977Z 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-01-24T01:28:00.2363003Z 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-01-24T01:28:00.2364299Z 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-01-24T01:28:00.2365603Z 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-01-24T01:28:00.2366694Z 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-01-24T01:28:00.2367774Z 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-01-24T01:28:00.2368955Z 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-01-24T01:28:00.2370313Z 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-01-24T01:28:00.2371537Z 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-01-24T01:28:00.2372594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2373761Z 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-01-24T01:28:00.2374915Z 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-01-24T01:28:00.2376056Z 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-01-24T01:28:00.2377038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2378176Z 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-01-24T01:28:00.2379345Z 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-01-24T01:28:00.2380354Z 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-01-24T01:28:00.2381405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.2382952Z 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-01-24T01:28:00.2388879Z 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-01-24T01:28:00.2394931Z 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-01-24T01:28:00.2401443Z 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-01-24T01:28:00.2408282Z 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-01-24T01:28:00.2414749Z 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-01-24T01:28:00.2421013Z 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-01-24T01:28:00.2427300Z 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-01-24T01:28:00.2434600Z 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-01-24T01:28:00.2441799Z 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-01-24T01:28:00.2455447Z 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-01-24T01:28:00.2474054Z 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-01-24T01:28:00.2475284Z 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-01-24T01:28:00.2476616Z 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-01-24T01:28:00.2482545Z 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-01-24T01:28:00.2488562Z 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-01-24T01:28:00.2495195Z 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-01-24T01:28:00.2502535Z 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-01-24T01:28:00.2508721Z 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-01-24T01:28:00.2514706Z 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-01-24T01:28:00.2521130Z 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-01-24T01:28:00.2527779Z 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-01-24T01:28:00.2534046Z 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-01-24T01:28:00.2540247Z 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-01-24T01:28:00.2570131Z 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-01-24T01:28:00.2581150Z 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-01-24T01:28:00.2587334Z 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-01-24T01:28:00.2593528Z 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-01-24T01:28:00.2600437Z 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-01-24T01:28:00.2607131Z 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-01-24T01:28:00.2613650Z 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-01-24T01:28:00.2619967Z 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-01-24T01:28:00.2626183Z 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-01-24T01:28:00.2632611Z 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-01-24T01:28:00.2638710Z 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-01-24T01:28:00.2644942Z 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-01-24T01:28:00.2651438Z 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-01-24T01:28:00.2658253Z 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-01-24T01:28:00.2664229Z 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-01-24T01:28:00.2670428Z 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-01-24T01:28:00.2676599Z 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-01-24T01:28:00.2682933Z 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-01-24T01:28:00.2689077Z 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-01-24T01:28:00.2695465Z 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-01-24T01:28:00.2708513Z 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-01-24T01:28:00.2715135Z 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-01-24T01:28:00.2721249Z 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-01-24T01:28:00.2727639Z 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-01-24T01:28:00.2734096Z 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-01-24T01:28:00.2740879Z 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-01-24T01:28:00.2747631Z 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-01-24T01:28:00.2753813Z 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-01-24T01:28:00.2760366Z 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-01-24T01:28:00.2767439Z 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-01-24T01:28:00.2774344Z 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-01-24T01:28:00.2781153Z 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-01-24T01:28:00.2787472Z 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-01-24T01:28:00.2794237Z 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-01-24T01:28:00.2800782Z 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-01-24T01:28:00.2807358Z 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-01-24T01:28:00.2814267Z 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-01-24T01:28:00.2820790Z 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-01-24T01:28:00.2827768Z 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-01-24T01:28:00.2834396Z 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-01-24T01:28:00.2842074Z 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-01-24T01:28:00.2848907Z 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-01-24T01:28:00.2856459Z 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-01-24T01:28:00.2863280Z 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-01-24T01:28:00.2869785Z 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-01-24T01:28:00.2876341Z 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-01-24T01:28:00.2883540Z 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-01-24T01:28:00.2890238Z 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-01-24T01:28:00.2896769Z 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-01-24T01:28:00.2903254Z 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-01-24T01:28:00.2910059Z 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-01-24T01:28:00.2916857Z 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-01-24T01:28:00.2923412Z 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-01-24T01:28:00.2951950Z 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-01-24T01:28:00.2959385Z 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-01-24T01:28:00.2966518Z 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-01-24T01:28:00.2974030Z 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-01-24T01:28:00.2982379Z 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-01-24T01:28:00.2987433Z 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-01-24T01:28:00.2994123Z 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-01-24T01:28:00.3000387Z 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-01-24T01:28:00.3006967Z 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-01-24T01:28:00.3013657Z 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-01-24T01:28:00.3019923Z 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-01-24T01:28:00.3026250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3032821Z 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-01-24T01:28:00.3041023Z 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-01-24T01:28:00.3046167Z 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-01-24T01:28:00.3052353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3059232Z 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-01-24T01:28:00.3065676Z 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-01-24T01:28:00.3071780Z 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-01-24T01:28:00.3078126Z 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-01-24T01:28:00.3084405Z 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-01-24T01:28:00.3090715Z 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-01-24T01:28:00.3096869Z 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-01-24T01:28:00.3103208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3109256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3115391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3122751Z 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-01-24T01:28:00.3128809Z 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-01-24T01:28:00.3134959Z 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-01-24T01:28:00.3141085Z 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-01-24T01:28:00.3147584Z 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-01-24T01:28:00.3154064Z 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-01-24T01:28:00.3162026Z 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-01-24T01:28:00.3168460Z 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-01-24T01:28:00.3175250Z 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-01-24T01:28:00.3180916Z 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-01-24T01:28:00.3187041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3193441Z 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-01-24T01:28:00.3199493Z 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-01-24T01:28:00.3205447Z 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-01-24T01:28:00.3212091Z 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-01-24T01:28:00.3218212Z 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-01-24T01:28:00.3224105Z 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-01-24T01:28:00.3230237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3237367Z 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-01-24T01:28:00.3243505Z 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-01-24T01:28:00.3249806Z 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-01-24T01:28:00.3256521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3263109Z 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-01-24T01:28:00.3269349Z 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-01-24T01:28:00.3275359Z 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-01-24T01:28:00.3285803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3292550Z 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-01-24T01:28:00.3299155Z 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-01-24T01:28:00.3305509Z 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-01-24T01:28:00.3311881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3318213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.3325134Z 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-01-24T01:28:00.3331053Z 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-01-24T01:28:00.3337281Z 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-01-24T01:28:00.3344145Z 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-01-24T01:28:00.6304908Z 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-01-24T01:28:00.6312530Z 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-01-24T01:28:00.6318991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6325669Z 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-01-24T01:28:00.6332294Z 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-01-24T01:28:00.6338806Z 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-01-24T01:28:00.6345793Z 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-01-24T01:28:00.6352122Z 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-01-24T01:28:00.6359029Z 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-01-24T01:28:00.6366188Z 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-01-24T01:28:00.6373357Z 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-01-24T01:28:00.6380118Z 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-01-24T01:28:00.6386911Z 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-01-24T01:28:00.6393233Z 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-01-24T01:28:00.6399740Z 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-01-24T01:28:00.6406179Z 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-01-24T01:28:00.6413382Z 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-01-24T01:28:00.6420238Z 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-01-24T01:28:00.6426667Z 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-01-24T01:28:00.6433183Z 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-01-24T01:28:00.6439727Z 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-01-24T01:28:00.6446239Z 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-01-24T01:28:00.6453064Z 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-01-24T01:28:00.6460161Z 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-01-24T01:28:00.6470211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6473434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6480979Z 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-01-24T01:28:00.6488073Z 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-01-24T01:28:00.6495322Z 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-01-24T01:28:00.6501834Z 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-01-24T01:28:00.6508287Z 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-01-24T01:28:00.6514709Z 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-01-24T01:28:00.6521256Z 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-01-24T01:28:00.6528020Z 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-01-24T01:28:00.6534231Z 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-01-24T01:28:00.6540304Z 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-01-24T01:28:00.6548468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6554718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6561843Z 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-01-24T01:28:00.6568024Z 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-01-24T01:28:00.6574812Z 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-01-24T01:28:00.6581036Z 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-01-24T01:28:00.6587367Z 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-01-24T01:28:00.6593470Z 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-01-24T01:28:00.6599953Z 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-01-24T01:28:00.6606728Z 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-01-24T01:28:00.6613164Z 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-01-24T01:28:00.6619636Z 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-01-24T01:28:00.6625993Z 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-01-24T01:28:00.6639204Z 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-01-24T01:28:00.6642346Z 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-01-24T01:28:00.6649537Z 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-01-24T01:28:00.6656014Z 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-01-24T01:28:00.6663372Z 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-01-24T01:28:00.6670093Z 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-01-24T01:28:00.6676673Z 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-01-24T01:28:00.6683249Z 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-01-24T01:28:00.6689674Z 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-01-24T01:28:00.6696488Z 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-01-24T01:28:00.6703480Z 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-01-24T01:28:00.6709867Z 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-01-24T01:28:00.6720645Z 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-01-24T01:28:00.6728152Z 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-01-24T01:28:00.6735408Z 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-01-24T01:28:00.6742128Z 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-01-24T01:28:00.6749118Z 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-01-24T01:28:00.6755302Z 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-01-24T01:28:00.6762156Z 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-01-24T01:28:00.6768846Z 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-01-24T01:28:00.6775654Z 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-01-24T01:28:00.6782004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6788765Z 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-01-24T01:28:00.6795114Z 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-01-24T01:28:00.6801095Z 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-01-24T01:28:00.6807542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6815399Z 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-01-24T01:28:00.6821936Z 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-01-24T01:28:00.6828713Z 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-01-24T01:28:00.6834896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.6841477Z 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-01-24T01:28:00.6848109Z 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-01-24T01:28:00.6854556Z 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-01-24T01:28:00.6861431Z 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-01-24T01:28:00.6868419Z 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-01-24T01:28:00.6874619Z 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-01-24T01:28:00.6881205Z 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-01-24T01:28:00.6887647Z 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-01-24T01:28:00.6894209Z 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-01-24T01:28:00.6900589Z 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-01-24T01:28:00.6907259Z 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-01-24T01:28:00.6914708Z 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-01-24T01:28:00.6921974Z 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-01-24T01:28:00.6928577Z 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-01-24T01:28:00.6935097Z 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-01-24T01:28:00.6941599Z 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-01-24T01:28:00.6949200Z 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-01-24T01:28:00.6955656Z 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-01-24T01:28:00.6962087Z 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-01-24T01:28:00.6968685Z 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-01-24T01:28:00.6975475Z 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-01-24T01:28:00.6981990Z 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-01-24T01:28:00.6988359Z 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-01-24T01:28:00.6994683Z 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-01-24T01:28:00.7001398Z 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-01-24T01:28:00.7007706Z 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-01-24T01:28:00.7014550Z 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-01-24T01:28:00.7021156Z 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-01-24T01:28:00.7027443Z 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-01-24T01:28:00.7033682Z 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-01-24T01:28:00.7040026Z 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-01-24T01:28:00.7046346Z 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-01-24T01:28:00.7053054Z 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-01-24T01:28:00.7059250Z 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-01-24T01:28:00.7067731Z 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-01-24T01:28:00.7074477Z 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-01-24T01:28:00.7087798Z 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-01-24T01:28:00.7106918Z 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-01-24T01:28:00.7108226Z 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-01-24T01:28:00.7115206Z 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-01-24T01:28:00.7119219Z 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-01-24T01:28:00.7127057Z 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-01-24T01:28:00.7133894Z 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-01-24T01:28:00.7140467Z 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-01-24T01:28:00.7147144Z 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-01-24T01:28:00.7153877Z 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-01-24T01:28:00.7160512Z 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-01-24T01:28:00.7168144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7174694Z 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-01-24T01:28:00.7181265Z 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-01-24T01:28:00.7187676Z 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-01-24T01:28:00.7194448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7201004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7207825Z 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-01-24T01:28:00.7214819Z 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-01-24T01:28:00.7221219Z 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-01-24T01:28:00.7227659Z 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-01-24T01:28:00.7233887Z 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-01-24T01:28:00.7240303Z 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-01-24T01:28:00.7246502Z 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-01-24T01:28:00.7253435Z 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-01-24T01:28:00.7259855Z 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-01-24T01:28:00.7266109Z 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-01-24T01:28:00.7272142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7278476Z 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-01-24T01:28:00.7284798Z 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-01-24T01:28:00.7290839Z 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-01-24T01:28:00.7297472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7303901Z 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-01-24T01:28:00.7309819Z 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-01-24T01:28:00.7315638Z 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-01-24T01:28:00.7321738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.7328237Z 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-01-24T01:28:00.7334424Z 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-01-24T01:28:00.7340752Z 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-01-24T01:28:00.7347605Z 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-01-24T01:28:00.7354318Z 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-01-24T01:28:00.7360319Z 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-01-24T01:28:00.7366927Z 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-01-24T01:28:00.7373364Z 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-01-24T01:28:00.7379904Z 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-01-24T01:28:00.7386201Z 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-01-24T01:28:00.7393109Z 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-01-24T01:28:00.7398789Z 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-01-24T01:28:00.7405522Z 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-01-24T01:28:00.7411959Z 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-01-24T01:28:00.7418451Z 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-01-24T01:28:00.7424693Z 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-01-24T01:28:00.7431033Z 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-01-24T01:28:00.7437830Z 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-01-24T01:28:00.7445041Z 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-01-24T01:28:00.7452652Z 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-01-24T01:28:00.7459689Z 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-01-24T01:28:00.7467812Z 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-01-24T01:28:00.7475664Z 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-01-24T01:28:00.7483501Z 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-01-24T01:28:00.7491124Z 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-01-24T01:28:00.7499003Z 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-01-24T01:28:00.7506674Z 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-01-24T01:28:00.7513493Z 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-01-24T01:28:00.7520152Z 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-01-24T01:28:00.7531049Z 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-01-24T01:28:00.7538718Z 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-01-24T01:28:00.7545075Z 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-01-24T01:28:00.7551971Z 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-01-24T01:28:00.7558080Z 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-01-24T01:28:00.7564687Z 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-01-24T01:28:00.7571137Z 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-01-24T01:28:00.7577592Z 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-01-24T01:28:00.7584371Z 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-01-24T01:28:00.7591541Z 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-01-24T01:28:00.7598213Z 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-01-24T01:28:00.7604629Z 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-01-24T01:28:00.7611467Z 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-01-24T01:28:00.7618064Z 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-01-24T01:28:00.8715434Z 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-01-24T01:28:00.8721665Z 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-01-24T01:28:00.8728773Z 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-01-24T01:28:00.8735184Z 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-01-24T01:28:00.8742067Z 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-01-24T01:28:00.8749092Z 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-01-24T01:28:00.8755548Z 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-01-24T01:28:00.8762606Z 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-01-24T01:28:00.8769248Z 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-01-24T01:28:00.8775818Z 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-01-24T01:28:00.8782394Z 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-01-24T01:28:00.8789099Z 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-01-24T01:28:00.8795807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.8802450Z 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-01-24T01:28:00.8808832Z 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-01-24T01:28:00.8815269Z 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-01-24T01:28:00.8821812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.8828664Z 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-01-24T01:28:00.8835630Z 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-01-24T01:28:00.8842141Z 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-01-24T01:28:00.8848919Z 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-01-24T01:28:00.8856814Z 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-01-24T01:28:00.8863446Z 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-01-24T01:28:00.8870086Z 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-01-24T01:28:00.8877546Z 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-01-24T01:28:00.8884174Z 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-01-24T01:28:00.8890710Z 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-01-24T01:28:00.8897428Z 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-01-24T01:28:00.8903813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.8910573Z 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-01-24T01:28:00.8917840Z 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-01-24T01:28:00.8924466Z 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-01-24T01:28:00.8931001Z 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-01-24T01:28:00.8937757Z 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-01-24T01:28:00.8944245Z 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-01-24T01:28:00.8955828Z 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-01-24T01:28:00.8962734Z 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-01-24T01:28:00.8969210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.8976582Z 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-01-24T01:28:00.8983655Z 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-01-24T01:28:00.8990839Z 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-01-24T01:28:00.9001959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9009629Z 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-01-24T01:28:00.9016951Z 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-01-24T01:28:00.9023623Z 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-01-24T01:28:00.9030259Z 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-01-24T01:28:00.9037130Z 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-01-24T01:28:00.9044124Z 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-01-24T01:28:00.9051048Z 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-01-24T01:28:00.9058235Z 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-01-24T01:28:00.9065019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9072021Z 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-01-24T01:28:00.9079324Z 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-01-24T01:28:00.9085762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9092638Z 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-01-24T01:28:00.9099387Z 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-01-24T01:28:00.9106082Z 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-01-24T01:28:00.9112687Z 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-01-24T01:28:00.9118821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9125675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9132212Z 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-01-24T01:28:00.9139789Z 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-01-24T01:28:00.9146607Z 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-01-24T01:28:00.9153426Z 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-01-24T01:28:00.9160564Z 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-01-24T01:28:00.9166791Z 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-01-24T01:28:00.9173058Z 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-01-24T01:28:00.9179483Z 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-01-24T01:28:00.9185604Z 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-01-24T01:28:00.9191818Z 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-01-24T01:28:00.9197958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9204064Z 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-01-24T01:28:00.9209987Z 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-01-24T01:28:00.9216193Z 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-01-24T01:28:00.9222115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9232467Z 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-01-24T01:28:00.9238347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9244206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9249857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9255937Z 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-01-24T01:28:00.9262144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9268030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9273970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9280234Z 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-01-24T01:28:00.9286383Z 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-01-24T01:28:00.9292517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9298922Z 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-01-24T01:28:00.9305077Z 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-01-24T01:28:00.9311026Z 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-01-24T01:28:00.9317294Z 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-01-24T01:28:00.9323369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9329665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9336537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9342692Z 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-01-24T01:28:00.9348808Z 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-01-24T01:28:00.9355042Z 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-01-24T01:28:00.9361529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9367659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9373868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9384733Z 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-01-24T01:28:00.9390577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9396376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9402515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9408748Z 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-01-24T01:28:00.9415217Z 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-01-24T01:28:00.9421240Z 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-01-24T01:28:00.9427248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9433551Z 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-01-24T01:28:00.9439745Z 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-01-24T01:28:00.9445759Z 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-01-24T01:28:00.9451918Z 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-01-24T01:28:00.9458165Z 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-01-24T01:28:00.9464066Z 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-01-24T01:28:00.9469906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9475508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9481149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9487713Z 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-01-24T01:28:00.9495447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9502228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9509360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9516481Z 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-01-24T01:28:00.9523713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9530072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9536673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9542536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9548750Z 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-01-24T01:28:00.9554648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9560802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9568244Z 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-01-24T01:28:00.9573817Z 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-01-24T01:28:00.9580211Z 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-01-24T01:28:00.9586656Z 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-01-24T01:28:00.9592449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9597736Z 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-01-24T01:28:00.9603729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9609635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9618394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9624645Z 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-01-24T01:28:00.9631200Z 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-01-24T01:28:00.9637264Z 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-01-24T01:28:00.9643941Z 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-01-24T01:28:00.9649876Z 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-01-24T01:28:00.9656127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9661670Z 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-01-24T01:28:00.9667628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9674083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9680066Z 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-01-24T01:28:00.9690298Z 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-01-24T01:28:00.9696817Z 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-01-24T01:28:00.9702604Z 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-01-24T01:28:00.9709201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9715214Z 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-01-24T01:28:00.9721394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9728119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9734225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9744370Z 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-01-24T01:28:00.9750280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9756324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9762658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9768620Z 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-01-24T01:28:00.9784304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9790346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9796409Z 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-01-24T01:28:00.9803296Z 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-01-24T01:28:00.9809266Z 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-01-24T01:28:00.9816254Z 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-01-24T01:28:00.9831478Z 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-01-24T01:28:00.9832769Z 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-01-24T01:28:00.9835594Z 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-01-24T01:28:00.9842167Z 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-01-24T01:28:00.9848166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9855404Z 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-01-24T01:28:00.9861628Z 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-01-24T01:28:00.9867445Z 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-01-24T01:28:00.9873537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9879523Z 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-01-24T01:28:00.9885721Z 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-01-24T01:28:00.9891515Z 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-01-24T01:28:00.9897979Z 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-01-24T01:28:00.9904689Z 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-01-24T01:28:00.9910937Z 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-01-24T01:28:00.9916828Z 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-01-24T01:28:00.9922904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9929341Z 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-01-24T01:28:00.9935738Z 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-01-24T01:28:00.9941503Z 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-01-24T01:28:00.9948036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9953599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:00.9959299Z 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-01-24T01:28:00.9965608Z 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-01-24T01:28:00.9971574Z 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-01-24T01:28:00.9978693Z 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-01-24T01:28:00.9984743Z 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-01-24T01:28:00.9991071Z 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-01-24T01:28:00.9997357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0003737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0008010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0014956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0019216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0025448Z 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-01-24T01:28:01.0031378Z 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-01-24T01:28:01.0037237Z 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-01-24T01:28:01.0043175Z 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-01-24T01:28:01.0049170Z 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-01-24T01:28:01.0055221Z 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-01-24T01:28:01.0062671Z 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-01-24T01:28:01.0068317Z 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-01-24T01:28:01.0073943Z 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-01-24T01:28:01.0079916Z 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-01-24T01:28:01.0085632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0091065Z 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-01-24T01:28:01.0096966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0102674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0108509Z 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-01-24T01:28:01.0114168Z 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-01-24T01:28:01.0120270Z 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-01-24T01:28:01.0126167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0131538Z 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-01-24T01:28:01.0137399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0143217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0148593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0154440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0160451Z 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-01-24T01:28:01.0166340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0175087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0181573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0188141Z 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-01-24T01:28:01.0193755Z 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-01-24T01:28:01.0199581Z 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-01-24T01:28:01.0205415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0211901Z 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-01-24T01:28:01.0217654Z 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-01-24T01:28:01.0223670Z 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-01-24T01:28:01.0229477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0311635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0317670Z 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-01-24T01:28:01.0323281Z 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-01-24T01:28:01.0329161Z 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-01-24T01:28:01.0335296Z 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-01-24T01:28:01.0341204Z 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-01-24T01:28:01.0347863Z 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-01-24T01:28:01.0353818Z 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-01-24T01:28:01.0360489Z 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-01-24T01:28:01.0366828Z 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-01-24T01:28:01.0373145Z 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-01-24T01:28:01.0379343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0385437Z 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-01-24T01:28:01.0391682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0397677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0403581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0410135Z 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-01-24T01:28:01.0416231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0421975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0428190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0433235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0459889Z 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-01-24T01:28:01.0465754Z 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-01-24T01:28:01.0471622Z 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-01-24T01:28:01.0481197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0483973Z 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-01-24T01:28:01.0490017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0496743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0503167Z 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-01-24T01:28:01.0509365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0515657Z 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-01-24T01:28:01.0523055Z 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-01-24T01:28:01.0530221Z 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-01-24T01:28:01.0537205Z 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-01-24T01:28:01.0544462Z 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-01-24T01:28:01.0551753Z 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-01-24T01:28:01.0558655Z 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-01-24T01:28:01.0565276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0571608Z 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-01-24T01:28:01.0578068Z 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-01-24T01:28:01.0584413Z 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-01-24T01:28:01.0590553Z 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-01-24T01:28:01.0596942Z 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-01-24T01:28:01.0603137Z 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-01-24T01:28:01.0609190Z 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-01-24T01:28:01.0615505Z 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-01-24T01:28:01.0621452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0627674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0634572Z 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-01-24T01:28:01.0640261Z 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-01-24T01:28:01.0646154Z 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-01-24T01:28:01.0652270Z 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-01-24T01:28:01.0658278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0664081Z 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-01-24T01:28:01.0670017Z 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-01-24T01:28:01.0675998Z 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-01-24T01:28:01.0681954Z 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-01-24T01:28:01.0687872Z 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-01-24T01:28:01.0694178Z 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-01-24T01:28:01.0700188Z 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-01-24T01:28:01.0705967Z 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-01-24T01:28:01.0712225Z 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-01-24T01:28:01.0718426Z 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-01-24T01:28:01.0724429Z 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-01-24T01:28:01.0730462Z 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-01-24T01:28:01.0736543Z 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-01-24T01:28:01.0742489Z 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-01-24T01:28:01.0748573Z 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-01-24T01:28:01.0754925Z 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-01-24T01:28:01.0760686Z 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-01-24T01:28:01.0767026Z 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-01-24T01:28:01.0773125Z 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-01-24T01:28:01.0779450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0784873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0791131Z 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-01-24T01:28:01.0797341Z 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-01-24T01:28:01.0803945Z 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-01-24T01:28:01.0810466Z 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-01-24T01:28:01.0816859Z 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-01-24T01:28:01.0823062Z 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-01-24T01:28:01.0829385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0835370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0841527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0848116Z 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-01-24T01:28:01.0854558Z 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-01-24T01:28:01.0861028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0867790Z 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-01-24T01:28:01.0874205Z 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-01-24T01:28:01.0880470Z 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-01-24T01:28:01.0887077Z 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-01-24T01:28:01.0893421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0899612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0905831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0912155Z 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-01-24T01:28:01.0918264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0924465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0930553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0937171Z 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-01-24T01:28:01.0943218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0949292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0955443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.0962045Z 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-01-24T01:28:01.0968636Z 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-01-24T01:28:01.0974499Z 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-01-24T01:28:01.0981021Z 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-01-24T01:28:01.0987686Z 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-01-24T01:28:01.0994056Z 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-01-24T01:28:01.1001159Z 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-01-24T01:28:01.1007533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1014031Z 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-01-24T01:28:01.1021486Z 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-01-24T01:28:01.1027644Z 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-01-24T01:28:01.1033779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1040157Z 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-01-24T01:28:01.1046313Z 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-01-24T01:28:01.1052787Z 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-01-24T01:28:01.1059080Z 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-01-24T01:28:01.1065294Z 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-01-24T01:28:01.1071323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1077292Z 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-01-24T01:28:01.1083201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1089450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1095235Z 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-01-24T01:28:01.1101486Z 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-01-24T01:28:01.1107667Z 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-01-24T01:28:01.1113878Z 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-01-24T01:28:01.1119930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1125893Z 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-01-24T01:28:01.1131672Z 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-01-24T01:28:01.1137816Z 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-01-24T01:28:01.1144047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1150126Z 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-01-24T01:28:01.1156328Z 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-01-24T01:28:01.1162455Z 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-01-24T01:28:01.1168578Z 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-01-24T01:28:01.1174707Z 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-01-24T01:28:01.1180878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1186730Z 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-01-24T01:28:01.1192578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1198397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1204208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1210329Z 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-01-24T01:28:01.1216971Z 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-01-24T01:28:01.1222559Z 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-01-24T01:28:01.1228482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1234538Z 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-01-24T01:28:01.1240394Z 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-01-24T01:28:01.1246531Z 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-01-24T01:28:01.1252556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1258282Z 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-01-24T01:28:01.1264558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1270934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1277097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1282957Z 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-01-24T01:28:01.1288987Z 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-01-24T01:28:01.1295203Z 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-01-24T01:28:01.1301572Z 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-01-24T01:28:01.1307667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1314293Z 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-01-24T01:28:01.1320469Z 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-01-24T01:28:01.1326718Z 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-01-24T01:28:01.1333018Z 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-01-24T01:28:01.1339102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1344618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1350417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1356526Z 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-01-24T01:28:01.1364190Z 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-01-24T01:28:01.1370334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1377254Z 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-01-24T01:28:01.1383392Z 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-01-24T01:28:01.1396476Z 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-01-24T01:28:01.1403656Z 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-01-24T01:28:01.1409946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1416529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1422597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1429241Z 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-01-24T01:28:01.1435181Z 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-01-24T01:28:01.1441629Z 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-01-24T01:28:01.1447801Z 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-01-24T01:28:01.1454994Z 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-01-24T01:28:01.1461203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1467391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1473550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1479155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1485556Z 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-01-24T01:28:01.1493400Z 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-01-24T01:28:01.1501044Z 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-01-24T01:28:01.1507354Z 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-01-24T01:28:01.1513644Z 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-01-24T01:28:01.1519832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1526637Z 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-01-24T01:28:01.1533596Z 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-01-24T01:28:01.1540202Z 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-01-24T01:28:01.1546581Z 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-01-24T01:28:01.1552879Z 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-01-24T01:28:01.1558924Z 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-01-24T01:28:01.1565003Z 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-01-24T01:28:01.1570938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1576759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1582993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1589045Z 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-01-24T01:28:01.1595228Z 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-01-24T01:28:01.1601130Z 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-01-24T01:28:01.1607012Z 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-01-24T01:28:01.1613438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1620044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1625928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1632219Z 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-01-24T01:28:01.1638609Z 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-01-24T01:28:01.1645350Z 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-01-24T01:28:01.1651777Z 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-01-24T01:28:01.1658167Z 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-01-24T01:28:01.1663849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1670178Z 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-01-24T01:28:01.1676326Z 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-01-24T01:28:01.1682783Z 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-01-24T01:28:01.1688850Z 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-01-24T01:28:01.1695151Z 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-01-24T01:28:01.1701757Z 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-01-24T01:28:01.1707853Z 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-01-24T01:28:01.1714229Z 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-01-24T01:28:01.1720256Z 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-01-24T01:28:01.1726342Z 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-01-24T01:28:01.1732581Z 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-01-24T01:28:01.1739096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1745396Z 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-01-24T01:28:01.1751716Z 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-01-24T01:28:01.1757861Z 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-01-24T01:28:01.1763876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1770714Z 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-01-24T01:28:01.1777141Z 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-01-24T01:28:01.1783700Z 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-01-24T01:28:01.1790030Z 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-01-24T01:28:01.1796788Z 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-01-24T01:28:01.1803300Z 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-01-24T01:28:01.1809681Z 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-01-24T01:28:01.1816587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1822537Z 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-01-24T01:28:01.1828589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1835302Z 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-01-24T01:28:01.1841865Z 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-01-24T01:28:01.1848336Z 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-01-24T01:28:01.1854526Z 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-01-24T01:28:01.1861583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1868873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1876187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1883703Z 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-01-24T01:28:01.1890909Z 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-01-24T01:28:01.1897589Z 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-01-24T01:28:01.1903794Z 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-01-24T01:28:01.1910150Z 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-01-24T01:28:01.1917002Z 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-01-24T01:28:01.1923302Z 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-01-24T01:28:01.1929855Z 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-01-24T01:28:01.1936861Z 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-01-24T01:28:01.1944083Z 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-01-24T01:28:01.1950443Z 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-01-24T01:28:01.1956670Z 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-01-24T01:28:01.1962844Z 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-01-24T01:28:01.1969141Z 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-01-24T01:28:01.1975852Z 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-01-24T01:28:01.1981864Z 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-01-24T01:28:01.1987947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.1997811Z 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-01-24T01:28:01.2004406Z 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-01-24T01:28:01.2010722Z 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-01-24T01:28:01.2016897Z 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-01-24T01:28:01.2023017Z 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-01-24T01:28:01.2030733Z 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-01-24T01:28:01.2036977Z 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-01-24T01:28:01.2043125Z 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-01-24T01:28:01.2050161Z 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-01-24T01:28:01.2056571Z 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-01-24T01:28:01.2478578Z 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-01-24T01:28:01.2486884Z 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-01-24T01:28:01.2494100Z 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-01-24T01:28:01.2500409Z 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-01-24T01:28:01.2507118Z 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-01-24T01:28:01.2513727Z 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-01-24T01:28:01.2519921Z 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-01-24T01:28:01.2525991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.2532403Z 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-01-24T01:28:01.2539174Z 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-01-24T01:28:01.2545872Z 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-01-24T01:28:01.2552075Z 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-01-24T01:28:01.2558538Z 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-01-24T01:28:01.2564833Z 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-01-24T01:28:01.2571279Z 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-01-24T01:28:01.2577836Z 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-01-24T01:28:01.2584699Z 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-01-24T01:28:01.2591053Z 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-01-24T01:28:01.2597202Z 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-01-24T01:28:01.2603503Z 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-01-24T01:28:01.2609959Z 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-01-24T01:28:01.2616546Z 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-01-24T01:28:01.2622763Z 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-01-24T01:28:01.2629327Z 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-01-24T01:28:01.2635755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.2642096Z 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-01-24T01:28:01.2649009Z 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-01-24T01:28:01.2655503Z 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-01-24T01:28:01.2662321Z 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-01-24T01:28:01.2668525Z 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-01-24T01:28:01.2675024Z 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-01-24T01:28:01.2681196Z 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-01-24T01:28:01.2687410Z 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-01-24T01:28:01.2701128Z 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-01-24T01:28:01.2707566Z 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-01-24T01:28:01.2713867Z 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-01-24T01:28:01.2720012Z 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-01-24T01:28:01.2726589Z 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-01-24T01:28:01.2733441Z 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-01-24T01:28:01.2740063Z 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-01-24T01:28:01.2746299Z 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-01-24T01:28:01.2752656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.2758831Z 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-01-24T01:28:01.2765680Z 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-01-24T01:28:01.2772176Z 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-01-24T01:28:01.2779217Z 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-01-24T01:28:01.2785903Z 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-01-24T01:28:01.2792499Z 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-01-24T01:28:01.2799820Z 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-01-24T01:28:01.2806099Z 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-01-24T01:28:01.2813132Z 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-01-24T01:28:01.2819929Z 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-01-24T01:28:01.2826875Z 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-01-24T01:28:01.2833443Z 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-01-24T01:28:01.2839966Z 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-01-24T01:28:01.2846314Z 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-01-24T01:28:01.2853303Z 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-01-24T01:28:01.2859804Z 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-01-24T01:28:01.2866341Z 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-01-24T01:28:01.2872625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.2879474Z 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-01-24T01:28:01.2886328Z 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-01-24T01:28:01.2892775Z 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-01-24T01:28:01.2899286Z 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-01-24T01:28:01.2905763Z 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-01-24T01:28:01.2912717Z 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-01-24T01:28:01.2918893Z 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-01-24T01:28:01.2964894Z 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-01-24T01:28:01.2971714Z 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-01-24T01:28:01.2978228Z 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-01-24T01:28:01.2984590Z 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-01-24T01:28:01.2991226Z 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-01-24T01:28:01.2998356Z 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-01-24T01:28:01.3004940Z 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-01-24T01:28:01.3011909Z 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-01-24T01:28:01.3018682Z 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-01-24T01:28:01.3025132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3032013Z 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-01-24T01:28:01.3039486Z 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-01-24T01:28:01.3045880Z 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-01-24T01:28:01.3052365Z 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-01-24T01:28:01.3058568Z 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-01-24T01:28:01.3065378Z 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-01-24T01:28:01.3071984Z 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-01-24T01:28:01.3078205Z 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-01-24T01:28:01.3085003Z 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-01-24T01:28:01.3091283Z 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-01-24T01:28:01.3097675Z 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-01-24T01:28:01.3104390Z 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-01-24T01:28:01.3110668Z 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-01-24T01:28:01.3117555Z 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-01-24T01:28:01.3123937Z 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-01-24T01:28:01.3131328Z 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-01-24T01:28:01.3138584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3144219Z 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-01-24T01:28:01.3150275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3156957Z 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-01-24T01:28:01.3163710Z 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-01-24T01:28:01.3170309Z 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-01-24T01:28:01.3176899Z 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-01-24T01:28:01.3183685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3190833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3196079Z 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-01-24T01:28:01.3202590Z 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-01-24T01:28:01.3209135Z 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-01-24T01:28:01.3215880Z 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-01-24T01:28:01.3221798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3227864Z 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-01-24T01:28:01.3233933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3239970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3246266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3252551Z 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-01-24T01:28:01.3258935Z 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-01-24T01:28:01.3265017Z 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-01-24T01:28:01.3271119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3277461Z 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-01-24T01:28:01.3283612Z 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-01-24T01:28:01.3290196Z 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-01-24T01:28:01.3296501Z 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-01-24T01:28:01.3303182Z 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-01-24T01:28:01.3309437Z 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-01-24T01:28:01.3315632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3321697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3327542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3333797Z 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-01-24T01:28:01.3339970Z 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-01-24T01:28:01.3346105Z 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-01-24T01:28:01.3353020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3359113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3364895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3370791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3376699Z 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-01-24T01:28:01.3382958Z 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-01-24T01:28:01.3389515Z 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-01-24T01:28:01.3396246Z 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-01-24T01:28:01.3402765Z 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-01-24T01:28:01.3409146Z 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-01-24T01:28:01.3415676Z 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-01-24T01:28:01.3422081Z 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-01-24T01:28:01.3428466Z 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-01-24T01:28:01.3436415Z 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-01-24T01:28:01.3442969Z 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-01-24T01:28:01.3449161Z 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-01-24T01:28:01.3455560Z 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-01-24T01:28:01.3462949Z 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-01-24T01:28:01.3469381Z 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-01-24T01:28:01.3475723Z 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-01-24T01:28:01.3482711Z 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-01-24T01:28:01.3489592Z 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-01-24T01:28:01.3495821Z 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-01-24T01:28:01.3501988Z 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-01-24T01:28:01.3508605Z 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-01-24T01:28:01.3515077Z 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-01-24T01:28:01.3521595Z 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-01-24T01:28:01.3528393Z 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-01-24T01:28:01.3534532Z 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-01-24T01:28:01.3540638Z 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-01-24T01:28:01.3547037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3553358Z 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-01-24T01:28:01.3559603Z 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-01-24T01:28:01.3565608Z 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-01-24T01:28:01.3571754Z 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-01-24T01:28:01.3578378Z 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-01-24T01:28:01.3585006Z 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-01-24T01:28:01.3591311Z 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-01-24T01:28:01.3597185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3603064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3608914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3615027Z 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-01-24T01:28:01.3620859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3626782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3633191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3639154Z 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-01-24T01:28:01.3644954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3650588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3657020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3662982Z 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-01-24T01:28:01.3668890Z 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-01-24T01:28:01.3674827Z 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-01-24T01:28:01.3680766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3686759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3692872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3699237Z 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-01-24T01:28:01.3705934Z 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-01-24T01:28:01.3711977Z 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-01-24T01:28:01.3718088Z 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-01-24T01:28:01.3724006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3730141Z 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-01-24T01:28:01.3736404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3742299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3757293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3758518Z 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-01-24T01:28:01.3760725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3766765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3773404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3779139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3786178Z 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-01-24T01:28:01.3792203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3798641Z 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-01-24T01:28:01.3805422Z 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-01-24T01:28:01.3811482Z 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-01-24T01:28:01.3817834Z 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-01-24T01:28:01.3824150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3830524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3837356Z 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-01-24T01:28:01.3843369Z 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-01-24T01:28:01.3849822Z 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-01-24T01:28:01.3855659Z 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-01-24T01:28:01.3861713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3867698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.3873588Z 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-01-24T01:28:01.3880007Z 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-01-24T01:28:01.3886774Z 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-01-24T01:28:01.3893117Z 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-01-24T01:28:01.3899635Z 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-01-24T01:28:01.3906062Z 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-01-24T01:28:01.3912598Z 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-01-24T01:28:01.3919208Z 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-01-24T01:28:01.3925666Z 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-01-24T01:28:01.3932199Z 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-01-24T01:28:01.3938350Z 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-01-24T01:28:01.3944867Z 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-01-24T01:28:01.3951455Z 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-01-24T01:28:01.3958134Z 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-01-24T01:28:01.3964563Z 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-01-24T01:28:01.3970984Z 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-01-24T01:28:01.3977632Z 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-01-24T01:28:01.3984158Z 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-01-24T01:28:01.3990787Z 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-01-24T01:28:01.3997383Z 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-01-24T01:28:01.4003758Z 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-01-24T01:28:01.4010243Z 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-01-24T01:28:01.4017669Z 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-01-24T01:28:01.4025882Z 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-01-24T01:28:01.4033136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4040117Z 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-01-24T01:28:01.4046517Z 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-01-24T01:28:01.4053365Z 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-01-24T01:28:01.4059827Z 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-01-24T01:28:01.4066722Z 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-01-24T01:28:01.4073235Z 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-01-24T01:28:01.4080012Z 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-01-24T01:28:01.4085827Z 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-01-24T01:28:01.4092444Z 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-01-24T01:28:01.4098830Z 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-01-24T01:28:01.4104963Z 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-01-24T01:28:01.4111687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4117946Z 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-01-24T01:28:01.4124522Z 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-01-24T01:28:01.4130746Z 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-01-24T01:28:01.4137038Z 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-01-24T01:28:01.4143489Z 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-01-24T01:28:01.4149566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4155614Z 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-01-24T01:28:01.4161745Z 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-01-24T01:28:01.4168065Z 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-01-24T01:28:01.4194895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4200932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4207199Z 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-01-24T01:28:01.4214128Z 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-01-24T01:28:01.4220342Z 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-01-24T01:28:01.4226961Z 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-01-24T01:28:01.4233251Z 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-01-24T01:28:01.4239805Z 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-01-24T01:28:01.4246118Z 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-01-24T01:28:01.4252268Z 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-01-24T01:28:01.4258596Z 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-01-24T01:28:01.4264477Z 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-01-24T01:28:01.4270666Z 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-01-24T01:28:01.4277682Z 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-01-24T01:28:01.4284425Z 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-01-24T01:28:01.4290668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4297429Z 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-01-24T01:28:01.4303542Z 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-01-24T01:28:01.4309579Z 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-01-24T01:28:01.4315955Z 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-01-24T01:28:01.4322231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4329391Z 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-01-24T01:28:01.4335806Z 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-01-24T01:28:01.4342034Z 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-01-24T01:28:01.4348298Z 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-01-24T01:28:01.4355366Z 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-01-24T01:28:01.4361841Z 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-01-24T01:28:01.4368661Z 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-01-24T01:28:01.4375625Z 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-01-24T01:28:01.4381900Z 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-01-24T01:28:01.4388411Z 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-01-24T01:28:01.4394726Z 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-01-24T01:28:01.4400685Z 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-01-24T01:28:01.4407466Z 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-01-24T01:28:01.4414151Z 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-01-24T01:28:01.4421425Z 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-01-24T01:28:01.4428159Z 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-01-24T01:28:01.4434449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4441056Z 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-01-24T01:28:01.4447393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4453841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4460183Z 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-01-24T01:28:01.4466474Z 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-01-24T01:28:01.4473391Z 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-01-24T01:28:01.4480108Z 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-01-24T01:28:01.4486425Z 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-01-24T01:28:01.4512535Z 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-01-24T01:28:01.4519278Z 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-01-24T01:28:01.4527003Z 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-01-24T01:28:01.4534373Z 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-01-24T01:28:01.4541825Z 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-01-24T01:28:01.4548265Z 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-01-24T01:28:01.4555171Z 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-01-24T01:28:01.4561295Z 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-01-24T01:28:01.4568308Z 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-01-24T01:28:01.4575031Z 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-01-24T01:28:01.4581502Z 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-01-24T01:28:01.4587616Z 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-01-24T01:28:01.4593917Z 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-01-24T01:28:01.4599926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4606295Z 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-01-24T01:28:01.4612990Z 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-01-24T01:28:01.4619193Z 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-01-24T01:28:01.4625060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4631533Z 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-01-24T01:28:01.4637573Z 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-01-24T01:28:01.4643484Z 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-01-24T01:28:01.4649403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4656293Z 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-01-24T01:28:01.4662166Z 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-01-24T01:28:01.4668175Z 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-01-24T01:28:01.4674123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4682065Z 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-01-24T01:28:01.4687180Z 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-01-24T01:28:01.4693258Z 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-01-24T01:28:01.4699647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4706304Z 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-01-24T01:28:01.4711936Z 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-01-24T01:28:01.4717647Z 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-01-24T01:28:01.4723654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4730221Z 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-01-24T01:28:01.4736452Z 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-01-24T01:28:01.4742655Z 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-01-24T01:28:01.4748818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4756305Z 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-01-24T01:28:01.4762736Z 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-01-24T01:28:01.4770261Z 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-01-24T01:28:01.4776470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4783674Z 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-01-24T01:28:01.4790102Z 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-01-24T01:28:01.4796249Z 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-01-24T01:28:01.4802663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4809299Z 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-01-24T01:28:01.4815638Z 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-01-24T01:28:01.4822300Z 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-01-24T01:28:01.4828735Z 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-01-24T01:28:01.4835386Z 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-01-24T01:28:01.4841972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4848283Z 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-01-24T01:28:01.4854991Z 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-01-24T01:28:01.4861131Z 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-01-24T01:28:01.4868011Z 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-01-24T01:28:01.4874317Z 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-01-24T01:28:01.4880707Z 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-01-24T01:28:01.4887375Z 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-01-24T01:28:01.4893702Z 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-01-24T01:28:01.4900132Z 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-01-24T01:28:01.4907325Z 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-01-24T01:28:01.4913722Z 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-01-24T01:28:01.4920035Z 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-01-24T01:28:01.4926657Z 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-01-24T01:28:01.4940894Z 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-01-24T01:28:01.4947281Z 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-01-24T01:28:01.4954011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4960727Z 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-01-24T01:28:01.4966843Z 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-01-24T01:28:01.4973418Z 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-01-24T01:28:01.4979523Z 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-01-24T01:28:01.4985656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4992336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.4998835Z 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-01-24T01:28:01.5005211Z 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-01-24T01:28:01.5011777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5018238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5025566Z 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-01-24T01:28:01.5033204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5039391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5045921Z 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-01-24T01:28:01.5053362Z 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-01-24T01:28:01.5059662Z 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-01-24T01:28:01.5065992Z 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-01-24T01:28:01.5072366Z 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-01-24T01:28:01.5078539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5084340Z 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-01-24T01:28:01.5090858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5098668Z 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-01-24T01:28:01.5104841Z 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-01-24T01:28:01.5111156Z 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-01-24T01:28:01.5117758Z 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-01-24T01:28:01.5124595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5130742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5137032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5143341Z 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-01-24T01:28:01.5149700Z 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-01-24T01:28:01.5155441Z 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-01-24T01:28:01.5161797Z 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-01-24T01:28:01.5168763Z 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-01-24T01:28:01.5175113Z 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-01-24T01:28:01.5181402Z 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-01-24T01:28:01.5187508Z 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-01-24T01:28:01.5224115Z 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-01-24T01:28:01.5230558Z 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-01-24T01:28:01.5237018Z 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-01-24T01:28:01.5243359Z 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-01-24T01:28:01.5250067Z 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-01-24T01:28:01.5256379Z 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-01-24T01:28:01.5263003Z 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-01-24T01:28:01.5269346Z 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-01-24T01:28:01.5277001Z 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-01-24T01:28:01.5285936Z 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-01-24T01:28:01.5293083Z 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-01-24T01:28:01.5301476Z 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-01-24T01:28:01.5308945Z 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-01-24T01:28:01.5315887Z 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-01-24T01:28:01.5323558Z 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-01-24T01:28:01.5331384Z 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-01-24T01:28:01.5338624Z 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-01-24T01:28:01.5344742Z 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-01-24T01:28:01.5351422Z 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-01-24T01:28:01.5357743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5364793Z 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-01-24T01:28:01.5371570Z 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-01-24T01:28:01.5377965Z 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-01-24T01:28:01.5384718Z 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-01-24T01:28:01.5391341Z 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-01-24T01:28:01.5397871Z 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-01-24T01:28:01.5404149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5410912Z 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-01-24T01:28:01.5417705Z 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-01-24T01:28:01.5424119Z 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-01-24T01:28:01.5430480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5437022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5443336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5449822Z 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-01-24T01:28:01.5456212Z 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-01-24T01:28:01.5462892Z 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-01-24T01:28:01.5469070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5475871Z 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-01-24T01:28:01.5482391Z 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-01-24T01:28:01.5489475Z 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-01-24T01:28:01.5495710Z 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-01-24T01:28:01.5502466Z 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-01-24T01:28:01.5508703Z 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-01-24T01:28:01.5514951Z 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-01-24T01:28:01.5521938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5528991Z 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-01-24T01:28:01.5537341Z 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-01-24T01:28:01.5544769Z 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-01-24T01:28:01.5551024Z 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-01-24T01:28:01.5557514Z 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-01-24T01:28:01.5563983Z 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-01-24T01:28:01.5570407Z 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-01-24T01:28:01.5576802Z 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-01-24T01:28:01.5583493Z 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-01-24T01:28:01.5590508Z 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-01-24T01:28:01.5596449Z 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-01-24T01:28:01.5603631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5609682Z 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-01-24T01:28:01.5616194Z 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-01-24T01:28:01.5622781Z 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-01-24T01:28:01.5629089Z 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-01-24T01:28:01.5635270Z 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-01-24T01:28:01.5641552Z 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-01-24T01:28:01.5648714Z 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-01-24T01:28:01.5655279Z 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-01-24T01:28:01.5661926Z 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-01-24T01:28:01.5668377Z 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-01-24T01:28:01.5674806Z 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-01-24T01:28:01.5681414Z 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-01-24T01:28:01.5687717Z 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-01-24T01:28:01.5694417Z 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-01-24T01:28:01.5700412Z 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-01-24T01:28:01.5706541Z 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-01-24T01:28:01.5712880Z 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-01-24T01:28:01.5719159Z 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-01-24T01:28:01.5725639Z 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-01-24T01:28:01.5732036Z 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-01-24T01:28:01.5738521Z 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-01-24T01:28:01.5744827Z 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-01-24T01:28:01.5750907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.5757161Z 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-01-24T01:28:01.5764540Z 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-01-24T01:28:01.5770961Z 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-01-24T01:28:01.5777297Z 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-01-24T01:28:01.5783531Z 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-01-24T01:28:01.5790333Z 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-01-24T01:28:01.5796634Z 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-01-24T01:28:01.5802785Z 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-01-24T01:28:01.5809327Z 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-01-24T01:28:01.5815779Z 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-01-24T01:28:01.5822203Z 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-01-24T01:28:01.5828944Z 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-01-24T01:28:01.5835230Z 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-01-24T01:28:01.5842470Z 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-01-24T01:28:01.5849143Z 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-01-24T01:28:01.5855849Z 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-01-24T01:28:01.5861954Z 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-01-24T01:28:01.5868214Z 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-01-24T01:28:01.5874543Z 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-01-24T01:28:01.5881542Z 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-01-24T01:28:01.5889750Z 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-01-24T01:28:01.5896524Z 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-01-24T01:28:01.5903095Z 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-01-24T01:28:01.5909764Z 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-01-24T01:28:01.5915905Z 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-01-24T01:28:01.5922115Z 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-01-24T01:28:01.7196465Z 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-01-24T01:28:01.7204719Z 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-01-24T01:28:01.7211623Z 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-01-24T01:28:01.7218191Z 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-01-24T01:28:01.7224787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7231356Z 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-01-24T01:28:01.7238103Z 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-01-24T01:28:01.7244507Z 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-01-24T01:28:01.7250675Z 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-01-24T01:28:01.7257227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7263265Z 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-01-24T01:28:01.7269595Z 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-01-24T01:28:01.7276032Z 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-01-24T01:28:01.7282700Z 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-01-24T01:28:01.7288975Z 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-01-24T01:28:01.7295738Z 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-01-24T01:28:01.7309552Z 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-01-24T01:28:01.7315811Z 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-01-24T01:28:01.7321902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7327327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7333375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7339251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7345049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7350675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7356802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7363335Z 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-01-24T01:28:01.7369453Z 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-01-24T01:28:01.7375057Z 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-01-24T01:28:01.7381311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7387568Z 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-01-24T01:28:01.7394033Z 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-01-24T01:28:01.7400531Z 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-01-24T01:28:01.7406420Z 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-01-24T01:28:01.7412622Z 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-01-24T01:28:01.7418818Z 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-01-24T01:28:01.7425549Z 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-01-24T01:28:01.7431417Z 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-01-24T01:28:01.7437462Z 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-01-24T01:28:01.7443647Z 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-01-24T01:28:01.7450214Z 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-01-24T01:28:01.7457062Z 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-01-24T01:28:01.7464222Z 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-01-24T01:28:01.7471269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7479001Z 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-01-24T01:28:01.7486415Z 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-01-24T01:28:01.7493903Z 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-01-24T01:28:01.7501140Z 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-01-24T01:28:01.7509413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7515366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7522053Z 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-01-24T01:28:01.7528720Z 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-01-24T01:28:01.7535418Z 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-01-24T01:28:01.7541871Z 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-01-24T01:28:01.7548582Z 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-01-24T01:28:01.7555111Z 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-01-24T01:28:01.7561320Z 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-01-24T01:28:01.7567538Z 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-01-24T01:28:01.7573814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7580696Z 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-01-24T01:28:01.7586605Z 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-01-24T01:28:01.7593331Z 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-01-24T01:28:01.7599547Z 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-01-24T01:28:01.7605863Z 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-01-24T01:28:01.7612610Z 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-01-24T01:28:01.7618831Z 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-01-24T01:28:01.7625659Z 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-01-24T01:28:01.7632436Z 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-01-24T01:28:01.7638987Z 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-01-24T01:28:01.7645403Z 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-01-24T01:28:01.7651887Z 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-01-24T01:28:01.7658076Z 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-01-24T01:28:01.7664606Z 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-01-24T01:28:01.7670849Z 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-01-24T01:28:01.7677397Z 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-01-24T01:28:01.7683565Z 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-01-24T01:28:01.7690128Z 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-01-24T01:28:01.7696568Z 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-01-24T01:28:01.7703029Z 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-01-24T01:28:01.7709173Z 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-01-24T01:28:01.7715224Z 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-01-24T01:28:01.7721536Z 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-01-24T01:28:01.7728176Z 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-01-24T01:28:01.7734716Z 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-01-24T01:28:01.7741186Z 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-01-24T01:28:01.7747836Z 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-01-24T01:28:01.7754377Z 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-01-24T01:28:01.7760772Z 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-01-24T01:28:01.7767875Z 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-01-24T01:28:01.7774376Z 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-01-24T01:28:01.7780786Z 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-01-24T01:28:01.7787128Z 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-01-24T01:28:01.7793708Z 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-01-24T01:28:01.7800281Z 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-01-24T01:28:01.7806719Z 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-01-24T01:28:01.7813269Z 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-01-24T01:28:01.7819766Z 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-01-24T01:28:01.7827355Z 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-01-24T01:28:01.7833843Z 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-01-24T01:28:01.7840506Z 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-01-24T01:28:01.7846974Z 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-01-24T01:28:01.7853389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.7860407Z 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-01-24T01:28:01.7866510Z 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-01-24T01:28:01.7872840Z 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-01-24T01:28:01.7879791Z 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-01-24T01:28:01.7886291Z 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-01-24T01:28:01.7893055Z 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-01-24T01:28:01.7899544Z 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-01-24T01:28:01.7906544Z 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-01-24T01:28:01.7913215Z 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-01-24T01:28:01.7920074Z 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-01-24T01:28:01.7926704Z 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-01-24T01:28:01.7933866Z 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-01-24T01:28:01.7940749Z 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-01-24T01:28:01.7947810Z 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-01-24T01:28:01.7954961Z 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-01-24T01:28:01.7961523Z 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-01-24T01:28:01.7968340Z 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-01-24T01:28:01.7975479Z 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-01-24T01:28:01.7982040Z 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-01-24T01:28:01.7988708Z 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-01-24T01:28:01.7995610Z 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-01-24T01:28:01.8002670Z 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-01-24T01:28:01.8009404Z 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-01-24T01:28:01.8016204Z 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-01-24T01:28:01.8023240Z 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-01-24T01:28:01.8029849Z 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-01-24T01:28:01.8037744Z 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-01-24T01:28:01.8044394Z 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-01-24T01:28:01.8051829Z 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-01-24T01:28:01.8061650Z 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-01-24T01:28:01.8071392Z 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-01-24T01:28:01.8081508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8090047Z 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-01-24T01:28:01.8097869Z 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-01-24T01:28:01.8105507Z 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-01-24T01:28:01.8113442Z 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-01-24T01:28:01.8120893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8128656Z 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-01-24T01:28:01.8135324Z 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-01-24T01:28:01.8141461Z 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-01-24T01:28:01.8147823Z 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-01-24T01:28:01.8153647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8159738Z 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-01-24T01:28:01.8165916Z 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-01-24T01:28:01.8171749Z 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-01-24T01:28:01.8177997Z 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-01-24T01:28:01.8184966Z 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-01-24T01:28:01.8191096Z 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-01-24T01:28:01.8197353Z 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-01-24T01:28:01.8204913Z 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-01-24T01:28:01.8211265Z 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-01-24T01:28:01.8217116Z 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-01-24T01:28:01.8223117Z 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-01-24T01:28:01.8229230Z 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-01-24T01:28:01.8235353Z 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-01-24T01:28:01.8241676Z 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-01-24T01:28:01.8248416Z 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-01-24T01:28:01.8255053Z 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-01-24T01:28:01.8261675Z 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-01-24T01:28:01.8267983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8273972Z 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-01-24T01:28:01.8280164Z 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-01-24T01:28:01.8286508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8293440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8299940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8306412Z 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-01-24T01:28:01.8312708Z 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-01-24T01:28:01.8318992Z 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-01-24T01:28:01.8325562Z 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-01-24T01:28:01.8331865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8339079Z 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-01-24T01:28:01.8345484Z 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-01-24T01:28:01.8352198Z 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-01-24T01:28:01.8358486Z 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-01-24T01:28:01.8364793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8371318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8378671Z 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-01-24T01:28:01.8385064Z 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-01-24T01:28:01.8391319Z 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-01-24T01:28:01.8397894Z 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-01-24T01:28:01.8404209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8410965Z 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-01-24T01:28:01.8417270Z 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-01-24T01:28:01.8424135Z 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-01-24T01:28:01.8430533Z 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-01-24T01:28:01.8437117Z 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-01-24T01:28:01.8443317Z 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-01-24T01:28:01.8449868Z 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-01-24T01:28:01.8456074Z 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-01-24T01:28:01.8462486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8468885Z 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-01-24T01:28:01.8475641Z 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-01-24T01:28:01.8481754Z 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-01-24T01:28:01.8488179Z 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-01-24T01:28:01.8494490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8501444Z 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-01-24T01:28:01.8507649Z 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-01-24T01:28:01.8514168Z 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-01-24T01:28:01.8530109Z 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-01-24T01:28:01.8531545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8534169Z 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-01-24T01:28:01.8540374Z 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-01-24T01:28:01.8546814Z 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-01-24T01:28:01.8553241Z 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-01-24T01:28:01.8559791Z 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-01-24T01:28:01.8566402Z 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-01-24T01:28:01.8573053Z 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-01-24T01:28:01.8579667Z 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-01-24T01:28:01.8586230Z 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-01-24T01:28:01.8592523Z 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-01-24T01:28:01.8598837Z 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-01-24T01:28:01.8605305Z 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-01-24T01:28:01.8612254Z 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-01-24T01:28:01.8618425Z 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-01-24T01:28:01.8624556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8631081Z 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-01-24T01:28:01.8637539Z 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-01-24T01:28:01.8643591Z 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-01-24T01:28:01.8649696Z 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-01-24T01:28:01.8656607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8662830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8670308Z 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-01-24T01:28:01.8676488Z 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-01-24T01:28:01.8683060Z 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-01-24T01:28:01.8689755Z 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-01-24T01:28:01.8696591Z 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-01-24T01:28:01.8702784Z 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-01-24T01:28:01.8709172Z 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-01-24T01:28:01.8715527Z 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-01-24T01:28:01.8721761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8728229Z 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-01-24T01:28:01.8734838Z 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-01-24T01:28:01.8741192Z 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-01-24T01:28:01.8747479Z 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-01-24T01:28:01.8753953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8760209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8766805Z 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-01-24T01:28:01.8773363Z 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-01-24T01:28:01.8779903Z 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-01-24T01:28:01.8786336Z 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-01-24T01:28:01.8792880Z 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-01-24T01:28:01.8799127Z 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-01-24T01:28:01.8805502Z 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-01-24T01:28:01.8812480Z 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-01-24T01:28:01.8818782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8825391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8832244Z 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-01-24T01:28:01.8838679Z 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-01-24T01:28:01.8845407Z 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-01-24T01:28:01.8851686Z 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-01-24T01:28:01.8858735Z 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-01-24T01:28:01.8864911Z 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-01-24T01:28:01.8871431Z 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-01-24T01:28:01.8877763Z 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-01-24T01:28:01.8883929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8913615Z 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-01-24T01:28:01.8919984Z 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-01-24T01:28:01.8926385Z 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-01-24T01:28:01.8932884Z 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-01-24T01:28:01.8940341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8946903Z 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-01-24T01:28:01.8953237Z 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-01-24T01:28:01.8959568Z 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-01-24T01:28:01.8965765Z 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-01-24T01:28:01.8972302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.8978813Z 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-01-24T01:28:01.8985396Z 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-01-24T01:28:01.8991833Z 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-01-24T01:28:01.8998179Z 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-01-24T01:28:01.9004440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9011705Z 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-01-24T01:28:01.9017720Z 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-01-24T01:28:01.9024174Z 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-01-24T01:28:01.9030189Z 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-01-24T01:28:01.9036464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9042760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9049192Z 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-01-24T01:28:01.9055342Z 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-01-24T01:28:01.9061493Z 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-01-24T01:28:01.9068644Z 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-01-24T01:28:01.9074627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9080902Z 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-01-24T01:28:01.9087015Z 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-01-24T01:28:01.9093479Z 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-01-24T01:28:01.9099827Z 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-01-24T01:28:01.9105951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9112511Z 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-01-24T01:28:01.9118913Z 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-01-24T01:28:01.9125176Z 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-01-24T01:28:01.9131150Z 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-01-24T01:28:01.9138333Z 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-01-24T01:28:01.9144613Z 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-01-24T01:28:01.9150916Z 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-01-24T01:28:01.9157026Z 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-01-24T01:28:01.9163061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9169269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9175910Z 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-01-24T01:28:01.9182095Z 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-01-24T01:28:01.9188785Z 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-01-24T01:28:01.9194870Z 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-01-24T01:28:01.9201331Z 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-01-24T01:28:01.9207613Z 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-01-24T01:28:01.9214203Z 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-01-24T01:28:01.9220257Z 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-01-24T01:28:01.9226571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9233062Z 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-01-24T01:28:01.9239372Z 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-01-24T01:28:01.9245876Z 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-01-24T01:28:01.9252233Z 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-01-24T01:28:01.9258352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9265002Z 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-01-24T01:28:01.9271417Z 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-01-24T01:28:01.9277969Z 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-01-24T01:28:01.9284310Z 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-01-24T01:28:01.9291245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9298221Z 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-01-24T01:28:01.9304475Z 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-01-24T01:28:01.9311030Z 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-01-24T01:28:01.9317355Z 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-01-24T01:28:01.9323871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9330628Z 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-01-24T01:28:01.9336843Z 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-01-24T01:28:01.9343080Z 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-01-24T01:28:01.9349359Z 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-01-24T01:28:01.9355580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9362179Z 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-01-24T01:28:01.9368913Z 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-01-24T01:28:01.9375271Z 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-01-24T01:28:01.9381510Z 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-01-24T01:28:01.9387904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9394743Z 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-01-24T01:28:01.9401106Z 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-01-24T01:28:01.9407696Z 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-01-24T01:28:01.9414019Z 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-01-24T01:28:01.9420160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9426829Z 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-01-24T01:28:01.9432982Z 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-01-24T01:28:01.9439188Z 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-01-24T01:28:01.9445926Z 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-01-24T01:28:01.9453385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9460000Z 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-01-24T01:28:01.9466392Z 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-01-24T01:28:01.9472694Z 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-01-24T01:28:01.9479210Z 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-01-24T01:28:01.9485628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9492297Z 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-01-24T01:28:01.9498932Z 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-01-24T01:28:01.9527940Z 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-01-24T01:28:01.9534553Z 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-01-24T01:28:01.9541426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9548229Z 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-01-24T01:28:01.9554435Z 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-01-24T01:28:01.9560577Z 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-01-24T01:28:01.9566733Z 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-01-24T01:28:01.9573816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9579828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9586225Z 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-01-24T01:28:01.9592568Z 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-01-24T01:28:01.9598711Z 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-01-24T01:28:01.9605021Z 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-01-24T01:28:01.9611757Z 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-01-24T01:28:01.9618073Z 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-01-24T01:28:01.9624438Z 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-01-24T01:28:01.9630496Z 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-01-24T01:28:01.9636573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9643210Z 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-01-24T01:28:01.9649499Z 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-01-24T01:28:01.9655849Z 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-01-24T01:28:01.9662022Z 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-01-24T01:28:01.9668166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9674564Z 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-01-24T01:28:01.9680733Z 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-01-24T01:28:01.9686933Z 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-01-24T01:28:01.9693648Z 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-01-24T01:28:01.9699845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9705902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9712737Z 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-01-24T01:28:01.9718962Z 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-01-24T01:28:01.9725384Z 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-01-24T01:28:01.9731558Z 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-01-24T01:28:01.9738003Z 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-01-24T01:28:01.9744346Z 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-01-24T01:28:01.9750449Z 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-01-24T01:28:01.9757582Z 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-01-24T01:28:01.9763722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9770233Z 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-01-24T01:28:01.9776472Z 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-01-24T01:28:01.9783814Z 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-01-24T01:28:01.9790015Z 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-01-24T01:28:01.9800569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9806675Z 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-01-24T01:28:01.9812892Z 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-01-24T01:28:01.9818779Z 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-01-24T01:28:01.9825341Z 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-01-24T01:28:01.9831485Z 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-01-24T01:28:01.9837556Z 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-01-24T01:28:01.9843812Z 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-01-24T01:28:01.9850094Z 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-01-24T01:28:01.9856273Z 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-01-24T01:28:01.9862967Z 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-01-24T01:28:01.9869158Z 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-01-24T01:28:01.9875590Z 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-01-24T01:28:01.9881697Z 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-01-24T01:28:01.9888176Z 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-01-24T01:28:01.9894821Z 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-01-24T01:28:01.9901346Z 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-01-24T01:28:01.9907945Z 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-01-24T01:28:01.9914832Z 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-01-24T01:28:01.9920476Z 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-01-24T01:28:01.9926791Z 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-01-24T01:28:01.9933223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9939682Z 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-01-24T01:28:01.9945857Z 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-01-24T01:28:01.9952245Z 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-01-24T01:28:01.9958614Z 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-01-24T01:28:01.9964918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9971193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:01.9977776Z 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-01-24T01:28:01.9984451Z 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-01-24T01:28:01.9991203Z 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-01-24T01:28:01.9997426Z 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-01-24T01:28:02.0003833Z 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-01-24T01:28:02.0010969Z 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-01-24T01:28:02.0017609Z 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-01-24T01:28:02.0023592Z 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-01-24T01:28:02.0030309Z 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-01-24T01:28:02.0036640Z 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-01-24T01:28:02.0043737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0075731Z 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-01-24T01:28:02.0076998Z 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-01-24T01:28:02.0078184Z 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-01-24T01:28:02.0079235Z 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-01-24T01:28:02.0081998Z 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-01-24T01:28:02.0088207Z 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-01-24T01:28:02.0094407Z 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-01-24T01:28:02.0100673Z 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-01-24T01:28:02.0106391Z 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-01-24T01:28:02.0113092Z 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-01-24T01:28:02.0119215Z 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-01-24T01:28:02.0125533Z 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-01-24T01:28:02.0132071Z 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-01-24T01:28:02.0138351Z 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-01-24T01:28:02.0144606Z 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-01-24T01:28:02.0150965Z 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-01-24T01:28:02.0156931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0163506Z 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-01-24T01:28:02.0169737Z 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-01-24T01:28:02.0175906Z 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-01-24T01:28:02.0181904Z 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-01-24T01:28:02.0188006Z 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-01-24T01:28:02.0194311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0200498Z 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-01-24T01:28:02.0206378Z 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-01-24T01:28:02.0213096Z 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-01-24T01:28:02.0219275Z 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-01-24T01:28:02.0225326Z 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-01-24T01:28:02.0231354Z 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-01-24T01:28:02.0237703Z 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-01-24T01:28:02.0244417Z 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-01-24T01:28:02.0250610Z 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-01-24T01:28:02.0257071Z 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-01-24T01:28:02.0262972Z 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-01-24T01:28:02.0269003Z 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-01-24T01:28:02.0275404Z 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-01-24T01:28:02.0281807Z 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-01-24T01:28:02.0288184Z 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-01-24T01:28:02.0294366Z 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-01-24T01:28:02.0300566Z 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-01-24T01:28:02.0307280Z 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-01-24T01:28:02.0313338Z 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-01-24T01:28:02.0319558Z 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-01-24T01:28:02.0325941Z 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-01-24T01:28:02.0332242Z 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-01-24T01:28:02.0338547Z 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-01-24T01:28:02.0344435Z 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-01-24T01:28:02.0351600Z 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-01-24T01:28:02.0357685Z 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-01-24T01:28:02.0363466Z 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-01-24T01:28:02.0369564Z 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-01-24T01:28:02.0376357Z 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-01-24T01:28:02.0382737Z 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-01-24T01:28:02.0388956Z 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-01-24T01:28:02.0395225Z 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-01-24T01:28:02.0401919Z 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-01-24T01:28:02.0408203Z 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-01-24T01:28:02.0416479Z 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-01-24T01:28:02.0421993Z 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-01-24T01:28:02.0428066Z 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-01-24T01:28:02.0434530Z 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-01-24T01:28:02.0441040Z 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-01-24T01:28:02.0447800Z 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-01-24T01:28:02.0454549Z 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-01-24T01:28:02.0460977Z 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-01-24T01:28:02.0467366Z 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-01-24T01:28:02.0474300Z 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-01-24T01:28:02.0480728Z 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-01-24T01:28:02.0487248Z 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-01-24T01:28:02.0493880Z 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-01-24T01:28:02.0500232Z 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-01-24T01:28:02.0506574Z 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-01-24T01:28:02.0513004Z 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-01-24T01:28:02.0519261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0524901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0531738Z 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-01-24T01:28:02.0538088Z 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-01-24T01:28:02.0545157Z 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-01-24T01:28:02.0552004Z 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-01-24T01:28:02.0559454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0566571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0572936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.0579106Z 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-01-24T01:28:02.1356786Z 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-01-24T01:28:02.1362597Z 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-01-24T01:28:02.1368955Z 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-01-24T01:28:02.1375512Z 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-01-24T01:28:02.1381715Z 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-01-24T01:28:02.1387904Z 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-01-24T01:28:02.1394033Z 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-01-24T01:28:02.1400440Z 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-01-24T01:28:02.1406939Z 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-01-24T01:28:02.1413162Z 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-01-24T01:28:02.1419044Z 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-01-24T01:28:02.1425268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1431792Z 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-01-24T01:28:02.1437956Z 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-01-24T01:28:02.1444266Z 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-01-24T01:28:02.1450728Z 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-01-24T01:28:02.1457111Z 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-01-24T01:28:02.1463329Z 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-01-24T01:28:02.1469679Z 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-01-24T01:28:02.1476015Z 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-01-24T01:28:02.1482910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1489295Z 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-01-24T01:28:02.1495532Z 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-01-24T01:28:02.1501603Z 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-01-24T01:28:02.1507861Z 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-01-24T01:28:02.1514332Z 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-01-24T01:28:02.1520847Z 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-01-24T01:28:02.1526588Z 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-01-24T01:28:02.1533101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1540285Z 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-01-24T01:28:02.1546378Z 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-01-24T01:28:02.1552768Z 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-01-24T01:28:02.1559143Z 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-01-24T01:28:02.1565368Z 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-01-24T01:28:02.1571549Z 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-01-24T01:28:02.1577852Z 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-01-24T01:28:02.1599036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1605577Z 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-01-24T01:28:02.1611857Z 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-01-24T01:28:02.1618108Z 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-01-24T01:28:02.1624535Z 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-01-24T01:28:02.1630640Z 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-01-24T01:28:02.1636791Z 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-01-24T01:28:02.1642890Z 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-01-24T01:28:02.1649081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1655423Z 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-01-24T01:28:02.1661692Z 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-01-24T01:28:02.1668069Z 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-01-24T01:28:02.1674060Z 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-01-24T01:28:02.1680044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1686594Z 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-01-24T01:28:02.1693010Z 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-01-24T01:28:02.1699570Z 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-01-24T01:28:02.1705577Z 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-01-24T01:28:02.1711902Z 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-01-24T01:28:02.1718147Z 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-01-24T01:28:02.1724144Z 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-01-24T01:28:02.1730617Z 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-01-24T01:28:02.1737305Z 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-01-24T01:28:02.1743351Z 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-01-24T01:28:02.1749965Z 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-01-24T01:28:02.1755978Z 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-01-24T01:28:02.1762111Z 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-01-24T01:28:02.1768157Z 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-01-24T01:28:02.1774396Z 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-01-24T01:28:02.1780623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1787084Z 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-01-24T01:28:02.1793496Z 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-01-24T01:28:02.1799608Z 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-01-24T01:28:02.1806249Z 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-01-24T01:28:02.1812516Z 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-01-24T01:28:02.1818710Z 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-01-24T01:28:02.1824739Z 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-01-24T01:28:02.1830891Z 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-01-24T01:28:02.1837282Z 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-01-24T01:28:02.1843241Z 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-01-24T01:28:02.1849266Z 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-01-24T01:28:02.1855473Z 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-01-24T01:28:02.1861821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1867841Z 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-01-24T01:28:02.1874813Z 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-01-24T01:28:02.1882462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1889377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1895896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.1903373Z 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-01-24T01:28:02.1911064Z 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-01-24T01:28:02.1919070Z 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-01-24T01:28:02.1926544Z 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-01-24T01:28:02.1933095Z 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-01-24T01:28:02.1939637Z 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-01-24T01:28:02.1946243Z 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-01-24T01:28:02.1952874Z 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-01-24T01:28:02.1959893Z 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-01-24T01:28:02.1966065Z 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-01-24T01:28:02.1972612Z 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-01-24T01:28:02.1978603Z 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-01-24T01:28:02.1984678Z 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-01-24T01:28:02.1990774Z 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-01-24T01:28:02.1997023Z 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-01-24T01:28:02.2003162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2009667Z 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-01-24T01:28:02.2015829Z 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-01-24T01:28:02.2021700Z 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-01-24T01:28:02.2027707Z 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-01-24T01:28:02.2033940Z 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-01-24T01:28:02.2040288Z 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-01-24T01:28:02.2046026Z 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-01-24T01:28:02.2052127Z 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-01-24T01:28:02.2058125Z 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-01-24T01:28:02.2064781Z 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-01-24T01:28:02.2071498Z 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-01-24T01:28:02.2078554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2086032Z 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-01-24T01:28:02.2092682Z 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-01-24T01:28:02.2100393Z 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-01-24T01:28:02.2107734Z 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-01-24T01:28:02.2114880Z 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-01-24T01:28:02.2121769Z 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-01-24T01:28:02.2128454Z 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-01-24T01:28:02.2135047Z 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-01-24T01:28:02.2141660Z 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-01-24T01:28:02.2148246Z 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-01-24T01:28:02.2154732Z 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-01-24T01:28:02.2161019Z 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-01-24T01:28:02.2167740Z 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-01-24T01:28:02.2174007Z 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-01-24T01:28:02.2180162Z 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-01-24T01:28:02.2187136Z 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-01-24T01:28:02.2193282Z 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-01-24T01:28:02.2200358Z 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-01-24T01:28:02.2206657Z 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-01-24T01:28:02.2213364Z 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-01-24T01:28:02.2219255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2230563Z 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-01-24T01:28:02.2235819Z 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-01-24T01:28:02.2242518Z 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-01-24T01:28:02.2248669Z 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-01-24T01:28:02.2255460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2261365Z 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-01-24T01:28:02.2267926Z 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-01-24T01:28:02.2274354Z 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-01-24T01:28:02.2280371Z 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-01-24T01:28:02.2286461Z 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-01-24T01:28:02.2292816Z 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-01-24T01:28:02.2299418Z 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-01-24T01:28:02.2305594Z 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-01-24T01:28:02.2311921Z 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-01-24T01:28:02.2318217Z 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-01-24T01:28:02.2325445Z 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-01-24T01:28:02.2331911Z 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-01-24T01:28:02.2338463Z 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-01-24T01:28:02.2344572Z 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-01-24T01:28:02.2350595Z 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-01-24T01:28:02.2356723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2363366Z 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-01-24T01:28:02.2369768Z 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-01-24T01:28:02.2376145Z 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-01-24T01:28:02.2382302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2388926Z 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-01-24T01:28:02.2395230Z 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-01-24T01:28:02.2401682Z 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-01-24T01:28:02.2408504Z 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-01-24T01:28:02.2415112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2422009Z 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-01-24T01:28:02.2428135Z 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-01-24T01:28:02.2434365Z 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-01-24T01:28:02.2440726Z 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-01-24T01:28:02.2448755Z 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-01-24T01:28:02.2458159Z 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-01-24T01:28:02.2465022Z 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-01-24T01:28:02.2471446Z 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-01-24T01:28:02.2478078Z 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-01-24T01:28:02.2484355Z 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-01-24T01:28:02.2490867Z 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-01-24T01:28:02.2497285Z 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-01-24T01:28:02.2503697Z 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-01-24T01:28:02.2510472Z 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-01-24T01:28:02.2517082Z 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-01-24T01:28:02.2523859Z 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-01-24T01:28:02.2530250Z 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-01-24T01:28:02.2536705Z 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-01-24T01:28:02.2543324Z 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-01-24T01:28:02.2549834Z 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-01-24T01:28:02.2556389Z 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-01-24T01:28:02.2563845Z 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-01-24T01:28:02.2571155Z 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-01-24T01:28:02.2579504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.2586720Z 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-01-24T01:28:02.2593067Z 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-01-24T01:28:02.2600114Z 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-01-24T01:28:02.2606881Z 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-01-24T01:28:02.2613062Z 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-01-24T01:28:02.2619250Z 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-01-24T01:28:02.2625461Z 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-01-24T01:28:02.2631534Z 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-01-24T01:28:02.2637903Z 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-01-24T01:28:02.2644253Z 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-01-24T01:28:02.2650960Z 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-01-24T01:28:02.2657625Z 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-01-24T01:28:02.2664000Z 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-01-24T01:28:02.2670072Z 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-01-24T01:28:02.2676693Z 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-01-24T01:28:02.2683529Z 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-01-24T01:28:02.2690489Z 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-01-24T01:28:02.2696941Z 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-01-24T01:28:02.2704179Z 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-01-24T01:28:02.2710180Z 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-01-24T01:28:02.2716596Z 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-01-24T01:28:02.2723052Z 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-01-24T01:28:02.2729094Z 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-01-24T01:28:02.2735403Z 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-01-24T01:28:02.2741823Z 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-01-24T01:28:02.2748128Z 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-01-24T01:28:02.2754719Z 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-01-24T01:28:02.2760797Z 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-01-24T01:28:02.2766590Z 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-01-24T01:28:02.2772812Z 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-01-24T01:28:02.2779153Z 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-01-24T01:28:02.2785029Z 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-01-24T01:28:02.2800080Z 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-01-24T01:28:02.2801274Z 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-01-24T01:28:02.2803470Z 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-01-24T01:28:02.2809442Z 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-01-24T01:28:02.2815953Z 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-01-24T01:28:02.2822169Z 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-01-24T01:28:02.2828212Z 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-01-24T01:28:02.2834319Z 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-01-24T01:28:02.2840398Z 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-01-24T01:28:02.2847218Z 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-01-24T01:28:02.2853284Z 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-01-24T01:28:02.2859349Z 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-01-24T01:28:02.2865503Z 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-01-24T01:28:02.2871881Z 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-01-24T01:28:02.2878652Z 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-01-24T01:28:02.2885051Z 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-01-24T01:28:02.2891643Z 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-01-24T01:28:02.2898109Z 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-01-24T01:28:02.2904285Z 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-01-24T01:28:02.2910157Z 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-01-24T01:28:02.2916523Z 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-01-24T01:28:02.2923174Z 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-01-24T01:28:02.2929230Z 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-01-24T01:28:02.2935505Z 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-01-24T01:28:02.2941687Z 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-01-24T01:28:02.2947932Z 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-01-24T01:28:02.2954051Z 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-01-24T01:28:02.2960573Z 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-01-24T01:28:02.2966691Z 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-01-24T01:28:02.2972914Z 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-01-24T01:28:02.2979122Z 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-01-24T01:28:02.2985567Z 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-01-24T01:28:02.2992010Z 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-01-24T01:28:02.2998322Z 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-01-24T01:28:02.3004581Z 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-01-24T01:28:02.3010846Z 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-01-24T01:28:02.3017230Z 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-01-24T01:28:02.3048253Z 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-01-24T01:28:02.3055323Z 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-01-24T01:28:02.3060949Z 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-01-24T01:28:02.3067396Z 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-01-24T01:28:02.3073852Z 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-01-24T01:28:02.3080055Z 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-01-24T01:28:02.3086348Z 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-01-24T01:28:02.3092829Z 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-01-24T01:28:02.3098804Z 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-01-24T01:28:02.3105042Z 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-01-24T01:28:02.3111396Z 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-01-24T01:28:02.3117917Z 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-01-24T01:28:02.3124746Z 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-01-24T01:28:02.3131797Z 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-01-24T01:28:02.3138758Z 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-01-24T01:28:02.3146116Z 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-01-24T01:28:02.3153777Z 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-01-24T01:28:02.3160883Z 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-01-24T01:28:02.3168406Z 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-01-24T01:28:02.3175769Z 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-01-24T01:28:02.3183466Z 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-01-24T01:28:02.3190619Z 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-01-24T01:28:02.3197162Z 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-01-24T01:28:02.3204218Z 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-01-24T01:28:02.3210495Z 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-01-24T01:28:02.3217299Z 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-01-24T01:28:02.3223625Z 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-01-24T01:28:02.3230000Z 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-01-24T01:28:02.3236420Z 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-01-24T01:28:02.3243014Z 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-01-24T01:28:02.3249209Z 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-01-24T01:28:02.3256266Z 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-01-24T01:28:02.3263843Z 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-01-24T01:28:02.3270234Z 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-01-24T01:28:02.3276651Z 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-01-24T01:28:02.3282847Z 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-01-24T01:28:02.3289065Z 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-01-24T01:28:02.3295551Z 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-01-24T01:28:02.3301768Z 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-01-24T01:28:02.3307700Z 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-01-24T01:28:02.3314318Z 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-01-24T01:28:02.3320447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3326873Z 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-01-24T01:28:02.3333205Z 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-01-24T01:28:02.3339290Z 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-01-24T01:28:02.3345732Z 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-01-24T01:28:02.3352876Z 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-01-24T01:28:02.3359147Z 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-01-24T01:28:02.3365338Z 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-01-24T01:28:02.3371389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3377551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3383811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3389691Z 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-01-24T01:28:02.3396136Z 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-01-24T01:28:02.3403015Z 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-01-24T01:28:02.3409878Z 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-01-24T01:28:02.3417008Z 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-01-24T01:28:02.3424105Z 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-01-24T01:28:02.3430748Z 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-01-24T01:28:02.3437363Z 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-01-24T01:28:02.3444358Z 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-01-24T01:28:02.3450831Z 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-01-24T01:28:02.3457565Z 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-01-24T01:28:02.3464427Z 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-01-24T01:28:02.3471543Z 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-01-24T01:28:02.3477973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3484792Z 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-01-24T01:28:02.3491077Z 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-01-24T01:28:02.3497406Z 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-01-24T01:28:02.3503688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3510532Z 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-01-24T01:28:02.3517306Z 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-01-24T01:28:02.3523613Z 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-01-24T01:28:02.3530373Z 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-01-24T01:28:02.3537435Z 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-01-24T01:28:02.3543699Z 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-01-24T01:28:02.3550160Z 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-01-24T01:28:02.3556913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3563592Z 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-01-24T01:28:02.3570614Z 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-01-24T01:28:02.3577936Z 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-01-24T01:28:02.3584474Z 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-01-24T01:28:02.3590816Z 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-01-24T01:28:02.3597117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3603642Z 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-01-24T01:28:02.3610396Z 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-01-24T01:28:02.3616925Z 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-01-24T01:28:02.3622890Z 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-01-24T01:28:02.3628898Z 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-01-24T01:28:02.3635214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3641477Z 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-01-24T01:28:02.3647802Z 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-01-24T01:28:02.3653993Z 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-01-24T01:28:02.3660096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3666140Z 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-01-24T01:28:02.3672085Z 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-01-24T01:28:02.3678122Z 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-01-24T01:28:02.3684260Z 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-01-24T01:28:02.3690488Z 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-01-24T01:28:02.3696639Z 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-01-24T01:28:02.3702716Z 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-01-24T01:28:02.3708811Z 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-01-24T01:28:02.3714815Z 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-01-24T01:28:02.3721235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3727091Z 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-01-24T01:28:02.3733457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3739339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3745351Z 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-01-24T01:28:02.3751726Z 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-01-24T01:28:02.3757836Z 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-01-24T01:28:02.3763766Z 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-01-24T01:28:02.3769871Z 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-01-24T01:28:02.3804549Z 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-01-24T01:28:02.3810822Z 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-01-24T01:28:02.3816759Z 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-01-24T01:28:02.3822931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3829249Z 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-01-24T01:28:02.3836093Z 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-01-24T01:28:02.3842666Z 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-01-24T01:28:02.3848778Z 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-01-24T01:28:02.3855335Z 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-01-24T01:28:02.3861635Z 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-01-24T01:28:02.3868254Z 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-01-24T01:28:02.3874485Z 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-01-24T01:28:02.3881012Z 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-01-24T01:28:02.3887091Z 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-01-24T01:28:02.3893383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3899893Z 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-01-24T01:28:02.3906041Z 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-01-24T01:28:02.3912612Z 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-01-24T01:28:02.3918901Z 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-01-24T01:28:02.3925444Z 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-01-24T01:28:02.3931982Z 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-01-24T01:28:02.3938285Z 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-01-24T01:28:02.3944472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3950903Z 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-01-24T01:28:02.3957170Z 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-01-24T01:28:02.3963316Z 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-01-24T01:28:02.3969750Z 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-01-24T01:28:02.3976112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.3982810Z 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-01-24T01:28:02.3988846Z 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-01-24T01:28:02.3995346Z 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-01-24T01:28:02.4001490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.4007763Z 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-01-24T01:28:02.4014532Z 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-01-24T01:28:02.4020427Z 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-01-24T01:28:02.4026588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.4033123Z 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-01-24T01:28:02.4039261Z 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-01-24T01:28:02.4045502Z 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-01-24T01:28:02.4052231Z 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-01-24T01:28:02.4058490Z 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-01-24T01:28:02.4068276Z 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-01-24T01:28:02.4074926Z 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-01-24T01:28:02.4080825Z 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-01-24T01:28:02.4086718Z 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-01-24T01:28:02.4114008Z 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-01-24T01:28:02.4120789Z 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-01-24T01:28:02.4127772Z 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-01-24T01:28:02.4133728Z 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-01-24T01:28:02.4139701Z 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-01-24T01:28:02.4146298Z 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-01-24T01:28:02.4152532Z 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-01-24T01:28:02.4158727Z 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-01-24T01:28:02.4165356Z 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-01-24T01:28:02.4171755Z 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-01-24T01:28:02.4178403Z 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-01-24T01:28:02.4185213Z 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-01-24T01:28:02.4191296Z 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-01-24T01:28:02.4197467Z 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-01-24T01:28:02.4203731Z 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-01-24T01:28:02.4210168Z 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-01-24T01:28:02.4216952Z 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-01-24T01:28:02.4223453Z 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-01-24T01:28:02.4230041Z 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-01-24T01:28:02.4236433Z 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-01-24T01:28:02.4243201Z 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-01-24T01:28:02.4249332Z 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-01-24T01:28:02.4255655Z 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-01-24T01:28:02.4261809Z 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-01-24T01:28:02.4268309Z 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-01-24T01:28:02.4275085Z 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-01-24T01:28:02.4281677Z 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-01-24T01:28:02.4287967Z 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-01-24T01:28:02.4294385Z 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-01-24T01:28:02.4300730Z 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-01-24T01:28:02.4307371Z 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-01-24T01:28:02.4314183Z 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-01-24T01:28:02.4320626Z 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-01-24T01:28:02.4327258Z 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-01-24T01:28:02.4333697Z 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-01-24T01:28:02.4340157Z 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-01-24T01:28:02.4347041Z 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-01-24T01:28:02.4353368Z 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-01-24T01:28:02.4359872Z 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-01-24T01:28:02.4366271Z 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-01-24T01:28:02.4373353Z 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-01-24T01:28:02.4380162Z 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-01-24T01:28:02.4386668Z 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-01-24T01:28:02.4393197Z 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-01-24T01:28:02.4400192Z 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-01-24T01:28:02.4406594Z 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-01-24T01:28:02.4413266Z 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-01-24T01:28:02.4419521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.4425997Z 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-01-24T01:28:02.4432646Z 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-01-24T01:28:02.4438861Z 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-01-24T01:28:02.4445061Z 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-01-24T01:28:02.4451588Z 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-01-24T01:28:02.4458123Z 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-01-24T01:28:02.4464395Z 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-01-24T01:28:02.4470903Z 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-01-24T01:28:02.4477440Z 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-01-24T01:28:02.4484100Z 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-01-24T01:28:02.4490133Z 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-01-24T01:28:02.4496422Z 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-01-24T01:28:02.4502955Z 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-01-24T01:28:02.4508981Z 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-01-24T01:28:02.4515726Z 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-01-24T01:28:02.4521901Z 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-01-24T01:28:02.4528511Z 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-01-24T01:28:02.4534861Z 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-01-24T01:28:02.4541140Z 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-01-24T01:28:02.4547634Z 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-01-24T01:28:02.4554331Z 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-01-24T01:28:02.4560642Z 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-01-24T01:28:02.4566872Z 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-01-24T01:28:02.4574425Z 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-01-24T01:28:02.4580661Z 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-01-24T01:28:02.4587313Z 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-01-24T01:28:02.4594630Z 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-01-24T01:28:02.4602090Z 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-01-24T01:28:02.4608178Z 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-01-24T01:28:02.4615020Z 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-01-24T01:28:02.4621465Z 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-01-24T01:28:02.4628069Z 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-01-24T01:28:02.4634384Z 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-01-24T01:28:02.4641378Z 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-01-24T01:28:02.4647540Z 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-01-24T01:28:02.4653565Z 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-01-24T01:28:02.4660058Z 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-01-24T01:28:02.4666461Z 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-01-24T01:28:02.4672811Z 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-01-24T01:28:02.4678767Z 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-01-24T01:28:02.4684773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.4690825Z 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-01-24T01:28:02.4697511Z 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-01-24T01:28:02.4703696Z 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-01-24T01:28:02.4718862Z 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-01-24T01:28:02.4728480Z 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-01-24T01:28:02.4738031Z 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-01-24T01:28:02.4747639Z 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-01-24T01:28:02.4757181Z 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-01-24T01:28:02.4766763Z 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-01-24T01:28:02.4776372Z 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-01-24T01:28:02.5253232Z 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-01-24T01:28:02.5259420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5265609Z 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-01-24T01:28:02.5271956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5277962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5284089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5290515Z 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-01-24T01:28:02.5296779Z 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-01-24T01:28:02.5303145Z 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-01-24T01:28:02.5309897Z 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-01-24T01:28:02.5316132Z 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-01-24T01:28:02.5322805Z 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-01-24T01:28:02.5329449Z 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-01-24T01:28:02.5336107Z 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-01-24T01:28:02.5342640Z 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-01-24T01:28:02.5348887Z 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-01-24T01:28:02.5355494Z 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-01-24T01:28:02.5361822Z 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-01-24T01:28:02.5368414Z 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-01-24T01:28:02.5375442Z 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-01-24T01:28:02.5382656Z 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-01-24T01:28:02.5388944Z 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-01-24T01:28:02.5395595Z 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-01-24T01:28:02.5401887Z 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-01-24T01:28:02.5408717Z 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-01-24T01:28:02.5415296Z 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-01-24T01:28:02.5422127Z 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-01-24T01:28:02.5428468Z 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-01-24T01:28:02.5435307Z 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-01-24T01:28:02.5441775Z 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-01-24T01:28:02.5449936Z 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-01-24T01:28:02.5456436Z 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-01-24T01:28:02.5463582Z 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-01-24T01:28:02.5469899Z 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-01-24T01:28:02.5477055Z 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-01-24T01:28:02.5483980Z 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-01-24T01:28:02.5490365Z 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-01-24T01:28:02.5496911Z 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-01-24T01:28:02.5503396Z 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-01-24T01:28:02.5510517Z 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-01-24T01:28:02.5516875Z 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-01-24T01:28:02.5523543Z 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-01-24T01:28:02.5529962Z 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-01-24T01:28:02.5536998Z 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-01-24T01:28:02.5543785Z 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-01-24T01:28:02.5550440Z 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-01-24T01:28:02.5557364Z 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-01-24T01:28:02.5563358Z 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-01-24T01:28:02.5570006Z 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-01-24T01:28:02.5576675Z 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-01-24T01:28:02.5584045Z 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-01-24T01:28:02.5590864Z 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-01-24T01:28:02.5597604Z 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-01-24T01:28:02.5604192Z 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-01-24T01:28:02.5610466Z 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-01-24T01:28:02.5616932Z 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-01-24T01:28:02.5623614Z 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-01-24T01:28:02.5629995Z 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-01-24T01:28:02.5636341Z 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-01-24T01:28:02.5642741Z 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-01-24T01:28:02.5649214Z 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-01-24T01:28:02.5655784Z 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-01-24T01:28:02.5661965Z 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-01-24T01:28:02.5668055Z 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-01-24T01:28:02.5674564Z 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-01-24T01:28:02.5681210Z 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-01-24T01:28:02.5687607Z 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-01-24T01:28:02.5693913Z 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-01-24T01:28:02.5700534Z 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-01-24T01:28:02.5707193Z 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-01-24T01:28:02.5713222Z 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-01-24T01:28:02.5719303Z 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-01-24T01:28:02.5725699Z 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-01-24T01:28:02.5732680Z 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-01-24T01:28:02.5738596Z 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-01-24T01:28:02.5745094Z 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-01-24T01:28:02.5751246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5757660Z 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-01-24T01:28:02.5763784Z 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-01-24T01:28:02.5770230Z 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-01-24T01:28:02.5777012Z 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-01-24T01:28:02.5783178Z 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-01-24T01:28:02.5789617Z 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-01-24T01:28:02.5795877Z 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-01-24T01:28:02.5802053Z 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-01-24T01:28:02.5808523Z 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-01-24T01:28:02.5814908Z 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-01-24T01:28:02.5821210Z 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-01-24T01:28:02.5827696Z 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-01-24T01:28:02.5834583Z 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-01-24T01:28:02.5840853Z 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-01-24T01:28:02.5847329Z 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-01-24T01:28:02.5853760Z 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-01-24T01:28:02.5860070Z 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-01-24T01:28:02.5866772Z 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-01-24T01:28:02.5872979Z 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-01-24T01:28:02.5879283Z 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-01-24T01:28:02.5885556Z 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-01-24T01:28:02.5892926Z 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-01-24T01:28:02.5899076Z 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-01-24T01:28:02.5906053Z 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-01-24T01:28:02.5912508Z 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-01-24T01:28:02.5918936Z 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-01-24T01:28:02.5925529Z 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-01-24T01:28:02.5932356Z 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-01-24T01:28:02.5939100Z 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-01-24T01:28:02.5945392Z 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-01-24T01:28:02.5951845Z 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-01-24T01:28:02.5958223Z 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-01-24T01:28:02.5964632Z 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-01-24T01:28:02.5970862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.5978408Z 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-01-24T01:28:02.5985627Z 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-01-24T01:28:02.5991875Z 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-01-24T01:28:02.5998305Z 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-01-24T01:28:02.6005111Z 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-01-24T01:28:02.6012322Z 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-01-24T01:28:02.6019227Z 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-01-24T01:28:02.6025960Z 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-01-24T01:28:02.6032337Z 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-01-24T01:28:02.6039050Z 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-01-24T01:28:02.6045291Z 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-01-24T01:28:02.6051740Z 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-01-24T01:28:02.6058224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6064613Z 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-01-24T01:28:02.6071284Z 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-01-24T01:28:02.6077642Z 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-01-24T01:28:02.6084879Z 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-01-24T01:28:02.6091818Z 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-01-24T01:28:02.6099714Z 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-01-24T01:28:02.6107118Z 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-01-24T01:28:02.6114616Z 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-01-24T01:28:02.6121527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6127771Z 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-01-24T01:28:02.6134358Z 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-01-24T01:28:02.6140791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6146869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6153281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6158983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6164964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6171247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6177328Z 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-01-24T01:28:02.6183398Z 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-01-24T01:28:02.6189694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6195569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6202061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6208592Z 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-01-24T01:28:02.6214861Z 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-01-24T01:28:02.6220979Z 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-01-24T01:28:02.6227034Z 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-01-24T01:28:02.6234106Z 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-01-24T01:28:02.6240532Z 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-01-24T01:28:02.6247163Z 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-01-24T01:28:02.6253530Z 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-01-24T01:28:02.6259720Z 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-01-24T01:28:02.6265860Z 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-01-24T01:28:02.6272016Z 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-01-24T01:28:02.6278420Z 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-01-24T01:28:02.6284960Z 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-01-24T01:28:02.6291053Z 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-01-24T01:28:02.6297324Z 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-01-24T01:28:02.6303908Z 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-01-24T01:28:02.6310627Z 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-01-24T01:28:02.6317524Z 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-01-24T01:28:02.6323929Z 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-01-24T01:28:02.6330179Z 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-01-24T01:28:02.6336984Z 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-01-24T01:28:02.6343735Z 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-01-24T01:28:02.6350246Z 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-01-24T01:28:02.6357132Z 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-01-24T01:28:02.6363518Z 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-01-24T01:28:02.6370375Z 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-01-24T01:28:02.6377104Z 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-01-24T01:28:02.6383423Z 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-01-24T01:28:02.6389517Z 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-01-24T01:28:02.6395918Z 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-01-24T01:28:02.6402703Z 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-01-24T01:28:02.6409166Z 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-01-24T01:28:02.6415753Z 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-01-24T01:28:02.6422784Z 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-01-24T01:28:02.6429950Z 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-01-24T01:28:02.6436196Z 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-01-24T01:28:02.6442490Z 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-01-24T01:28:02.6448767Z 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-01-24T01:28:02.6455441Z 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-01-24T01:28:02.6462389Z 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-01-24T01:28:02.6468734Z 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-01-24T01:28:02.6475423Z 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-01-24T01:28:02.6481975Z 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-01-24T01:28:02.6488478Z 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-01-24T01:28:02.6495410Z 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-01-24T01:28:02.6501687Z 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-01-24T01:28:02.6508060Z 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-01-24T01:28:02.6514545Z 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-01-24T01:28:02.6520788Z 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-01-24T01:28:02.6527489Z 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-01-24T01:28:02.6534545Z 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-01-24T01:28:02.6540815Z 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-01-24T01:28:02.6547295Z 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-01-24T01:28:02.6553834Z 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-01-24T01:28:02.6560357Z 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-01-24T01:28:02.6567682Z 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-01-24T01:28:02.6573838Z 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-01-24T01:28:02.6620298Z 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-01-24T01:28:02.6627186Z 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-01-24T01:28:02.6633648Z 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-01-24T01:28:02.6640675Z 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-01-24T01:28:02.6646852Z 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-01-24T01:28:02.6653692Z 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-01-24T01:28:02.6659722Z 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-01-24T01:28:02.6665757Z 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-01-24T01:28:02.6671849Z 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-01-24T01:28:02.6679027Z 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-01-24T01:28:02.6685913Z 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-01-24T01:28:02.6692166Z 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-01-24T01:28:02.6698496Z 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-01-24T01:28:02.6704898Z 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-01-24T01:28:02.6711492Z 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-01-24T01:28:02.6717751Z 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-01-24T01:28:02.6723929Z 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-01-24T01:28:02.6730420Z 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-01-24T01:28:02.6736753Z 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-01-24T01:28:02.6743584Z 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-01-24T01:28:02.6750218Z 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-01-24T01:28:02.6756614Z 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-01-24T01:28:02.6763002Z 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-01-24T01:28:02.6769181Z 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-01-24T01:28:02.6775652Z 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-01-24T01:28:02.6782444Z 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-01-24T01:28:02.6788836Z 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-01-24T01:28:02.6795305Z 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-01-24T01:28:02.6801402Z 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-01-24T01:28:02.6807562Z 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-01-24T01:28:02.6814146Z 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-01-24T01:28:02.6820571Z 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-01-24T01:28:02.6827468Z 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-01-24T01:28:02.6833920Z 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-01-24T01:28:02.6841176Z 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-01-24T01:28:02.6852185Z 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-01-24T01:28:02.6854516Z 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-01-24T01:28:02.6861178Z 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-01-24T01:28:02.6867516Z 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-01-24T01:28:02.6874159Z 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-01-24T01:28:02.6880788Z 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-01-24T01:28:02.6887956Z 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-01-24T01:28:02.6894493Z 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-01-24T01:28:02.6901012Z 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-01-24T01:28:02.6907281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6913333Z 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-01-24T01:28:02.6919554Z 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-01-24T01:28:02.6925489Z 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-01-24T01:28:02.6931720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6938386Z 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-01-24T01:28:02.6944356Z 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-01-24T01:28:02.6950619Z 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-01-24T01:28:02.6957073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.6984264Z 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-01-24T01:28:02.6990682Z 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-01-24T01:28:02.6996894Z 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-01-24T01:28:02.7003496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7010413Z 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-01-24T01:28:02.7017031Z 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-01-24T01:28:02.7023470Z 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-01-24T01:28:02.7029763Z 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-01-24T01:28:02.7036124Z 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-01-24T01:28:02.7042448Z 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-01-24T01:28:02.7048633Z 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-01-24T01:28:02.7055804Z 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-01-24T01:28:02.7062188Z 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-01-24T01:28:02.7068487Z 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-01-24T01:28:02.7074866Z 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-01-24T01:28:02.7081192Z 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-01-24T01:28:02.7087792Z 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-01-24T01:28:02.7114353Z 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-01-24T01:28:02.7115432Z 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-01-24T01:28:02.7116665Z 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-01-24T01:28:02.7117871Z 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-01-24T01:28:02.7128259Z 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-01-24T01:28:02.7131636Z 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-01-24T01:28:02.7138090Z 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-01-24T01:28:02.7144536Z 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-01-24T01:28:02.7152806Z 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-01-24T01:28:02.7157566Z 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-01-24T01:28:02.7164451Z 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-01-24T01:28:02.7170112Z 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-01-24T01:28:02.7176388Z 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-01-24T01:28:02.7182852Z 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-01-24T01:28:02.7189505Z 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-01-24T01:28:02.7195843Z 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-01-24T01:28:02.7201984Z 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-01-24T01:28:02.7208247Z 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-01-24T01:28:02.7214790Z 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-01-24T01:28:02.7220633Z 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-01-24T01:28:02.7227589Z 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-01-24T01:28:02.7234417Z 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-01-24T01:28:02.7242173Z 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-01-24T01:28:02.7247518Z 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-01-24T01:28:02.7254046Z 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-01-24T01:28:02.7260610Z 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-01-24T01:28:02.7268328Z 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-01-24T01:28:02.7274196Z 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-01-24T01:28:02.7280351Z 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-01-24T01:28:02.7286698Z 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-01-24T01:28:02.7293150Z 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-01-24T01:28:02.7299882Z 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-01-24T01:28:02.7306134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7312755Z 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-01-24T01:28:02.7318985Z 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-01-24T01:28:02.7325176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7331558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7338218Z 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-01-24T01:28:02.7350689Z 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-01-24T01:28:02.7353777Z 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-01-24T01:28:02.7360688Z 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-01-24T01:28:02.7366606Z 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-01-24T01:28:02.7373698Z 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-01-24T01:28:02.7380294Z 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-01-24T01:28:02.7386989Z 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-01-24T01:28:02.7393258Z 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-01-24T01:28:02.7399809Z 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-01-24T01:28:02.7406194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7412133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7418593Z 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-01-24T01:28:02.7424501Z 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-01-24T01:28:02.7430929Z 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-01-24T01:28:02.7437638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7443946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7450485Z 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-01-24T01:28:02.7457072Z 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-01-24T01:28:02.7463626Z 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-01-24T01:28:02.7518464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7519454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7520411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7521534Z 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-01-24T01:28:02.7522748Z 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-01-24T01:28:02.7523911Z 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-01-24T01:28:02.7525187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7526344Z 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-01-24T01:28:02.7527835Z 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-01-24T01:28:02.7534502Z 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-01-24T01:28:02.7541066Z 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-01-24T01:28:02.7547610Z 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-01-24T01:28:02.7554056Z 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-01-24T01:28:02.7562212Z 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-01-24T01:28:02.7567113Z 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-01-24T01:28:02.7573632Z 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-01-24T01:28:02.7579826Z 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-01-24T01:28:02.7586200Z 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-01-24T01:28:02.7592454Z 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-01-24T01:28:02.7599064Z 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-01-24T01:28:02.7605412Z 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-01-24T01:28:02.7612263Z 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-01-24T01:28:02.7618467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.7624866Z 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-01-24T01:28:02.7630910Z 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-01-24T01:28:02.7637560Z 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-01-24T01:28:02.7643963Z 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-01-24T01:28:02.7650250Z 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-01-24T01:28:02.7657380Z 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-01-24T01:28:02.7663433Z 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-01-24T01:28:02.7670950Z 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-01-24T01:28:02.7678267Z 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-01-24T01:28:02.7686509Z 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-01-24T01:28:02.7694654Z 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-01-24T01:28:02.7702518Z 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-01-24T01:28:02.7711023Z 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-01-24T01:28:02.7719287Z 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-01-24T01:28:02.7725985Z 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-01-24T01:28:02.7733453Z 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-01-24T01:28:02.7740027Z 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-01-24T01:28:02.7746724Z 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-01-24T01:28:02.7753326Z 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-01-24T01:28:02.7760172Z 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-01-24T01:28:02.7766570Z 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-01-24T01:28:02.7773195Z 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-01-24T01:28:02.7780274Z 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-01-24T01:28:02.7786932Z 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-01-24T01:28:02.7793592Z 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-01-24T01:28:02.7800030Z 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-01-24T01:28:02.7806656Z 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-01-24T01:28:02.7813601Z 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-01-24T01:28:02.7820150Z 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-01-24T01:28:02.7827088Z 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-01-24T01:28:02.7859734Z 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-01-24T01:28:02.7865817Z 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-01-24T01:28:02.7872344Z 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-01-24T01:28:02.7878789Z 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-01-24T01:28:02.7898983Z 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-01-24T01:28:02.7905625Z 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-01-24T01:28:02.7912227Z 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-01-24T01:28:02.7919052Z 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-01-24T01:28:02.7925819Z 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-01-24T01:28:02.7933034Z 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-01-24T01:28:02.7939621Z 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-01-24T01:28:02.7946586Z 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-01-24T01:28:02.7953000Z 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-01-24T01:28:02.7960071Z 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-01-24T01:28:02.7966432Z 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-01-24T01:28:02.7973240Z 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-01-24T01:28:02.7980194Z 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-01-24T01:28:02.7987710Z 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-01-24T01:28:02.7993944Z 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-01-24T01:28:02.8000367Z 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-01-24T01:28:02.8007138Z 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-01-24T01:28:02.8014090Z 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-01-24T01:28:02.8020656Z 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-01-24T01:28:02.8027422Z 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-01-24T01:28:02.8033850Z 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-01-24T01:28:02.8040446Z 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-01-24T01:28:02.8048194Z 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-01-24T01:28:02.8054755Z 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-01-24T01:28:02.8061829Z 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-01-24T01:28:02.8068467Z 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-01-24T01:28:02.8075161Z 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-01-24T01:28:02.8081712Z 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-01-24T01:28:02.8088288Z 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-01-24T01:28:02.8095134Z 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-01-24T01:28:02.8101570Z 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-01-24T01:28:02.8108014Z 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-01-24T01:28:02.8114574Z 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-01-24T01:28:02.8121059Z 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-01-24T01:28:02.8127344Z 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-01-24T01:28:02.8134111Z 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-01-24T01:28:02.8140393Z 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-01-24T01:28:02.8146985Z 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-01-24T01:28:02.8153868Z 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-01-24T01:28:02.8160894Z 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-01-24T01:28:02.8167325Z 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-01-24T01:28:02.8174033Z 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-01-24T01:28:02.8180435Z 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-01-24T01:28:02.8187251Z 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-01-24T01:28:02.8193878Z 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-01-24T01:28:02.8199948Z 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-01-24T01:28:02.8206535Z 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-01-24T01:28:02.8213105Z 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-01-24T01:28:02.8220014Z 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-01-24T01:28:02.8226671Z 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-01-24T01:28:02.8232971Z 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-01-24T01:28:02.8239386Z 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-01-24T01:28:02.8245683Z 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-01-24T01:28:02.8252702Z 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-01-24T01:28:02.8259430Z 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-01-24T01:28:02.8265887Z 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-01-24T01:28:02.8272255Z 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-01-24T01:28:02.8278351Z 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-01-24T01:28:02.8284545Z 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-01-24T01:28:02.8292157Z 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-01-24T01:28:02.8298808Z 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-01-24T01:28:02.8304934Z 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-01-24T01:28:02.8311321Z 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-01-24T01:28:02.8318310Z 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-01-24T01:28:02.8324421Z 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-01-24T01:28:02.8331196Z 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-01-24T01:28:02.8337644Z 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-01-24T01:28:02.8344037Z 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-01-24T01:28:02.8350632Z 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-01-24T01:28:02.8356864Z 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-01-24T01:28:02.8364084Z 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-01-24T01:28:02.8370208Z 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-01-24T01:28:02.8376813Z 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-01-24T01:28:02.8383046Z 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-01-24T01:28:02.8389323Z 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-01-24T01:28:02.8395816Z 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-01-24T01:28:02.8402414Z 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-01-24T01:28:02.8408737Z 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-01-24T01:28:02.8415152Z 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-01-24T01:28:02.8421624Z 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-01-24T01:28:02.8429019Z 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-01-24T01:28:02.8435437Z 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-01-24T01:28:02.8442101Z 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-01-24T01:28:02.8448796Z 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-01-24T01:28:02.8456256Z 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-01-24T01:28:02.8463091Z 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-01-24T01:28:02.8470359Z 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-01-24T01:28:02.8477094Z 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-01-24T01:28:02.8484297Z 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-01-24T01:28:02.8491704Z 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-01-24T01:28:02.8498169Z 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-01-24T01:28:02.8505211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8511218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8518126Z 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-01-24T01:28:02.8524790Z 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-01-24T01:28:02.8531581Z 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-01-24T01:28:02.8538193Z 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-01-24T01:28:02.8544931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8551477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8558282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8564548Z 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-01-24T01:28:02.8571024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8577019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8583333Z 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-01-24T01:28:02.8589796Z 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-01-24T01:28:02.8596696Z 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-01-24T01:28:02.8603311Z 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-01-24T01:28:02.8611090Z 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-01-24T01:28:02.8618683Z 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-01-24T01:28:02.8626063Z 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-01-24T01:28:02.8633058Z 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-01-24T01:28:02.8639472Z 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-01-24T01:28:02.8646446Z 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-01-24T01:28:02.8653035Z 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-01-24T01:28:02.8659362Z 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-01-24T01:28:02.8665610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:28:02.8672437Z 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-01-24T01:28:02.8678617Z 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-01-24T01:28:02.8685739Z 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-01-24T01:28:02.8692143Z 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-01-24T01:28:02.8698442Z 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-01-24T01:28:02.8704973Z 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-01-24T01:28:02.8711601Z 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-01-24T01:28:02.8718330Z 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-01-24T01:28:02.8724777Z 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-01-24T01:28:02.9818470Z 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-01-24T01:28:02.9824631Z 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-01-24T01:28:02.9830993Z 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-01-24T01:28:02.9837860Z 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-01-24T01:28:02.9844271Z 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-01-24T01:28:02.9850523Z 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-01-24T01:28:02.9856873Z 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-01-24T01:28:02.9863154Z 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-01-24T01:28:02.9869387Z 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-01-24T01:28:02.9875341Z 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-01-24T01:28:02.9881868Z 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-01-24T01:28:02.9888217Z 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-01-24T01:28:02.9894673Z 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-01-24T01:28:02.9900869Z 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-01-24T01:28:02.9907432Z 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-01-24T01:28:02.9914348Z 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-01-24T01:28:02.9920975Z 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-01-24T01:28:02.9927139Z 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-01-24T01:28:02.9942045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9947623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9953339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9958989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9964480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9970352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9976444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9982047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:02.9988908Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-01-24T01:28:02.9994833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:28:03.0000435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:28:03.0006091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0012630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0039145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0053280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0059394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0065178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0070721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0076715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0082386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0088023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0093881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0593779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0599596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0606156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0614121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0620674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0627703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0634247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0640723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0647512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0654237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0661202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0667590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0673770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0679747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0685685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0691685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0697534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0703834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0709717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0722411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0728234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0734121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0739693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0745331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0766143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0772238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:28:03.0778783Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-01-24T01:28:03.0784479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0791051Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-01-24T01:28:03.0796603Z 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-01-24T01:28:03.0802229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0807515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0825238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0830677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0836267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:28:03.0849427Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-01-24T01:28:03.0855443Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-01-24T01:28:03.0860679Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0866125Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0871896Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0877487Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0890497Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0896380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0902293Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0908191Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0914069Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0920341Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0926214Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0931942Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0937786Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0943559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0950368Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0956557Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0962409Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0969054Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0975584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0981478Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0993044Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.0998938Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1005350Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-01-24T01:28:03.1011049Z 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-01-24T01:28:03.1016758Z 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-01-24T01:28:03.1022609Z 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-01-24T01:28:03.1028486Z 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-01-24T01:28:03.1042207Z 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-01-24T01:28:03.1047934Z 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-01-24T01:28:03.1053952Z 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-01-24T01:28:03.1059769Z 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-01-24T01:28:03.1065659Z 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-01-24T01:28:03.1071577Z 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-01-24T01:28:03.1077964Z 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-01-24T01:28:03.1084015Z 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-01-24T01:28:03.1089944Z 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-01-24T01:28:03.1096014Z 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-01-24T01:28:03.1102015Z 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-01-24T01:28:03.1108049Z 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-01-24T01:28:03.1114259Z 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-01-24T01:28:03.1120994Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1127453Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1133664Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1139701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1145427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1151478Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1156911Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1162802Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1168452Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1174297Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1193318Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1200182Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1205838Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1211745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1217501Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1223147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1228917Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1234536Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1240082Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1245646Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1251350Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1257280Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1270720Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1277991Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1284143Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1289934Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1296149Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:28:03.1302421Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-01-24T01:28:03.1307682Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1313429Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1319447Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1325621Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1339058Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1345133Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1350822Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1356561Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1362269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1368148Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1374438Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1380304Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1385913Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1391964Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:28:03.1398470Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-01-24T01:28:03.1404259Z 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-01-24T01:28:03.1410126Z 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-01-24T01:28:03.1416326Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-01-24T01:28:03.1421720Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:28:03.1427355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:28:03.1433269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:28:03.1440206Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-01-24T01:28:03.1445616Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:28:03.1451450Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:28:03.1458837Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-01-24T01:28:03.1464306Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1470116Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1475884Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1481621Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1501138Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1506460Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1512509Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1518157Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1523947Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1529727Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1535520Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1541184Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1546922Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1552522Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1565029Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1570424Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1576683Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1582446Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1588118Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1594040Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1599851Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1605606Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1611616Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1617420Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1635126Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1641092Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1646508Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1653142Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1659138Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1665307Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1670808Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1676285Z 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-01-24T01:28:03.1683244Z 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-01-24T01:28:03.1689029Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1695175Z 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-01-24T01:28:03.1706253Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1712171Z 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-01-24T01:28:03.1718026Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1723884Z 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-01-24T01:28:03.1729580Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1735434Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1741834Z 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-01-24T01:28:03.1747747Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1753393Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1758942Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1770770Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1776540Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1782471Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1788161Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1793751Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1799373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1805685Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1811490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1817179Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1822892Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1829082Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1834593Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1840294Z 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-01-24T01:28:03.1855078Z 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-01-24T01:28:03.1860973Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1866585Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1872379Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1878419Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1884171Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1889596Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1895269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1901144Z 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-01-24T01:28:03.1907793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1913475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1930475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1936391Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1942775Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1948960Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1955342Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1961949Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1968167Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1974534Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1981295Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1987645Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1993782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.1999868Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2012187Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2019076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2025339Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2031044Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2037844Z 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-01-24T01:28:03.2062967Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2068305Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2074542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2084700Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2086468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2092860Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2113065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2118634Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2124445Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2130835Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2137283Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2143288Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2149839Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2157036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2162993Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2170241Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2177756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2184611Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2191385Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2197821Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2203541Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2209995Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2216212Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:28:03.2226428Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-01-24T01:28:03.2232605Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-01-24T01:28:03.2238037Z 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-01-24T01:28:03.2243711Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2249404Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2255314Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2267887Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2273606Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2279753Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:28:03.2286204Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-01-24T01:28:03.2291832Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-01-24T01:28:03.2297158Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:28:03.2303842Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:28:03.2309573Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:28:03.2315193Z 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-01-24T01:28:03.2330829Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:28:03.2337118Z 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-01-24T01:28:03.2342544Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:28:03.2348930Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2355299Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2360973Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2379010Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2384565Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2390150Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2395697Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2401619Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2438030Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2443959Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2449684Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2455311Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2460539Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2466841Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-01-24T01:28:03.2471930Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2477951Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2483501Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2495286Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2501355Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2506299Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2511912Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2517383Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2522958Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2528658Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2534324Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2540763Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2548239Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2554159Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2559845Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2565226Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:28:03.2570932Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2576610Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2582814Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2590235Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-01-24T01:28:03.2595240Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2601346Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2606925Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2613772Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2619247Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2624491Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2643489Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-01-24T01:28:03.2650096Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2655941Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2663807Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2670242Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2677536Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2690940Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2698186Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2705252Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:28:03.2711352Z 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-01-24T01:28:03.2718100Z 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-01-24T01:28:03.2724522Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-01-24T01:28:03.2730145Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:28:03.2735539Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:28:03.2741767Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:28:03.2748004Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2753242Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2758984Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2764843Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2770309Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2776421Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2782299Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2787507Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2794178Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2799825Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2805295Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2812645Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2819305Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2825123Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2831303Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2836853Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:28:03.2842471Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:03.2851168Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-01-24T01:28:03.2856785Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-01-24T01:28:03.2862755Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-01-24T01:28:03.2868152Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-01-24T01:28:03.2874202Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-01-24T01:28:03.2880015Z 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-01-24T01:28:03.2885376Z 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-01-24T01:28:03.2891044Z 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-01-24T01:28:03.2896300Z 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-01-24T01:28:03.2902573Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:28:03.2909472Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:28:03.2915922Z 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-01-24T01:28:03.2921635Z 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-01-24T01:28:03.2927268Z 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-01-24T01:28:03.2932929Z 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-01-24T01:28:03.2938894Z 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-01-24T01:28:03.2945301Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:28:03.2963579Z 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-01-24T01:28:03.2969359Z 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-01-24T01:28:03.2975677Z 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-01-24T01:28:03.2981341Z 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-01-24T01:28:03.2987453Z 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-01-24T01:28:03.2993155Z 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-01-24T01:28:03.2999079Z 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-01-24T01:28:03.3010836Z 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-01-24T01:28:03.3017097Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:28:03.3023771Z 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-01-24T01:28:03.3029694Z 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-01-24T01:28:03.3035408Z 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-01-24T01:28:03.3041191Z 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-01-24T01:28:03.3046923Z 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-01-24T01:28:03.3053802Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:28:03.3060591Z 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-01-24T01:28:03.3066979Z 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-01-24T01:28:03.3072559Z 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-01-24T01:28:03.3078829Z 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-01-24T01:28:03.3084577Z 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-01-24T01:28:03.3099466Z 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-01-24T01:28:03.3105461Z 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-01-24T01:28:03.3111119Z 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-01-24T01:28:03.3117302Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:28:03.3124098Z 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-01-24T01:28:03.3130208Z 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-01-24T01:28:03.3136594Z 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-01-24T01:28:03.3142779Z 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-01-24T01:28:03.3149060Z 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-01-24T01:28:03.3155527Z 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-01-24T01:28:03.3165639Z 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-01-24T01:28:03.3171783Z 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-01-24T01:28:03.3178013Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:28:03.3184711Z 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-01-24T01:28:03.3190869Z 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-01-24T01:28:03.3196544Z 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-01-24T01:28:03.3213120Z 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-01-24T01:28:03.3219076Z 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-01-24T01:28:03.3224774Z 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-01-24T01:28:03.3230239Z 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-01-24T01:28:03.3235703Z 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-01-24T01:28:03.3241298Z 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-01-24T01:28:03.3247544Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:28:03.3254185Z 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-01-24T01:28:03.3260750Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:28:03.3267349Z 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-01-24T01:28:03.3273638Z 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-01-24T01:28:03.3279429Z 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-01-24T01:28:03.3285135Z 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-01-24T01:28:03.3305323Z 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-01-24T01:28:03.3310947Z 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-01-24T01:28:03.3316721Z 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-01-24T01:28:03.3322223Z 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-01-24T01:28:03.3327818Z 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-01-24T01:28:03.3333504Z 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-01-24T01:28:03.3339869Z 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-01-24T01:28:03.3345463Z 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-01-24T01:28:03.3351272Z 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-01-24T01:28:03.3356928Z 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-01-24T01:28:03.3363202Z 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-01-24T01:28:03.3369480Z 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-01-24T01:28:03.3375273Z 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-01-24T01:28:03.3380868Z 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-01-24T01:28:03.3397167Z 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-01-24T01:28:03.3403990Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:28:03.3410515Z 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-01-24T01:28:03.3416933Z 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-01-24T01:28:03.3422537Z 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-01-24T01:28:03.3428483Z 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-01-24T01:28:03.3434954Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:28:03.3451612Z 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-01-24T01:28:03.3457643Z 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-01-24T01:28:03.3463811Z 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-01-24T01:28:03.3469506Z 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-01-24T01:28:03.3481108Z 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-01-24T01:28:03.3487025Z 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-01-24T01:28:03.3493091Z 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-01-24T01:28:03.3498966Z 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-01-24T01:28:03.3505127Z 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-01-24T01:28:03.3511136Z 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-01-24T01:28:03.3517212Z 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-01-24T01:28:03.3523160Z 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-01-24T01:28:03.3528896Z 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-01-24T01:28:03.3534790Z 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-01-24T01:28:03.3540604Z 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-01-24T01:28:03.3546416Z 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-01-24T01:28:03.3552341Z 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-01-24T01:28:03.3558338Z 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-01-24T01:28:03.3564808Z 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-01-24T01:28:03.3570634Z 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-01-24T01:28:03.3576616Z 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-01-24T01:28:03.3582428Z 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-01-24T01:28:03.3588860Z 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-01-24T01:28:03.3594676Z 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-01-24T01:28:03.3600643Z 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-01-24T01:28:03.3606581Z 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-01-24T01:28:03.3612619Z 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-01-24T01:28:03.3618719Z 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-01-24T01:28:03.3624573Z 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-01-24T01:28:03.3630544Z 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-01-24T01:28:03.3638175Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:28:03.3645895Z 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-01-24T01:28:03.3652631Z 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-01-24T01:28:03.3658435Z 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-01-24T01:28:03.3665001Z 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-01-24T01:28:03.3671296Z 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-01-24T01:28:03.3690756Z 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-01-24T01:28:03.3696630Z 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-01-24T01:28:03.3702610Z 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-01-24T01:28:03.3708159Z 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-01-24T01:28:03.3713837Z 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-01-24T01:28:03.3720005Z 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-01-24T01:28:03.3726098Z 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-01-24T01:28:03.3731862Z 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-01-24T01:28:03.3737757Z 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-01-24T01:28:03.3743349Z 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-01-24T01:28:03.3749404Z 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-01-24T01:28:03.3755343Z 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-01-24T01:28:03.3761095Z 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-01-24T01:28:03.3766798Z 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-01-24T01:28:03.3772621Z 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-01-24T01:28:03.3778277Z 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-01-24T01:28:03.3784128Z 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-01-24T01:28:03.3790288Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:28:03.3796998Z 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-01-24T01:28:03.3803027Z 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-01-24T01:28:03.4431615Z 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-01-24T01:28:03.4438232Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:28:03.4444883Z 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-01-24T01:28:03.4450890Z 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-01-24T01:28:03.4456895Z 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-01-24T01:28:03.4462590Z 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-01-24T01:28:03.4468132Z 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-01-24T01:28:03.4474112Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:28:03.4480641Z 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-01-24T01:28:03.4486370Z 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-01-24T01:28:03.4492121Z 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-01-24T01:28:03.4497898Z 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-01-24T01:28:03.4503869Z 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-01-24T01:28:03.4509631Z 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-01-24T01:28:03.4522207Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:28:03.4529190Z 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-01-24T01:28:03.4535346Z 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-01-24T01:28:03.4540968Z 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-01-24T01:28:03.4554689Z 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-01-24T01:28:03.4560458Z 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-01-24T01:28:03.4566195Z 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-01-24T01:28:03.4571804Z 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-01-24T01:28:03.4578376Z 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-01-24T01:28:03.4585141Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:28:03.4591690Z 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-01-24T01:28:03.4597492Z 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-01-24T01:28:03.4603237Z 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-01-24T01:28:03.4608958Z 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-01-24T01:28:03.4621637Z 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-01-24T01:28:03.4627491Z 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-01-24T01:28:03.4632975Z 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-01-24T01:28:03.4640275Z 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-01-24T01:28:03.4646039Z 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-01-24T01:28:03.4652593Z 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-01-24T01:28:03.4658661Z 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-01-24T01:28:03.4663961Z 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-01-24T01:28:03.4671360Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-01-24T01:28:03.4676824Z 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-01-24T01:28:03.4682728Z 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-01-24T01:28:03.4688499Z 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-01-24T01:28:03.4694293Z 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-01-24T01:28:03.4711108Z 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-01-24T01:28:03.4717435Z 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-01-24T01:28:03.4722947Z 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-01-24T01:28:03.4728607Z 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-01-24T01:28:03.4742436Z 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-01-24T01:28:03.4749248Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-01-24T01:28:03.4754965Z 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-01-24T01:28:03.4760615Z 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-01-24T01:28:03.4766089Z 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-01-24T01:28:03.4771534Z 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-01-24T01:28:03.4784269Z 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-01-24T01:28:03.4790017Z 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-01-24T01:28:03.4799949Z 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-01-24T01:28:03.4806189Z 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-01-24T01:28:03.4812724Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-01-24T01:28:03.4818597Z 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-01-24T01:28:03.4829152Z 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-01-24T01:28:03.4835001Z 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-01-24T01:28:03.4853034Z 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-01-24T01:28:03.4858822Z 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-01-24T01:28:03.4865344Z 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-01-24T01:28:03.4871805Z 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-01-24T01:28:03.4877634Z 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-01-24T01:28:03.4883447Z 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-01-24T01:28:03.4888836Z 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-01-24T01:28:03.4894913Z 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-01-24T01:28:03.4901071Z 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-01-24T01:28:03.4906824Z 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-01-24T01:28:03.4912106Z 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-01-24T01:28:03.4917821Z 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-01-24T01:28:03.4931477Z 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-01-24T01:28:03.4937089Z 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-01-24T01:28:03.4942748Z 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-01-24T01:28:03.4948236Z 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-01-24T01:28:03.4954112Z 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-01-24T01:28:03.4959856Z 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-01-24T01:28:03.4965416Z 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-01-24T01:28:03.4970921Z 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-01-24T01:28:03.4977359Z 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-01-24T01:28:03.4989026Z 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-01-24T01:28:03.4994746Z 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-01-24T01:28:03.5000360Z 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-01-24T01:28:03.5005827Z 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-01-24T01:28:03.5011459Z 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-01-24T01:28:03.5017366Z 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-01-24T01:28:03.5022946Z 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-01-24T01:28:03.5028846Z 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-01-24T01:28:03.5034593Z 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-01-24T01:28:03.5052679Z 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-01-24T01:28:03.5058592Z 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-01-24T01:28:03.5064220Z 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-01-24T01:28:03.5070293Z 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-01-24T01:28:03.5075445Z 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-01-24T01:28:03.5081346Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-01-24T01:28:03.5087381Z 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-01-24T01:28:03.5093049Z 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-01-24T01:28:03.5098937Z 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-01-24T01:28:03.5104622Z 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-01-24T01:28:03.5116590Z 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-01-24T01:28:03.5122126Z 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-01-24T01:28:03.5127855Z 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-01-24T01:28:03.5134508Z 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-01-24T01:28:03.5140791Z 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-01-24T01:28:03.5147867Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5155275Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-01-24T01:28:03.5161725Z 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-01-24T01:28:03.5169070Z 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-01-24T01:28:03.5175876Z 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-01-24T01:28:03.5182197Z 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-01-24T01:28:03.5188125Z 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-01-24T01:28:03.5202338Z 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-01-24T01:28:03.5208176Z 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-01-24T01:28:03.5214628Z 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-01-24T01:28:03.5220245Z 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-01-24T01:28:03.5225903Z 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-01-24T01:28:03.5231501Z 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-01-24T01:28:03.5236710Z 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-01-24T01:28:03.5242276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5265332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5270958Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5276279Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5281988Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-01-24T01:28:03.5287997Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-01-24T01:28:03.5294303Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:28:03.5300660Z 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-01-24T01:28:03.5306357Z 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-01-24T01:28:03.5312444Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:28:03.5318592Z 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-01-24T01:28:03.5324347Z 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-01-24T01:28:03.5330557Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:28:03.5336849Z 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-01-24T01:28:03.5342693Z 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-01-24T01:28:03.5348445Z 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-01-24T01:28:03.5360311Z 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-01-24T01:28:03.5366389Z 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-01-24T01:28:03.5372057Z 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-01-24T01:28:03.5377819Z 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-01-24T01:28:03.5383675Z 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-01-24T01:28:03.5389298Z 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-01-24T01:28:03.5395123Z 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-01-24T01:28:03.5401288Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5407115Z 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-01-24T01:28:03.5413036Z 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-01-24T01:28:03.5418486Z 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-01-24T01:28:03.5423693Z 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-01-24T01:28:03.5429480Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5435137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5447028Z 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-01-24T01:28:03.5452750Z 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-01-24T01:28:03.5458675Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5464406Z 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-01-24T01:28:03.5470508Z 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-01-24T01:28:03.5477061Z 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-01-24T01:28:03.5483969Z 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-01-24T01:28:03.5489735Z 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-01-24T01:28:03.5495727Z 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-01-24T01:28:03.5502299Z 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-01-24T01:28:03.5508145Z 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-01-24T01:28:03.5513729Z 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-01-24T01:28:03.5519569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5525923Z 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-01-24T01:28:03.5531153Z 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-01-24T01:28:03.5537138Z 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-01-24T01:28:03.5542662Z 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-01-24T01:28:03.5556158Z 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-01-24T01:28:03.5562089Z 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-01-24T01:28:03.5568114Z 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-01-24T01:28:03.5574776Z 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-01-24T01:28:03.5580785Z 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-01-24T01:28:03.5586746Z 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-01-24T01:28:03.5593525Z 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-01-24T01:28:03.5599758Z 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-01-24T01:28:03.5613448Z 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-01-24T01:28:03.5619497Z 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-01-24T01:28:03.5625575Z 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-01-24T01:28:03.5631460Z 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-01-24T01:28:03.5637784Z 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-01-24T01:28:03.5644398Z 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-01-24T01:28:03.5650935Z 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-01-24T01:28:03.5657849Z 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-01-24T01:28:03.5664207Z 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-01-24T01:28:03.5670489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:28:03.5676462Z 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-01-24T01:28:03.5682707Z 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-01-24T01:28:03.5696019Z 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-01-24T01:28:03.5701700Z 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-01-24T01:28:03.5707592Z 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-01-24T01:28:03.5713366Z 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-01-24T01:28:03.5719111Z 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-01-24T01:28:03.5724813Z 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-01-24T01:28:03.5730946Z 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-01-24T01:28:03.5736593Z 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-01-24T01:28:03.5743120Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:28:03.5749207Z 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-01-24T01:28:03.5754860Z 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-01-24T01:28:03.5760462Z 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-01-24T01:28:03.5766024Z 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-01-24T01:28:03.5778517Z 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-01-24T01:28:03.5784178Z 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-01-24T01:28:03.5789969Z 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-01-24T01:28:03.5795665Z 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-01-24T01:28:03.5801372Z 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-01-24T01:28:03.5807238Z 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-01-24T01:28:03.5813161Z 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-01-24T01:28:03.5818876Z 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-01-24T01:28:03.5824199Z 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-01-24T01:28:03.5829975Z 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-01-24T01:28:03.5835621Z 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-01-24T01:28:03.5841439Z 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-01-24T01:28:03.5847538Z 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-01-24T01:28:03.5853443Z 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-01-24T01:28:03.5859478Z 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-01-24T01:28:03.5865322Z 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-01-24T01:28:03.5877755Z 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-01-24T01:28:03.5883912Z 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-01-24T01:28:03.5889803Z 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-01-24T01:28:03.5895512Z 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-01-24T01:28:03.5901154Z 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-01-24T01:28:03.5906952Z 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-01-24T01:28:03.5912779Z 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-01-24T01:28:03.5918401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5923874Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.5930285Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-01-24T01:28:03.5936074Z 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-01-24T01:28:03.5941820Z 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-01-24T01:28:03.5947934Z 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-01-24T01:28:03.5953103Z 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-01-24T01:28:03.5971237Z 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-01-24T01:28:03.5976986Z 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-01-24T01:28:03.5982689Z 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-01-24T01:28:03.5988066Z 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-01-24T01:28:03.5993780Z 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-01-24T01:28:03.5999422Z 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-01-24T01:28:03.6004809Z 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-01-24T01:28:03.6010120Z 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-01-24T01:28:03.6015553Z 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-01-24T01:28:03.6020820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.6026064Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.6032051Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.6037173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.6043330Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-01-24T01:28:03.6049300Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:28:03.6055352Z 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-01-24T01:28:03.6061130Z 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-01-24T01:28:03.6066924Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:28:03.6072779Z 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-01-24T01:28:03.6078641Z 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-01-24T01:28:03.6084123Z 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-01-24T01:28:03.6109796Z 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-01-24T01:28:03.6115638Z 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-01-24T01:28:03.6121451Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:28:03.6127421Z 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-01-24T01:28:03.6133294Z 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-01-24T01:28:03.6138848Z 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-01-24T01:28:03.6153648Z 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-01-24T01:28:03.6180929Z 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-01-24T01:28:03.6188247Z 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-01-24T01:28:03.6195259Z 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-01-24T01:28:03.6202177Z 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-01-24T01:28:03.6208609Z 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-01-24T01:28:03.6214589Z 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-01-24T01:28:03.6220436Z 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-01-24T01:28:03.6226802Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:28:03.6240682Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:28:03.6246740Z 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-01-24T01:28:03.6253013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:28:03.6258606Z 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-01-24T01:28:03.6265228Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:28:03.6271524Z 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-01-24T01:28:03.6277710Z 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-01-24T01:28:03.6284050Z 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-01-24T01:28:03.6303199Z 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-01-24T01:28:03.6308822Z 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-01-24T01:28:03.6322583Z 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-01-24T01:28:03.6328065Z 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-01-24T01:28:03.6333810Z 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-01-24T01:28:03.6339324Z 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-01-24T01:28:03.6345144Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.6351334Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-01-24T01:28:03.6357705Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-01-24T01:28:03.6363506Z 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-01-24T01:28:03.6369492Z 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-01-24T01:28:03.6375291Z 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-01-24T01:28:03.6380704Z 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-01-24T01:28:03.6386608Z 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-01-24T01:28:03.6401166Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-01-24T01:28:03.6406736Z 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-01-24T01:28:03.6412631Z 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-01-24T01:28:03.6418460Z 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-01-24T01:28:03.6424077Z 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-01-24T01:28:03.6437570Z 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-01-24T01:28:03.6443312Z 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-01-24T01:28:03.6448981Z 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-01-24T01:28:03.6454887Z 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-01-24T01:28:03.6460400Z 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-01-24T01:28:03.6466410Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-01-24T01:28:03.6472500Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:28:03.6478388Z 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-01-24T01:28:03.6484907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-01-24T01:28:03.6490735Z 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-01-24T01:28:03.6496380Z 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-01-24T01:28:03.6501761Z 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-01-24T01:28:03.6513578Z 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-01-24T01:28:03.6524041Z 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-01-24T01:28:03.6525292Z 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-01-24T01:28:03.6530129Z 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-01-24T01:28:03.6535923Z 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-01-24T01:28:03.6541860Z 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-01-24T01:28:03.6547234Z 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-01-24T01:28:03.6552787Z 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-01-24T01:28:03.6558802Z 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-01-24T01:28:03.6564406Z 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-01-24T01:28:03.6570048Z 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-01-24T01:28:03.6575361Z 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-01-24T01:28:03.6580818Z 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-01-24T01:28:03.6586714Z 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-01-24T01:28:03.6592269Z 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-01-24T01:28:03.6598081Z 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-01-24T01:28:03.6603778Z 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-01-24T01:28:03.6618015Z 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-01-24T01:28:03.6623766Z 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-01-24T01:28:03.6629413Z 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-01-24T01:28:03.6634706Z 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-01-24T01:28:03.6640959Z 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-01-24T01:28:03.6646779Z 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-01-24T01:28:03.6653294Z 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-01-24T01:28:03.6660522Z 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-01-24T01:28:03.6667227Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-01-24T01:28:03.6673238Z 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-01-24T01:28:03.6679320Z 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-01-24T01:28:03.6685270Z 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-01-24T01:28:03.6692035Z 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-01-24T01:28:03.6708187Z 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-01-24T01:28:03.6714509Z 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-01-24T01:28:03.6722450Z 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-01-24T01:28:03.6728568Z 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-01-24T01:28:03.6734478Z 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-01-24T01:28:03.6740528Z 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-01-24T01:28:03.6746139Z 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-01-24T01:28:03.6752013Z 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-01-24T01:28:03.6757872Z 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-01-24T01:28:03.6763582Z 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-01-24T01:28:03.6769132Z 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-01-24T01:28:03.6791442Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-01-24T01:28:03.6797004Z 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-01-24T01:28:03.6802605Z 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-01-24T01:28:03.6808423Z 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-01-24T01:28:03.6814239Z 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-01-24T01:28:03.6826016Z 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-01-24T01:28:03.6831619Z 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-01-24T01:28:03.6837015Z 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-01-24T01:28:03.6842510Z 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-01-24T01:28:03.6848168Z 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-01-24T01:28:03.6853978Z 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-01-24T01:28:03.6859785Z 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-01-24T01:28:03.6865257Z 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-01-24T01:28:03.6870766Z 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-01-24T01:28:03.6876343Z 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-01-24T01:28:03.6881990Z 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-01-24T01:28:03.6887800Z 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-01-24T01:28:03.6893565Z 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-01-24T01:28:03.6899266Z 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-01-24T01:28:03.6905188Z 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-01-24T01:28:03.6910983Z 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-01-24T01:28:03.6916600Z 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-01-24T01:28:03.6922240Z 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-01-24T01:28:03.6936894Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-01-24T01:28:03.6942673Z 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-01-24T01:28:03.6948146Z 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-01-24T01:28:03.6953784Z 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-01-24T01:28:03.6959371Z 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-01-24T01:28:03.6972467Z 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-01-24T01:28:03.6977704Z 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-01-24T01:28:03.6983140Z 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-01-24T01:28:03.6988772Z 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-01-24T01:28:03.6994186Z 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-01-24T01:28:03.6999638Z 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-01-24T01:28:03.7005354Z 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-01-24T01:28:03.7010964Z 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-01-24T01:28:03.7016847Z 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-01-24T01:28:03.7022353Z 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-01-24T01:28:03.7028103Z 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-01-24T01:28:03.7033828Z 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-01-24T01:28:03.7108435Z 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-01-24T01:28:03.7114164Z 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-01-24T01:28:03.7120736Z 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-01-24T01:28:03.7133496Z 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-01-24T01:28:03.7139069Z 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-01-24T01:28:03.7144764Z 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-01-24T01:28:03.7150590Z 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-01-24T01:28:03.7156178Z 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-01-24T01:28:03.7161847Z 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-01-24T01:28:03.7168281Z 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-01-24T01:28:03.7174315Z 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-01-24T01:28:03.7179660Z 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-01-24T01:28:03.7191942Z 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-01-24T01:28:03.7197716Z 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-01-24T01:28:03.7203535Z 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-01-24T01:28:03.7209084Z 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-01-24T01:28:03.7214992Z 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-01-24T01:28:03.7220480Z 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-01-24T01:28:03.7226545Z 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-01-24T01:28:03.7232045Z 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-01-24T01:28:03.7238379Z 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-01-24T01:28:03.7253036Z 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-01-24T01:28:03.7258718Z 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-01-24T01:28:03.7264184Z 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-01-24T01:28:03.7269732Z 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-01-24T01:28:03.7275198Z 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-01-24T01:28:03.7280836Z 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-01-24T01:28:03.7286285Z 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-01-24T01:28:03.7292653Z 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-01-24T01:28:03.7298405Z 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-01-24T01:28:03.7312545Z 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-01-24T01:28:03.7318492Z 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-01-24T01:28:03.7323613Z 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-01-24T01:28:03.7329306Z 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-01-24T01:28:03.7335096Z 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-01-24T01:28:03.7340461Z 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-01-24T01:28:03.7346235Z 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-01-24T01:28:03.7351990Z 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-01-24T01:28:03.7357574Z 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-01-24T01:28:03.7363231Z 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-01-24T01:28:03.7382050Z 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-01-24T01:28:03.7387785Z 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-01-24T01:28:03.7393419Z 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-01-24T01:28:03.7399353Z 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-01-24T01:28:03.7404799Z 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-01-24T01:28:03.7410716Z 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-01-24T01:28:03.7416789Z 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-01-24T01:28:03.7422940Z 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-01-24T01:28:03.7428781Z 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-01-24T01:28:03.7435204Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:28:03.7441690Z 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-01-24T01:28:03.7447798Z 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-01-24T01:28:03.7453793Z 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-01-24T01:28:03.7459246Z 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-01-24T01:28:03.7472977Z 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-01-24T01:28:03.7478747Z 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-01-24T01:28:03.7484569Z 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-01-24T01:28:03.7491369Z 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-01-24T01:28:03.7497390Z 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-01-24T01:28:03.7503237Z 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-01-24T01:28:03.7516984Z 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-01-24T01:28:03.7523356Z 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-01-24T01:28:03.7529863Z 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-01-24T01:28:03.7535343Z 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-01-24T01:28:03.7541411Z 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-01-24T01:28:03.7547321Z 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-01-24T01:28:03.7553211Z 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-01-24T01:28:03.7558931Z 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-01-24T01:28:03.7564879Z 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-01-24T01:28:03.7578385Z 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-01-24T01:28:03.7584802Z 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-01-24T01:28:03.7590464Z 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-01-24T01:28:03.7597283Z 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-01-24T01:28:03.7603463Z 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-01-24T01:28:03.7609796Z 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-01-24T01:28:03.7615924Z 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-01-24T01:28:03.7622313Z 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-01-24T01:28:03.7629101Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:28:03.7635140Z 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-01-24T01:28:03.7640891Z 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-01-24T01:28:03.7646854Z 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-01-24T01:28:03.7664073Z 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-01-24T01:28:03.7669891Z 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-01-24T01:28:03.7675644Z 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-01-24T01:28:03.7681803Z 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-01-24T01:28:03.7687745Z 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-01-24T01:28:03.7694149Z 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-01-24T01:28:03.7700620Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-01-24T01:28:03.7706392Z 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-01-24T01:28:03.7711787Z 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-01-24T01:28:03.7717604Z 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-01-24T01:28:03.7723384Z 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-01-24T01:28:03.7729769Z 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-01-24T01:28:03.7744378Z 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-01-24T01:28:03.7749794Z 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-01-24T01:28:03.7755917Z 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-01-24T01:28:03.7761642Z 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-01-24T01:28:03.7767925Z 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-01-24T01:28:03.7774720Z 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-01-24T01:28:03.7781355Z 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-01-24T01:28:03.7788584Z 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-01-24T01:28:03.7795388Z 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-01-24T01:28:03.7801771Z 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-01-24T01:28:03.7807980Z 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-01-24T01:28:03.7814192Z 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-01-24T01:28:03.7820706Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-01-24T01:28:03.7826674Z 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-01-24T01:28:03.7832981Z 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-01-24T01:28:03.7838814Z 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-01-24T01:28:03.7844480Z 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-01-24T01:28:03.7860302Z 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-01-24T01:28:03.7866251Z 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-01-24T01:28:03.7872411Z 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-01-24T01:28:03.7878581Z 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-01-24T01:28:03.7884800Z 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-01-24T01:28:03.7891034Z 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-01-24T01:28:03.7897386Z 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-01-24T01:28:03.7903417Z 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-01-24T01:28:03.7909906Z 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-01-24T01:28:03.7915919Z 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-01-24T01:28:03.7921883Z 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-01-24T01:28:03.7928036Z 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-01-24T01:28:03.7934908Z 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-01-24T01:28:03.7940566Z 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-01-24T01:28:03.7946384Z 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-01-24T01:28:03.7952846Z 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-01-24T01:28:03.7965981Z 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-01-24T01:28:03.7973095Z 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-01-24T01:28:03.8640334Z 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-01-24T01:28:03.8646190Z 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-01-24T01:28:03.8651913Z 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-01-24T01:28:03.8657970Z 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-01-24T01:28:03.8664241Z 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-01-24T01:28:03.8670530Z 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-01-24T01:28:03.8677092Z 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-01-24T01:28:03.8689729Z 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-01-24T01:28:03.8696190Z 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-01-24T01:28:03.8702833Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-01-24T01:28:03.8709394Z 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-01-24T01:28:03.8714972Z 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-01-24T01:28:03.8720853Z 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-01-24T01:28:03.8734340Z 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-01-24T01:28:03.8740282Z 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-01-24T01:28:03.8745677Z 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-01-24T01:28:03.8751530Z 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-01-24T01:28:03.8757581Z 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-01-24T01:28:03.8763251Z 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-01-24T01:28:03.8768875Z 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-01-24T01:28:03.8774579Z 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-01-24T01:28:03.8780410Z 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-01-24T01:28:03.8787460Z 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-01-24T01:28:03.8792848Z 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-01-24T01:28:03.8798447Z 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-01-24T01:28:03.8804073Z 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-01-24T01:28:03.8809921Z 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-01-24T01:28:03.8816067Z 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-01-24T01:28:03.8821747Z 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-01-24T01:28:03.8827823Z 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-01-24T01:28:03.8845879Z 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-01-24T01:28:03.8852335Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:28:03.8858156Z 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-01-24T01:28:03.8863772Z 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-01-24T01:28:03.8869481Z 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-01-24T01:28:03.8874748Z 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-01-24T01:28:03.8985087Z 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-01-24T01:28:03.8990565Z 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-01-24T01:28:03.8996426Z 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-01-24T01:28:03.9002293Z 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-01-24T01:28:03.9008539Z 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-01-24T01:28:03.9014578Z 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-01-24T01:28:03.9020521Z 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-01-24T01:28:03.9026599Z 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-01-24T01:28:03.9032982Z 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-01-24T01:28:03.9038591Z 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-01-24T01:28:03.9044878Z 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-01-24T01:28:03.9051318Z 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-01-24T01:28:03.9057484Z 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-01-24T01:28:03.9063588Z 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-01-24T01:28:03.9069715Z 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-01-24T01:28:03.9075741Z 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-01-24T01:28:03.9081607Z 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-01-24T01:28:03.9097909Z 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-01-24T01:28:03.9104026Z 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-01-24T01:28:03.9109986Z 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-01-24T01:28:03.9116223Z 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-01-24T01:28:03.9122106Z 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-01-24T01:28:03.9128149Z 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-01-24T01:28:03.9134139Z 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-01-24T01:28:03.9140271Z 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-01-24T01:28:03.9146415Z 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-01-24T01:28:03.9152428Z 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-01-24T01:28:03.9159073Z 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-01-24T01:28:03.9174331Z 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-01-24T01:28:03.9180530Z 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-01-24T01:28:03.9188122Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:28:03.9194646Z 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-01-24T01:28:03.9201076Z 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-01-24T01:28:03.9207210Z 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-01-24T01:28:03.9213303Z 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-01-24T01:28:03.9219398Z 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-01-24T01:28:03.9231913Z 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-01-24T01:28:03.9237950Z 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-01-24T01:28:03.9243556Z 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-01-24T01:28:03.9249349Z 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-01-24T01:28:03.9255731Z 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-01-24T01:28:03.9261490Z 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-01-24T01:28:03.9267273Z 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-01-24T01:28:03.9273435Z 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-01-24T01:28:03.9279807Z 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-01-24T01:28:03.9285552Z 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-01-24T01:28:03.9291264Z 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-01-24T01:28:03.9297308Z 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-01-24T01:28:03.9303862Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-01-24T01:28:03.9310234Z 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-01-24T01:28:03.9316519Z 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-01-24T01:28:03.9321944Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.9327750Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-01-24T01:28:03.9333889Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-01-24T01:28:03.9339526Z 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-01-24T01:28:03.9345404Z 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-01-24T01:28:03.9351513Z 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-01-24T01:28:03.9357503Z 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-01-24T01:28:03.9375803Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-01-24T01:28:03.9381117Z 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-01-24T01:28:03.9386701Z 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-01-24T01:28:03.9392834Z 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-01-24T01:28:03.9398251Z 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-01-24T01:28:03.9403687Z 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-01-24T01:28:03.9415953Z 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-01-24T01:28:03.9422179Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:28:03.9428181Z 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-01-24T01:28:03.9433642Z 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-01-24T01:28:03.9439719Z 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-01-24T01:28:03.9445235Z 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-01-24T01:28:03.9454586Z 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-01-24T01:28:03.9460144Z 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-01-24T01:28:03.9466305Z 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-01-24T01:28:03.9471703Z 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-01-24T01:28:03.9477414Z 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-01-24T01:28:03.9483937Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:28:03.9490011Z 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-01-24T01:28:03.9496216Z 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-01-24T01:28:03.9501934Z 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-01-24T01:28:03.9507871Z 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-01-24T01:28:03.9513665Z 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-01-24T01:28:03.9605087Z 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-01-24T01:28:03.9610893Z 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-01-24T01:28:03.9617237Z 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-01-24T01:28:03.9623009Z 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-01-24T01:28:03.9629229Z 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-01-24T01:28:03.9634860Z 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-01-24T01:28:03.9648214Z 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-01-24T01:28:03.9654819Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-01-24T01:28:03.9661076Z 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-01-24T01:28:03.9667922Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:28:03.9674483Z 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-01-24T01:28:03.9680726Z 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-01-24T01:28:03.9687175Z 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-01-24T01:28:03.9693632Z 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-01-24T01:28:03.9706675Z 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-01-24T01:28:03.9720123Z 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-01-24T01:28:03.9722545Z 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-01-24T01:28:03.9730378Z 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-01-24T01:28:03.9736111Z 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-01-24T01:28:03.9741989Z 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-01-24T01:28:03.9747690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.9753668Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:03.9759594Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-01-24T01:28:03.9765168Z 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-01-24T01:28:03.9771789Z 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-01-24T01:28:03.9777350Z 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-01-24T01:28:03.9783363Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-01-24T01:28:03.9788994Z 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-01-24T01:28:03.9794820Z 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-01-24T01:28:03.9801197Z 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-01-24T01:28:03.9807092Z 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-01-24T01:28:03.9820347Z 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-01-24T01:28:03.9826282Z 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-01-24T01:28:03.9835560Z 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-01-24T01:28:03.9841405Z 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-01-24T01:28:03.9848184Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:28:03.9854521Z 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-01-24T01:28:03.9860323Z 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-01-24T01:28:03.9866179Z 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-01-24T01:28:03.9872093Z 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-01-24T01:28:03.9877747Z 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-01-24T01:28:03.9884014Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-01-24T01:28:03.9890005Z 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-01-24T01:28:03.9896179Z 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-01-24T01:28:03.9902028Z 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-01-24T01:28:03.9908504Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:28:03.9914495Z 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-01-24T01:28:03.9920195Z 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-01-24T01:28:03.9925498Z 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-01-24T01:28:03.9938597Z 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-01-24T01:28:03.9944701Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:28:03.9950446Z 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-01-24T01:28:03.9956586Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:28:03.9962367Z 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-01-24T01:28:03.9967777Z 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-01-24T01:28:03.9973899Z 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-01-24T01:28:03.9980062Z 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-01-24T01:28:03.9999066Z 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-01-24T01:28:04.0004821Z 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-01-24T01:28:04.0010605Z 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-01-24T01:28:04.0016473Z 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-01-24T01:28:04.0022252Z 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-01-24T01:28:04.0027893Z 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-01-24T01:28:04.0033580Z 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-01-24T01:28:04.0039321Z 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-01-24T01:28:04.0045388Z 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-01-24T01:28:04.0051249Z 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-01-24T01:28:04.0057015Z 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-01-24T01:28:04.0062581Z 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-01-24T01:28:04.0068791Z 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-01-24T01:28:04.0074784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0080445Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0092895Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0099061Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0104943Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0110595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0116494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0122274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0127871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0133561Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0139579Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-01-24T01:28:04.0145431Z 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-01-24T01:28:04.0151716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0157189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0162832Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0168397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0176230Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-01-24T01:28:04.0182742Z 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-01-24T01:28:04.0189729Z 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-01-24T01:28:04.0195308Z 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-01-24T01:28:04.0201141Z 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-01-24T01:28:04.0215127Z 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-01-24T01:28:04.0221143Z 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-01-24T01:28:04.0228072Z 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-01-24T01:28:04.0233796Z 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-01-24T01:28:04.0239208Z 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-01-24T01:28:04.0244648Z 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-01-24T01:28:04.0250233Z 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-01-24T01:28:04.0256027Z 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-01-24T01:28:04.0261385Z 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-01-24T01:28:04.0267085Z 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-01-24T01:28:04.0272506Z 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-01-24T01:28:04.0278266Z 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-01-24T01:28:04.0284835Z 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-01-24T01:28:04.0291244Z 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-01-24T01:28:04.0297093Z 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-01-24T01:28:04.0302726Z 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-01-24T01:28:04.0316023Z 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-01-24T01:28:04.0321866Z 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-01-24T01:28:04.0331364Z 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-01-24T01:28:04.0337436Z 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-01-24T01:28:04.0343451Z 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-01-24T01:28:04.0350111Z 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-01-24T01:28:04.0355924Z 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-01-24T01:28:04.0361938Z 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-01-24T01:28:04.0367647Z 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-01-24T01:28:04.0373353Z 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-01-24T01:28:04.0387025Z 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-01-24T01:28:04.0392985Z 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-01-24T01:28:04.0398434Z 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-01-24T01:28:04.0404634Z 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-01-24T01:28:04.0410165Z 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-01-24T01:28:04.0415846Z 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-01-24T01:28:04.0421313Z 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-01-24T01:28:04.0427127Z 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-01-24T01:28:04.0433061Z 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-01-24T01:28:04.0448011Z 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-01-24T01:28:04.0458050Z 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-01-24T01:28:04.0464251Z 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-01-24T01:28:04.0470576Z 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-01-24T01:28:04.0476720Z 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-01-24T01:28:04.0482565Z 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-01-24T01:28:04.0487963Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:28:04.0494464Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-01-24T01:28:04.0507314Z 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-01-24T01:28:04.0512865Z 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-01-24T01:28:04.0518396Z 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-01-24T01:28:04.0524607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:28:04.0531137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:28:04.0561192Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:28:04.0579727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:28:04.0587083Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:28:04.0592777Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:28:04.0610122Z creating build\bdist.win-amd64\wheel\torch\jit 2025-01-24T01:28:04.0615820Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0621972Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0632890Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0639334Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-01-24T01:28:04.0644291Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-01-24T01:28:04.0650311Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0663041Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0669343Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0675877Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0682394Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0688101Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0694130Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0699952Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0705800Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0711981Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0717597Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0723067Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0728527Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0734713Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0740304Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0746541Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-01-24T01:28:04.0751577Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:28:04.0757399Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:28:04.0762328Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0768179Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0774724Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0781282Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0786830Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0808587Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0814778Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0820281Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0827064Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:28:04.0833697Z creating build\bdist.win-amd64\wheel\torch\lib 2025-01-24T01:28:04.0838874Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0846659Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0853577Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0862399Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0869898Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0890336Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0896838Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0914156Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0927131Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.0935174Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6822928Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6871720Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6889857Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6907752Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6915542Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.6921894Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7106342Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7158512Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7501968Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7856756Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7889982Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7898975Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7905473Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7911261Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.7996888Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.8002872Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.8020497Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.8031368Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.8037758Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.9562566Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.9851789Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:04.9858064Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:05.0000667Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:05.0008914Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:05.0040251Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:28:05.0045755Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.0053343Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-01-24T01:28:05.0058331Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-01-24T01:28:05.0066016Z creating build\bdist.win-amd64\wheel\torch\masked 2025-01-24T01:28:05.0071540Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-01-24T01:28:05.0076534Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0082294Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0087839Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0093213Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0099170Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0112107Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0118049Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0126040Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:28:05.0129688Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:28:05.0136112Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:28:05.0142671Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:28:05.0148698Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-01-24T01:28:05.0153464Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-01-24T01:28:05.0159336Z creating build\bdist.win-amd64\wheel\torch\mps 2025-01-24T01:28:05.0164034Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:28:05.0169516Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:28:05.0179148Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:28:05.0185032Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-01-24T01:28:05.0189701Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:28:05.0195540Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:28:05.0200953Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:28:05.0206974Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-01-24T01:28:05.0211933Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0217620Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0223325Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0230234Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0236139Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0254286Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:28:05.0261201Z creating build\bdist.win-amd64\wheel\torch\nested 2025-01-24T01:28:05.0267164Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-01-24T01:28:05.0273391Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:28:05.0280425Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:28:05.0286670Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:28:05.0293729Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:28:05.0317090Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:28:05.0321697Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-01-24T01:28:05.0328239Z creating build\bdist.win-amd64\wheel\torch\nn 2025-01-24T01:28:05.0333592Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-01-24T01:28:05.0338689Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:28:05.0344706Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-01-24T01:28:05.0349914Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:28:05.0355564Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:28:05.0361152Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:28:05.0367488Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:28:05.0381112Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:28:05.0386967Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-01-24T01:28:05.0391868Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:28:05.0397273Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:28:05.0401777Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0407242Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0412835Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0429668Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0436575Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0441620Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0448116Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-01-24T01:28:05.0453585Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-01-24T01:28:05.0458724Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:28:05.0464089Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:28:05.0469624Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-01-24T01:28:05.0475158Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-01-24T01:28:05.0480560Z 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-01-24T01:28:05.0486214Z 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-01-24T01:28:05.0491597Z 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-01-24T01:28:05.0497212Z 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-01-24T01:28:05.0514187Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-01-24T01:28:05.0519987Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-01-24T01:28:05.0525754Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:28:05.0531766Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:28:05.0537740Z 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-01-24T01:28:05.0543585Z 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-01-24T01:28:05.0548978Z 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-01-24T01:28:05.0554792Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-01-24T01:28:05.0560368Z 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-01-24T01:28:05.0565866Z 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-01-24T01:28:05.0571423Z 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-01-24T01:28:05.0576979Z 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-01-24T01:28:05.0582517Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-01-24T01:28:05.0587738Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-01-24T01:28:05.0594372Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-01-24T01:28:05.0599476Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0606131Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0612215Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0618287Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0631248Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0637653Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0644402Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0650237Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0655999Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0661900Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0667491Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0673717Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0679299Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0685033Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0691846Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0699181Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0704951Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0711606Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0717364Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0727223Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0734989Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0741723Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0749055Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0755630Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0761431Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0767311Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:28:05.0773898Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-01-24T01:28:05.0778856Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0784938Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0790477Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0797155Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0818764Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0824479Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0830416Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0835996Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:28:05.0841501Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0847707Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.0853608Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-01-24T01:28:05.0858786Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-01-24T01:28:05.0864234Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-01-24T01:28:05.0869555Z 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-01-24T01:28:05.0875025Z 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-01-24T01:28:05.0880819Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-01-24T01:28:05.0886447Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-01-24T01:28:05.0891536Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:28:05.0897032Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:28:05.0902257Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:28:05.0907472Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:28:05.0912928Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-01-24T01:28:05.0918538Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-01-24T01:28:05.0923826Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-01-24T01:28:05.0929087Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:28:05.0934551Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:28:05.0940099Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:28:05.0945051Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-01-24T01:28:05.0950664Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-01-24T01:28:05.0955884Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-01-24T01:28:05.0961277Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-01-24T01:28:05.0966698Z 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-01-24T01:28:05.0972081Z 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-01-24T01:28:05.0977331Z 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-01-24T01:28:05.0983076Z 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-01-24T01:28:05.0988719Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-01-24T01:28:05.0993696Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:28:05.0999341Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-01-24T01:28:05.1004767Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1010065Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1015346Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1020621Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1026024Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1045033Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1050583Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1056024Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1061348Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1066533Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1071765Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:28:05.1077626Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-01-24T01:28:05.1089761Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-01-24T01:28:05.1095651Z 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-01-24T01:28:05.1100761Z 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-01-24T01:28:05.1105890Z 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-01-24T01:28:05.1111103Z 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-01-24T01:28:05.1116444Z 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-01-24T01:28:05.1121788Z 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-01-24T01:28:05.1127054Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-01-24T01:28:05.1132226Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:28:05.1138559Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-01-24T01:28:05.1143534Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1149244Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1154686Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1160171Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1166341Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1178627Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1184678Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1190848Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1197249Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1203265Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1209356Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1214858Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1858948Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.1865016Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-01-24T01:28:05.1870873Z 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-01-24T01:28:05.1876858Z 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-01-24T01:28:05.1882559Z 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-01-24T01:28:05.1894001Z 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-01-24T01:28:05.1973335Z 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-01-24T01:28:05.1979108Z 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-01-24T01:28:05.1985884Z 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-01-24T01:28:05.1992821Z 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-01-24T01:28:05.2002685Z 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-01-24T01:28:05.2005419Z 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-01-24T01:28:05.2010977Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.2017046Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.2023344Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:28:05.2028977Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.2034572Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:28:05.2041925Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-01-24T01:28:05.2046865Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2052987Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2058172Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2063762Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2080903Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2087472Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2094231Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2100186Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2106657Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2112531Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2119291Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2125275Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2130979Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2136841Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2142567Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2148506Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2154823Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2160927Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2169443Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2176386Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2192969Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2198793Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2204671Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2210576Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2216447Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2222342Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.2228122Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-01-24T01:28:05.2233988Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-01-24T01:28:05.2239360Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2245668Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2253030Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2259753Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2266866Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2273185Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2279150Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2285651Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2291474Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2297667Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2311196Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2317280Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2322506Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2328240Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2334258Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2339821Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2345561Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2351524Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2357392Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2363156Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2369078Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2375006Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2380706Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2386259Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2392098Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2401670Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2417897Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2423593Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2429234Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2434987Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2440638Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2446288Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2452036Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2457991Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2463629Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2469315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2482074Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2487840Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2493713Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2499552Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2505507Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2512382Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2518102Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2523876Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2529701Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2535485Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2556538Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2563096Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2569019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2575380Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2581508Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2587301Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2601336Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2607195Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2613482Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2619645Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2631519Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2637653Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2643538Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2649462Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:28:05.2655343Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2666273Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2672130Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:28:05.2677415Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:28:05.2683116Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:28:05.2689380Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:28:05.2695673Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2701200Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2707019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2713341Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2719650Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2730412Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2737275Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2743546Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2750283Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2757259Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2763332Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2769139Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2775154Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2781125Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2787260Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2792874Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2799092Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2804566Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2811142Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:28:05.2819560Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:28:05.2825488Z 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-01-24T01:28:05.2831290Z 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-01-24T01:28:05.2836530Z 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-01-24T01:28:05.2847503Z 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-01-24T01:28:05.2852684Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2858617Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:28:05.2863713Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-01-24T01:28:05.2869205Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-01-24T01:28:05.2874739Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-01-24T01:28:05.2880200Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-01-24T01:28:05.2885505Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2891250Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2897066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2912247Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2921388Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2927816Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2933657Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.2940479Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2945890Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2951561Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2957457Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2963746Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2976343Z 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-01-24T01:28:05.2982953Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2988616Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:28:05.2994128Z 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-01-24T01:28:05.2999387Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3004896Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3010641Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3016688Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3022312Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3027829Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:28:05.3033320Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3049882Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3056022Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3063423Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3069189Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3075015Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3081745Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3087575Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:28:05.3092695Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.3103261Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.3132728Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:28:05.3144924Z creating build\bdist.win-amd64\wheel\torch\optim 2025-01-24T01:28:05.3149730Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3155886Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3162057Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3168903Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3175160Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3180871Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3186920Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3199437Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3206440Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3212833Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3219178Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3225439Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3231606Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3237800Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3244496Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3251365Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3258526Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3264897Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3271358Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-01-24T01:28:05.3276674Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:28:05.3282460Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:28:05.3287951Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:28:05.3293685Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3301679Z creating build\bdist.win-amd64\wheel\torch\package 2025-01-24T01:28:05.3306714Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-01-24T01:28:05.3312012Z 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-01-24T01:28:05.3317567Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:28:05.3323096Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:28:05.3337682Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:28:05.3343210Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3348847Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3354347Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3366659Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3372163Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3378671Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3384765Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3390337Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3396021Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3401523Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3407405Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3413045Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3418893Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3424348Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3429797Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:28:05.3435653Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-01-24T01:28:05.3449083Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3455327Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3461623Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3466938Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3473206Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3485283Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3490813Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:28:05.3496706Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3502142Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-01-24T01:28:05.3507001Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3512793Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3518076Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3531536Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-01-24T01:28:05.3536617Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3541905Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3547247Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3553076Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3558430Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3569873Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3575735Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3581305Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3587101Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3592644Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3598258Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3604185Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:28:05.3609585Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3615341Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3621044Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3626753Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3632368Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3638177Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3643877Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3649352Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3654942Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3660573Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3685521Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3691858Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3697801Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:28:05.3703918Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3709682Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3715389Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3721139Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3727312Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.3734833Z creating build\bdist.win-amd64\wheel\torch\share 2025-01-24T01:28:05.3739924Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-01-24T01:28:05.3745468Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-01-24T01:28:05.3751792Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-01-24T01:28:05.3758554Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3764646Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3770837Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3776826Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3793150Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3799649Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3805669Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3811325Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:28:05.3817759Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:28:05.3823334Z 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-01-24T01:28:05.3828770Z 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-01-24T01:28:05.3834719Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:28:05.3846685Z 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-01-24T01:28:05.3853136Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:28:05.3859196Z 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-01-24T01:28:05.3865032Z 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-01-24T01:28:05.3871390Z 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-01-24T01:28:05.3882160Z 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-01-24T01:28:05.3887916Z 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-01-24T01:28:05.3895143Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:28:05.3908656Z 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-01-24T01:28:05.3915341Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-01-24T01:28:05.3920825Z 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-01-24T01:28:05.3926580Z 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-01-24T01:28:05.3932183Z 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-01-24T01:28:05.3938166Z 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-01-24T01:28:05.3949258Z 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-01-24T01:28:05.3954901Z 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-01-24T01:28:05.3960327Z 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-01-24T01:28:05.3966097Z 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-01-24T01:28:05.3972227Z 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-01-24T01:28:05.3978532Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-01-24T01:28:05.3983800Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:28:05.3989590Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:28:05.3995222Z creating build\bdist.win-amd64\wheel\torch\signal 2025-01-24T01:28:05.4000394Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-01-24T01:28:05.4005532Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:28:05.4011820Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:28:05.4017188Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-01-24T01:28:05.4023000Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-01-24T01:28:05.4027821Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4034560Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4040235Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4057626Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4064755Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4075204Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:28:05.4081873Z creating build\bdist.win-amd64\wheel\torch\special 2025-01-24T01:28:05.4086749Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-01-24T01:28:05.4093109Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:05.4102717Z creating build\bdist.win-amd64\wheel\torch\test 2025-01-24T01:28:05.4118379Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4127875Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4137403Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4147132Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4167635Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4177484Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4186502Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4195167Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4204273Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4213324Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4222542Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4231334Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4241183Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4252598Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4261973Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4271752Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4280564Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4289984Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4309010Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4318504Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4327638Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4336721Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4345732Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4354820Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4363829Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4372938Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4393617Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4402150Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4418713Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4427651Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4436577Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4445645Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4454780Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4463815Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4472950Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4492104Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4502557Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4511801Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4521073Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4530563Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4545796Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4554777Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4563966Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4573140Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4597869Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4607140Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4616218Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4625123Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4634427Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4644099Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4653768Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4662826Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4684120Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4693324Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4702914Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4712749Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4722608Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4735126Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4746590Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4756798Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4767149Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4786948Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4796712Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4806456Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4821430Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4831706Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4843477Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4854319Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4867861Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4888815Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4902483Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4916232Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4926942Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4937042Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4949175Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4962814Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4975023Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4985021Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.4995973Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5005926Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5016456Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5026102Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5036371Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5046892Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5056143Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5065535Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5084327Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5109176Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5118728Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5129733Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5139632Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5149766Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5159340Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5169684Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5180037Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5190206Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5199986Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5210704Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5220956Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5228145Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5237215Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5246981Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5257014Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5264161Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5283309Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5292842Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:28:05.5303129Z creating build\bdist.win-amd64\wheel\torch\testing 2025-01-24T01:28:05.5308088Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:28:05.5314941Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:28:05.5323280Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-01-24T01:28:05.5328559Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5335796Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5342239Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5477192Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-01-24T01:28:05.5482399Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-01-24T01:28:05.5488640Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5527232Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5534677Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5542601Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5548493Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5554386Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5561501Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5568059Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5584917Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5590990Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5615584Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5632106Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5639448Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5646225Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5654180Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5675745Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5681383Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5689795Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5696016Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5702138Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.5708297Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-01-24T01:28:05.5713618Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:28:05.5719028Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:28:05.5724446Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:28:05.5730498Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-01-24T01:28:05.5736062Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.5741779Z 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-01-24T01:28:05.5747646Z 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-01-24T01:28:05.5759986Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.5770835Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.5777621Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.5783994Z 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-01-24T01:28:05.5791883Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-01-24T01:28:05.5798782Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-01-24T01:28:05.5805565Z 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-01-24T01:28:05.5813230Z 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-01-24T01:28:05.5818775Z 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-01-24T01:28:05.5824793Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-01-24T01:28:05.5831314Z 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-01-24T01:28:05.5839298Z 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-01-24T01:28:05.5845837Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:28:05.5852074Z 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-01-24T01:28:05.5858270Z 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-01-24T01:28:05.5864222Z 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-01-24T01:28:05.5869072Z 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-01-24T01:28:05.5880334Z 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-01-24T01:28:05.5886871Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:28:05.5892782Z 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-01-24T01:28:05.5898576Z 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-01-24T01:28:05.5904924Z 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-01-24T01:28:05.5910682Z 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-01-24T01:28:05.5915610Z 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-01-24T01:28:05.5921513Z 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-01-24T01:28:05.5930015Z 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-01-24T01:28:05.5935849Z 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-01-24T01:28:05.5940437Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.5946512Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-01-24T01:28:05.5952338Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:28:05.5958206Z 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-01-24T01:28:05.5963913Z 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-01-24T01:28:05.5969797Z 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-01-24T01:28:05.5975517Z 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-01-24T01:28:05.5981402Z 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-01-24T01:28:05.5987170Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-01-24T01:28:05.5992938Z 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-01-24T01:28:05.5999284Z 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-01-24T01:28:05.6004068Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:28:05.6008750Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6015077Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6020991Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6026837Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6038275Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6044385Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-01-24T01:28:05.6050144Z 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-01-24T01:28:05.6061619Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-01-24T01:28:05.6066541Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6072964Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6078823Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.6084961Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.7103520Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.7111250Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.7117877Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:05.7124150Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-01-24T01:28:06.2301072Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:28:06.2309577Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-01-24T01:28:06.2315202Z 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-01-24T01:28:06.2321944Z 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-01-24T01:28:06.2328789Z 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-01-24T01:28:06.2335778Z 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-01-24T01:28:06.2341775Z 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-01-24T01:28:06.2348105Z 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-01-24T01:28:06.2602583Z 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-01-24T01:28:06.2608450Z 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-01-24T01:28:06.2614441Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:28:06.2621437Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:28:06.2627531Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:28:06.2634837Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-01-24T01:28:06.2640224Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2647137Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2652900Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2659443Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2736429Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2742033Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:28:06.2747450Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2753256Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2759263Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2765555Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-01-24T01:28:06.2771760Z 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-01-24T01:28:06.2777127Z 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-01-24T01:28:06.2783174Z 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-01-24T01:28:06.2788074Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2794107Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2800372Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2806935Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:28:06.2812704Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:28:06.2880809Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:28:06.2886562Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:06.2893928Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:06.2901811Z creating build\bdist.win-amd64\wheel\torch\utils 2025-01-24T01:28:06.2907030Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-01-24T01:28:06.2912331Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-01-24T01:28:06.2919234Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.2926072Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-01-24T01:28:06.2932280Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-01-24T01:28:06.2938066Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.2944751Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.2950555Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.2956669Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.2963277Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.3031098Z 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-01-24T01:28:06.3036944Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:28:06.3043040Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-01-24T01:28:06.3048707Z 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-01-24T01:28:06.3055220Z 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-01-24T01:28:06.3062150Z 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-01-24T01:28:06.3069031Z 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-01-24T01:28:06.3142053Z 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-01-24T01:28:06.3148838Z 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-01-24T01:28:06.3153830Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-01-24T01:28:06.3159564Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3165575Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3172233Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3178026Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3183600Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3190134Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3249766Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3255498Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3262540Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:28:06.3268473Z 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-01-24T01:28:06.3275245Z 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-01-24T01:28:06.3281072Z 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-01-24T01:28:06.3363235Z 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-01-24T01:28:06.3371091Z 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-01-24T01:28:06.3383844Z 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-01-24T01:28:06.3388394Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3394941Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:28:06.3400204Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-01-24T01:28:06.3406258Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-01-24T01:28:06.8696889Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:28:06.8702121Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:28:06.8708503Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.8714881Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.8722102Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.8729969Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.8735619Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:06.8744483Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-01-24T01:28:06.8750030Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:06.8755680Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:06.8763883Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-01-24T01:28:06.8769810Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-01-24T01:28:06.8775542Z 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-01-24T01:28:06.8782029Z 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-01-24T01:28:06.8788080Z 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-01-24T01:28:06.8878116Z 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-01-24T01:28:06.8884442Z 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-01-24T01:28:06.8890088Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:06.8896858Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:06.8903129Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:06.8909788Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-01-24T01:28:07.3340207Z 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-01-24T01:28:07.3346351Z 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-01-24T01:28:07.3352606Z 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-01-24T01:28:07.3359601Z 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-01-24T01:28:07.3372448Z 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-01-24T01:28:07.3379523Z 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-01-24T01:28:07.3386011Z 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-01-24T01:28:07.3392873Z 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-01-24T01:28:07.3400753Z 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-01-24T01:28:07.3406986Z 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-01-24T01:28:07.3412668Z 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-01-24T01:28:07.3418232Z 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-01-24T01:28:07.3424790Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-01-24T01:28:07.3430772Z 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-01-24T01:28:07.3436641Z 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-01-24T01:28:07.3442319Z 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-01-24T01:28:07.3447841Z 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-01-24T01:28:07.3453921Z 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-01-24T01:28:07.3465729Z 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-01-24T01:28:07.3471675Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-01-24T01:28:07.3477488Z 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-01-24T01:28:07.3483347Z 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-01-24T01:28:07.3489410Z 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-01-24T01:28:07.3494727Z 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-01-24T01:28:07.3500659Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:07.3506652Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:07.3512428Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:07.3519333Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:28:07.3524707Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3536973Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3542737Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3548374Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3554573Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3561717Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-01-24T01:28:07.3567275Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3574548Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3579774Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3585689Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3591909Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3603837Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:28:07.3609413Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:28:07.3615183Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3621167Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3626778Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3632428Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3639403Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-01-24T01:28:07.3644286Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:28:07.3650403Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:28:07.3660466Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:28:07.3666604Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:28:07.3678386Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:28:07.3683940Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3690390Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-01-24T01:28:07.3695622Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:28:07.3702477Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:28:07.3707183Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3712857Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3719528Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-01-24T01:28:07.3724933Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3731594Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3737235Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3742923Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3748784Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3759932Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:28:07.3765408Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3771480Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3783908Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-01-24T01:28:07.3788924Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:28:07.3794808Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:28:07.3800659Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3807046Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-01-24T01:28:07.3812533Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3818945Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3825461Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3831660Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3843872Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3849752Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3855895Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3862751Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3869083Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:28:07.3875313Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3883123Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-01-24T01:28:07.3888634Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:28:07.3895490Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:28:07.3900511Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3906876Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3912904Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3919069Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3924463Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3930289Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3947316Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3953432Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3959155Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3965709Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3970988Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3976919Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3982887Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3988363Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.3993916Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4000017Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4012369Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4018159Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4023633Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4029311Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4035538Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4042142Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4048611Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-01-24T01:28:07.4054678Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:28:07.4060704Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:28:07.4065595Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-01-24T01:28:07.4071443Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4077940Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4083596Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4089330Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4095402Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4108953Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4114985Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4120502Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4126197Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4133372Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:28:07.4138123Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4143985Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4149840Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4155436Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4168515Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4174994Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:28:07.4181311Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4187565Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-01-24T01:28:07.4192771Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4198406Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4204314Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4209938Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4217221Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4222555Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:28:07.4233228Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4240112Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-01-24T01:28:07.4244588Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-01-24T01:28:07.4251235Z creating build\bdist.win-amd64\wheel\torch\_C 2025-01-24T01:28:07.4256455Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4262280Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4267987Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4273365Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4278796Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4294816Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4300530Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4307089Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4313080Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4318804Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4324153Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4330733Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4336547Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4341930Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4347529Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4353014Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4379612Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4385530Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4391401Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4396873Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4402706Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4409134Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4426081Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4431490Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:28:07.4449836Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4455815Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4461571Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4467817Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-01-24T01:28:07.4472918Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:28:07.4478742Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:28:07.4485779Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:28:07.4490598Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4497296Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-01-24T01:28:07.4502341Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:28:07.4511490Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:28:07.4517404Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:28:07.4532077Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:28:07.4537897Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.4551425Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-01-24T01:28:07.4556319Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:28:07.4562446Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:28:07.4567780Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-01-24T01:28:07.4572766Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-01-24T01:28:07.4578385Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4583916Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4589746Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4595437Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4607206Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4612318Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4618375Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4623914Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4629330Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4635261Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4641023Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:28:07.4645598Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4651982Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4658264Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4671895Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4677590Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4683691Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4689762Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4696221Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4702482Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4708939Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4715556Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4721151Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4727151Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4733511Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4740035Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4745732Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4751844Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4758737Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4765582Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4771555Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4777632Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4793755Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4799674Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4806974Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4812677Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4818525Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4824679Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4831080Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4838843Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4845939Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-01-24T01:28:07.4851066Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4857548Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4863673Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4869206Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4885233Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4891992Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4898311Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4904551Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4910076Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:28:07.4915973Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4921974Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4934816Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-01-24T01:28:07.4940305Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:28:07.4946680Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:28:07.4952831Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:28:07.4959255Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:28:07.4963924Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4970322Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4977047Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4983040Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4990620Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.4996373Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5002120Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5008125Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5013922Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5021384Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5027211Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5035460Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-01-24T01:28:07.5050363Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5056815Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5063834Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5070366Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5076010Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5089186Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5095404Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5101058Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5107995Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5115254Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5121140Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5126987Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5133546Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5139760Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5146344Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5152576Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5158326Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5164359Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5171037Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5177934Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5184338Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5191102Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:28:07.5197287Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5203590Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:28:07.5211588Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.5217971Z creating build\bdist.win-amd64\wheel\torch\_export 2025-01-24T01:28:07.5222821Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5230462Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-01-24T01:28:07.5235983Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:28:07.5242571Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-01-24T01:28:07.5250159Z 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-01-24T01:28:07.5256044Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5262069Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5280814Z 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-01-24T01:28:07.5286852Z 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-01-24T01:28:07.5292730Z 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-01-24T01:28:07.5298709Z 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-01-24T01:28:07.5304434Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5310234Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5316080Z 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-01-24T01:28:07.5321863Z 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-01-24T01:28:07.5327623Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5334390Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5340208Z 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-01-24T01:28:07.5345918Z 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-01-24T01:28:07.5351433Z 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-01-24T01:28:07.5357440Z 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-01-24T01:28:07.5363196Z 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-01-24T01:28:07.5375296Z 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-01-24T01:28:07.5381917Z 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-01-24T01:28:07.5388387Z 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-01-24T01:28:07.5396466Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5400261Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5405999Z 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-01-24T01:28:07.5412337Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5417925Z 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-01-24T01:28:07.5429989Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5435444Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5441402Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5446860Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5452213Z 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-01-24T01:28:07.5458230Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5463979Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5469502Z 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-01-24T01:28:07.5475507Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5488049Z 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-01-24T01:28:07.5493674Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:28:07.5499661Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:28:07.5506380Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:28:07.5511905Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:28:07.5517931Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5523160Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5531785Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-01-24T01:28:07.5543159Z 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-01-24T01:28:07.5548930Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5555001Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5574348Z 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-01-24T01:28:07.5580400Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5585885Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5591963Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5597704Z 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-01-24T01:28:07.5603366Z 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-01-24T01:28:07.5609846Z 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-01-24T01:28:07.5615781Z 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-01-24T01:28:07.5621636Z 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-01-24T01:28:07.5627384Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5632954Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:28:07.5638529Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5644969Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-01-24T01:28:07.5650489Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:28:07.5656436Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:28:07.5662500Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:28:07.5667883Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-01-24T01:28:07.5673523Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5686504Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5693351Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5700245Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5713031Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5718897Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5725216Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5733354Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5739303Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:28:07.5744091Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5749617Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5756182Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5762291Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5768244Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:28:07.5774930Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-01-24T01:28:07.5780115Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5786977Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5793455Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5800332Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5875955Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5881748Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5898280Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5899332Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5902565Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5908363Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5915439Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5921283Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5927960Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5935511Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5942460Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5948295Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5954151Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5960183Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5966391Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5972406Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.5979283Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-01-24T01:28:07.5995748Z 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-01-24T01:28:07.6001647Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:28:07.6007220Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:28:07.6018517Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:28:07.6024324Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6029983Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6036831Z 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-01-24T01:28:07.6043478Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6056523Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6062692Z 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-01-24T01:28:07.6068880Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6075156Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6080982Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6088392Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6095182Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6100842Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6107945Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6114235Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6119993Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:28:07.6125350Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:28:07.6130780Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:07.6137846Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-01-24T01:28:07.6145377Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6154685Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6162788Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6298395Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6304108Z 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-01-24T01:28:07.6310232Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6316835Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6322978Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.6328910Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7866165Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7873238Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7879242Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\prim_hop_base.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7885219Z 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-01-24T01:28:07.7891749Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7898463Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7904620Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7910845Z 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-01-24T01:28:07.7917693Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7924612Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7930770Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7937492Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:28:07.7944557Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-01-24T01:28:07.7950163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:07.7955887Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:07.7961534Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:07.8103160Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-01-24T01:28:07.8108271Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8113756Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8125576Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8132505Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8247746Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8254122Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8260383Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:28:07.8265567Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:28:07.8271119Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:28:08.1739397Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:28:08.1745317Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:28:08.1751491Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:28:08.1756242Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.1762955Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.1769144Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.1775091Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.1783969Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-01-24T01:28:08.1789589Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1796445Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:28:08.1802304Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:28:08.1808174Z 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-01-24T01:28:08.1814297Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1820417Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1841942Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1850333Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1856830Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1864072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1871724Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1877596Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1884865Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1891915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1898658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1905181Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1912823Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1921552Z 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-01-24T01:28:08.1928145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1934873Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.1941555Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.1947395Z 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-01-24T01:28:08.1953230Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.1959069Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.1965375Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.1983298Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:28:08.1989195Z 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-01-24T01:28:08.1995137Z 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-01-24T01:28:08.1999676Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.2005662Z 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-01-24T01:28:08.2011484Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.2018616Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:28:08.2023323Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2038340Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2043846Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2050416Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2057017Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2063200Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2068589Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2075388Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2080995Z 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-01-24T01:28:08.2087410Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2093597Z 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-01-24T01:28:08.2114479Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2120584Z 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-01-24T01:28:08.2126483Z 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-01-24T01:28:08.2132999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2138901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2145276Z 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-01-24T01:28:08.2151593Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:28:08.2156471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2163862Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2169750Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2177824Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2184435Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2322764Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2328453Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2336729Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-01-24T01:28:08.2342222Z 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-01-24T01:28:08.2348065Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-01-24T01:28:08.2353372Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:28:08.2358322Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2364741Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2370788Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2376896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2383277Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2390782Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-01-24T01:28:08.2396743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:28:08.2402087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:28:08.2407993Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:28:08.2413084Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:28:08.2418762Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2425400Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2431239Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2438072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2443925Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2451271Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2469219Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2474762Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2481092Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2487326Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2494470Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2500254Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2505933Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2511541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2517970Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2524743Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-01-24T01:28:08.2529926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2536193Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2543529Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2550015Z 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-01-24T01:28:08.2569131Z 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-01-24T01:28:08.2574836Z 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-01-24T01:28:08.2580770Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2586365Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2592532Z 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-01-24T01:28:08.2599204Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2606163Z 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-01-24T01:28:08.2612464Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2618357Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2624985Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2630596Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2636680Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2643186Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2649301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2657111Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2663461Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2681240Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:28:08.2686695Z 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-01-24T01:28:08.2692785Z 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-01-24T01:28:08.2698389Z 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-01-24T01:28:08.2710609Z 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-01-24T01:28:08.2716522Z 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-01-24T01:28:08.2722377Z 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-01-24T01:28:08.2728467Z 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-01-24T01:28:08.2734717Z 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-01-24T01:28:08.2741008Z 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-01-24T01:28:08.2746847Z 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-01-24T01:28:08.2752793Z 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-01-24T01:28:08.2759532Z 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-01-24T01:28:08.2766067Z 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-01-24T01:28:08.2772911Z 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-01-24T01:28:08.2779266Z 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-01-24T01:28:08.2785373Z 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-01-24T01:28:08.2791722Z 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-01-24T01:28:08.2797917Z 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-01-24T01:28:08.2804245Z 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-01-24T01:28:08.2817041Z 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-01-24T01:28:08.2824534Z 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-01-24T01:28:08.2831133Z 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-01-24T01:28:08.2838243Z 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-01-24T01:28:08.2843056Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2850615Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:28:08.2856105Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2861961Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2868987Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2885553Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2891542Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2897450Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2906617Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.2912905Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-01-24T01:28:08.2917990Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2923738Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2931167Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2938715Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2945734Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2966698Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2973481Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2979366Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2985938Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2991630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:28:08.2997163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3003353Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3011433Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3017929Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3023771Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3030175Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3037148Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3043038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3061408Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3067675Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3074140Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-01-24T01:28:08.3079350Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:28:08.3085146Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:28:08.3090822Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:28:08.3096210Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:28:08.3101507Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3108729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3114594Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3120570Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-01-24T01:28:08.3125805Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3132342Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3138670Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3144246Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3158028Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3163781Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3169211Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3174992Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3180695Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3187190Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3193955Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3201378Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:28:08.3206030Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3214133Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3221541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3227947Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3252807Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3258574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3264310Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3270260Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3284558Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3290856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3296589Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:28:08.3302453Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3309819Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-01-24T01:28:08.3314678Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3320197Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3325602Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3330827Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3336560Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3357316Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3363165Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3368274Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3373678Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3379155Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3384335Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:28:08.3390564Z creating build\bdist.win-amd64\wheel\torch\_library 2025-01-24T01:28:08.3395754Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3401657Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3407926Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3413642Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3424771Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3430462Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3436581Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3443024Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3450140Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:28:08.3456394Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3469507Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3477684Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-01-24T01:28:08.3483233Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:28:08.3489735Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:28:08.3496545Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:28:08.3524249Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:28:08.3540389Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:28:08.3546049Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3551962Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3560609Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3566763Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-01-24T01:28:08.3571557Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3577476Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3582899Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3588802Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-01-24T01:28:08.3593625Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:28:08.3600631Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:28:08.3605675Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3611061Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3630742Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3636328Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3642451Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3648192Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3655384Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3660819Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3666942Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3673302Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3679737Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3685565Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3691733Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3699064Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:28:08.3705042Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3712246Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-01-24T01:28:08.3717426Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:28:08.3723279Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:28:08.3729331Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:28:08.3735297Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:28:08.3741183Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:28:08.3758300Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-01-24T01:28:08.3763230Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:28:08.3769752Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:28:08.3776779Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3783918Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-01-24T01:28:08.3788757Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:28:08.3795474Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-01-24T01:28:08.3800510Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-01-24T01:28:08.3806806Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-01-24T01:28:08.3812749Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-01-24T01:28:08.3818015Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-01-24T01:28:08.3824712Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-01-24T01:28:08.3830487Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-01-24T01:28:08.3835797Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-01-24T01:28:08.3841548Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:28:08.3847316Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:28:08.3867559Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3873542Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3880254Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3900518Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.3907017Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-01-24T01:28:08.3912023Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:28:08.3918040Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:28:08.3924411Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:28:08.3941919Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-01-24T01:28:08.3947214Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3954214Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3961469Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3975207Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3982256Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3989271Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.3995117Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.4001291Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:28:08.4006572Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4013448Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4021515Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4028260Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4033195Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4043109Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4049688Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4067895Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-01-24T01:28:08.4072983Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-01-24T01:28:08.4078042Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:28:08.4084557Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:28:08.4090259Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:28:08.4095840Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-01-24T01:28:08.4100359Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4106150Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4122939Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4129408Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4136034Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4141608Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4147476Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:28:08.4165425Z creating build\bdist.win-amd64\wheel\torchgen 2025-01-24T01:28:08.4170245Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-01-24T01:28:08.4175283Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:28:08.4181179Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:28:08.4186502Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-01-24T01:28:08.4191471Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4198068Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4205704Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4212156Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4218064Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4263855Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4269639Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4276062Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4282976Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4289353Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4296416Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-01-24T01:28:08.4302245Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:28:08.4308086Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:28:08.4314100Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:28:08.4320123Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:28:08.4325746Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4331901Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4337895Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:28:08.4342973Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4348807Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4354860Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-01-24T01:28:08.4359754Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4366628Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4372461Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4378627Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4396773Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4403082Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:28:08.4408887Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-01-24T01:28:08.4422007Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-01-24T01:28:08.4427301Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:28:08.4432881Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:28:08.4439700Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-01-24T01:28:08.4445704Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:28:08.4451688Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:28:08.4458019Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:28:08.4463175Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:28:08.4469176Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:28:08.4473826Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:28:08.4479182Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:28:08.4485314Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:28:08.4489773Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4497254Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4508319Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4514331Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4520642Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4526943Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4534177Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4539879Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4545456Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4550737Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4558286Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.4565170Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-01-24T01:28:08.4570198Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:28:08.4576312Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:28:08.4582317Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:28:08.4596924Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-01-24T01:28:08.4602073Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-01-24T01:28:08.4607485Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-01-24T01:28:08.4612904Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:28:08.4624252Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:28:08.4631016Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4636408Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4642163Z 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-01-24T01:28:08.4647975Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4665070Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4670905Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4676502Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4682203Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4687604Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4693392Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4698858Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4704444Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4710142Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4716374Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4722896Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4728676Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4734571Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4740480Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4746218Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4752230Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4765642Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4771300Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4777137Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4782838Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4788953Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4794675Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4807857Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4809316Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4812576Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4818700Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4832270Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4838425Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4844795Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4850077Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4857107Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4864154Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4870291Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4876061Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4882374Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4896285Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:28:08.4902561Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-01-24T01:28:08.4907727Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4913272Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4918800Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4924809Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4930730Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4945422Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4951474Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4957864Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4964702Z 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-01-24T01:28:08.4971197Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4978185Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4984648Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4990426Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.4997997Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.5003867Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.5010205Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.5017629Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.5023206Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7187631Z 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-01-24T01:28:08.7193549Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7206475Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7212985Z 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-01-24T01:28:08.7218352Z 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-01-24T01:28:08.7224049Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7230093Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7236043Z 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-01-24T01:28:08.7241767Z 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-01-24T01:28:08.7247620Z 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-01-24T01:28:08.7253607Z 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-01-24T01:28:08.7259764Z 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-01-24T01:28:08.7265511Z 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-01-24T01:28:08.7272837Z 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-01-24T01:28:08.7279726Z 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-01-24T01:28:08.7286792Z 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-01-24T01:28:08.7301476Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7309336Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7316190Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7322200Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7328403Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7334936Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:28:08.7340824Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:28:08.7346727Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-01-24T01:28:08.7352558Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:28:08.7358319Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:28:08.7364466Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:28:08.7369567Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-01-24T01:28:08.7375518Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:28:08.7381600Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:28:08.7387495Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:28:08.7399271Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:28:08.7404012Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.7410029Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.7421832Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:28:08.7433674Z running install_egg_info 2025-01-24T01:28:08.7603497Z running egg_info 2025-01-24T01:28:08.7604970Z creating torch.egg-info 2025-01-24T01:28:08.7718007Z writing torch.egg-info\PKG-INFO 2025-01-24T01:28:08.7749205Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-01-24T01:28:08.7753573Z writing entry points to torch.egg-info\entry_points.txt 2025-01-24T01:28:08.7770043Z writing requirements to torch.egg-info\requires.txt 2025-01-24T01:28:08.7774423Z writing top-level names to torch.egg-info\top_level.txt 2025-01-24T01:28:08.7777859Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:28:09.6864659Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:28:09.6871718Z reading manifest template 'MANIFEST.in' 2025-01-24T01:28:13.2000931Z warning: no files found matching '*.*' under directory 'ios' 2025-01-24T01:28:41.3828494Z warning: no files found matching '*.*' under directory 'modules' 2025-01-24T01:28:41.5784025Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-01-24T01:28:41.7225504Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-01-24T01:28:41.8672264Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-01-24T01:28:42.0115106Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-01-24T01:28:42.4143820Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-01-24T01:28:42.4144428Z adding license file 'LICENSE' 2025-01-24T01:28:42.4145015Z adding license file 'NOTICE' 2025-01-24T01:28:49.3958084Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:28:49.4480741Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.7.0a0+gitd087145-py3.9.egg-info 2025-01-24T01:28:49.4599035Z running install_scripts 2025-01-24T01:28:49.4620371Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-01-24T01:28:49.4621245Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-01-24T01:28:49.4726408Z creating build\bdist.win-amd64\wheel\torch-2.7.0a0+gitd087145.dist-info\WHEEL 2025-01-24T01:28:49.4743733Z creating 'dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-01-24T01:28:49.4983474Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-01-24T01:28:49.5008261Z adding 'functorch/__init__.py' 2025-01-24T01:28:49.5012351Z adding 'functorch/_src/__init__.py' 2025-01-24T01:28:49.5016366Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-01-24T01:28:49.5020893Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-01-24T01:28:49.5025153Z adding 'functorch/_src/make_functional/__init__.py' 2025-01-24T01:28:49.5028999Z adding 'functorch/_src/vmap/__init__.py' 2025-01-24T01:28:49.5033720Z adding 'functorch/compile/__init__.py' 2025-01-24T01:28:49.5039959Z adding 'functorch/dim/__init__.py' 2025-01-24T01:28:49.5043765Z adding 'functorch/dim/batch_tensor.py' 2025-01-24T01:28:49.5047525Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-01-24T01:28:49.5051753Z adding 'functorch/dim/dim.py' 2025-01-24T01:28:49.5056312Z adding 'functorch/dim/magic_trace.py' 2025-01-24T01:28:49.5060228Z adding 'functorch/dim/op_properties.py' 2025-01-24T01:28:49.5070141Z adding 'functorch/dim/reference.py' 2025-01-24T01:28:49.5073852Z adding 'functorch/dim/tree_map.py' 2025-01-24T01:28:49.5077326Z adding 'functorch/dim/wrap_type.py' 2025-01-24T01:28:49.5081489Z adding 'functorch/einops/__init__.py' 2025-01-24T01:28:49.5087665Z adding 'functorch/einops/_parsing.py' 2025-01-24T01:28:49.5093315Z adding 'functorch/einops/rearrange.py' 2025-01-24T01:28:49.5097899Z adding 'functorch/experimental/__init__.py' 2025-01-24T01:28:49.5100936Z adding 'functorch/experimental/control_flow.py' 2025-01-24T01:28:49.5103750Z adding 'functorch/experimental/ops.py' 2025-01-24T01:28:49.5112807Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-01-24T01:28:49.5116301Z adding 'torch/_VF.py' 2025-01-24T01:28:49.5351772Z adding 'torch/_VF.pyi' 2025-01-24T01:28:49.5383714Z adding 'torch/__config__.py' 2025-01-24T01:28:49.5387507Z adding 'torch/__future__.py' 2025-01-24T01:28:49.5427454Z adding 'torch/__init__.py' 2025-01-24T01:28:49.5438820Z adding 'torch/_appdirs.py' 2025-01-24T01:28:49.5443266Z adding 'torch/_classes.py' 2025-01-24T01:28:49.5446748Z adding 'torch/_compile.py' 2025-01-24T01:28:49.5453078Z adding 'torch/_custom_ops.py' 2025-01-24T01:28:49.5457659Z adding 'torch/_deploy.py' 2025-01-24T01:28:49.5460941Z adding 'torch/_environment.py' 2025-01-24T01:28:49.5475873Z adding 'torch/_guards.py' 2025-01-24T01:28:49.5500694Z adding 'torch/_jit_internal.py' 2025-01-24T01:28:49.5506454Z adding 'torch/_linalg_utils.py' 2025-01-24T01:28:49.5523764Z adding 'torch/_lobpcg.py' 2025-01-24T01:28:49.5531294Z adding 'torch/_lowrank.py' 2025-01-24T01:28:49.5605151Z adding 'torch/_meta_registrations.py' 2025-01-24T01:28:49.5614781Z adding 'torch/_namedtensor_internals.py' 2025-01-24T01:28:49.5637124Z adding 'torch/_ops.py' 2025-01-24T01:28:49.5643600Z adding 'torch/_python_dispatcher.py' 2025-01-24T01:28:49.5647064Z adding 'torch/_size_docs.py' 2025-01-24T01:28:49.5651260Z adding 'torch/_sources.py' 2025-01-24T01:28:49.5654783Z adding 'torch/_storage_docs.py' 2025-01-24T01:28:49.5657980Z adding 'torch/_streambase.py' 2025-01-24T01:28:49.5683786Z adding 'torch/_tensor.py' 2025-01-24T01:28:49.5730696Z adding 'torch/_tensor_docs.py' 2025-01-24T01:28:49.5744604Z adding 'torch/_tensor_str.py' 2025-01-24T01:28:49.5748387Z adding 'torch/_thread_safe_fork.py' 2025-01-24T01:28:49.5893691Z adding 'torch/_torch_docs.py' 2025-01-24T01:28:49.5920523Z adding 'torch/_utils.py' 2025-01-24T01:28:49.5927152Z adding 'torch/_utils_internal.py' 2025-01-24T01:28:49.5933055Z adding 'torch/_vmap_internals.py' 2025-01-24T01:28:49.5941758Z adding 'torch/_weights_only_unpickler.py' 2025-01-24T01:28:49.5975508Z adding 'torch/functional.py' 2025-01-24T01:28:49.5991365Z adding 'torch/hub.py' 2025-01-24T01:28:49.6013705Z adding 'torch/library.py' 2025-01-24T01:28:49.6044988Z adding 'torch/overrides.py' 2025-01-24T01:28:49.6051229Z adding 'torch/py.typed' 2025-01-24T01:28:49.6056551Z adding 'torch/quasirandom.py' 2025-01-24T01:28:49.6061892Z adding 'torch/random.py' 2025-01-24T01:28:49.6065627Z adding 'torch/return_types.py' 2025-01-24T01:28:49.6070227Z adding 'torch/return_types.pyi' 2025-01-24T01:28:49.6100275Z adding 'torch/serialization.py' 2025-01-24T01:28:49.6118135Z adding 'torch/storage.py' 2025-01-24T01:28:49.6123206Z adding 'torch/torch_version.py' 2025-01-24T01:28:49.6127195Z adding 'torch/types.py' 2025-01-24T01:28:49.6130612Z adding 'torch/version.py' 2025-01-24T01:28:49.6364850Z adding 'torch/_C/_VariableFunctions.pyi' 2025-01-24T01:28:49.6486365Z adding 'torch/_C/__init__.pyi' 2025-01-24T01:28:49.6503143Z adding 'torch/_C/_aoti.pyi' 2025-01-24T01:28:49.6506699Z adding 'torch/_C/_autograd.pyi' 2025-01-24T01:28:49.6509934Z adding 'torch/_C/_cpu.pyi' 2025-01-24T01:28:49.6512952Z adding 'torch/_C/_cudnn.pyi' 2025-01-24T01:28:49.6515813Z adding 'torch/_C/_cusparselt.pyi' 2025-01-24T01:28:49.6519309Z adding 'torch/_C/_distributed_autograd.pyi' 2025-01-24T01:28:49.6527233Z adding 'torch/_C/_distributed_c10d.pyi' 2025-01-24T01:28:49.6531672Z adding 'torch/_C/_distributed_rpc.pyi' 2025-01-24T01:28:49.6535094Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-01-24T01:28:49.6538364Z adding 'torch/_C/_export.pyi' 2025-01-24T01:28:49.6541764Z adding 'torch/_C/_functions.pyi' 2025-01-24T01:28:49.6545692Z adding 'torch/_C/_functorch.pyi' 2025-01-24T01:28:49.6548482Z adding 'torch/_C/_instruction_counter.pyi' 2025-01-24T01:28:49.6551369Z adding 'torch/_C/_itt.pyi' 2025-01-24T01:28:49.6554477Z adding 'torch/_C/_lazy.pyi' 2025-01-24T01:28:49.6557556Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-01-24T01:28:49.6560733Z adding 'torch/_C/_monitor.pyi' 2025-01-24T01:28:49.6564513Z adding 'torch/_C/_nn.pyi' 2025-01-24T01:28:49.6567728Z adding 'torch/_C/_nvtx.pyi' 2025-01-24T01:28:49.6570896Z adding 'torch/_C/_onnx.pyi' 2025-01-24T01:28:49.6575243Z adding 'torch/_C/_profiler.pyi' 2025-01-24T01:28:49.6578567Z adding 'torch/_C/_verbose.pyi' 2025-01-24T01:28:49.6582737Z adding 'torch/_awaits/__init__.py' 2025-01-24T01:28:49.6586451Z adding 'torch/_custom_op/__init__.py' 2025-01-24T01:28:49.6592372Z adding 'torch/_custom_op/autograd.py' 2025-01-24T01:28:49.6602948Z adding 'torch/_custom_op/impl.py' 2025-01-24T01:28:49.6611910Z adding 'torch/_decomp/__init__.py' 2025-01-24T01:28:49.6674543Z adding 'torch/_decomp/decompositions.py' 2025-01-24T01:28:49.6684960Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-01-24T01:28:49.6690618Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-01-24T01:28:49.6694603Z adding 'torch/_dispatch/__init__.py' 2025-01-24T01:28:49.6699418Z adding 'torch/_dispatch/python.py' 2025-01-24T01:28:49.6705336Z adding 'torch/_dynamo/__init__.py' 2025-01-24T01:28:49.6711137Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-01-24T01:28:49.6716534Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-01-24T01:28:49.6739068Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-01-24T01:28:49.6745959Z adding 'torch/_dynamo/cache_size.py' 2025-01-24T01:28:49.6749752Z adding 'torch/_dynamo/callback.py' 2025-01-24T01:28:49.6753061Z adding 'torch/_dynamo/code_context.py' 2025-01-24T01:28:49.6761519Z adding 'torch/_dynamo/codegen.py' 2025-01-24T01:28:49.6774998Z adding 'torch/_dynamo/compiled_autograd.py' 2025-01-24T01:28:49.6782479Z adding 'torch/_dynamo/comptime.py' 2025-01-24T01:28:49.6795728Z adding 'torch/_dynamo/config.py' 2025-01-24T01:28:49.6816681Z adding 'torch/_dynamo/convert_frame.py' 2025-01-24T01:28:49.6821800Z adding 'torch/_dynamo/create_parameter_op.py' 2025-01-24T01:28:49.6825063Z adding 'torch/_dynamo/current_scope_id.py' 2025-01-24T01:28:49.6837854Z adding 'torch/_dynamo/debug_utils.py' 2025-01-24T01:28:49.6848725Z adding 'torch/_dynamo/decorators.py' 2025-01-24T01:28:49.6855103Z adding 'torch/_dynamo/device_interface.py' 2025-01-24T01:28:49.6858923Z adding 'torch/_dynamo/distributed.py' 2025-01-24T01:28:49.6885940Z adding 'torch/_dynamo/eval_frame.py' 2025-01-24T01:28:49.6895667Z adding 'torch/_dynamo/exc.py' 2025-01-24T01:28:49.6900477Z adding 'torch/_dynamo/external_utils.py' 2025-01-24T01:28:49.6904125Z adding 'torch/_dynamo/funcname_cache.py' 2025-01-24T01:28:49.6909641Z adding 'torch/_dynamo/graph_deduplication.py' 2025-01-24T01:28:49.6916610Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-01-24T01:28:49.6961539Z adding 'torch/_dynamo/guards.py' 2025-01-24T01:28:49.6967603Z adding 'torch/_dynamo/hooks.py' 2025-01-24T01:28:49.6971139Z adding 'torch/_dynamo/logging.py' 2025-01-24T01:28:49.6975438Z adding 'torch/_dynamo/metrics_context.py' 2025-01-24T01:28:49.6979959Z adding 'torch/_dynamo/mutation_guard.py' 2025-01-24T01:28:49.7023682Z adding 'torch/_dynamo/output_graph.py' 2025-01-24T01:28:49.7037024Z adding 'torch/_dynamo/pgo.py' 2025-01-24T01:28:49.7041931Z adding 'torch/_dynamo/profiler.py' 2025-01-24T01:28:49.7045948Z adding 'torch/_dynamo/replay_record.py' 2025-01-24T01:28:49.7056662Z adding 'torch/_dynamo/resume_execution.py' 2025-01-24T01:28:49.7072245Z adding 'torch/_dynamo/side_effects.py' 2025-01-24T01:28:49.7082314Z adding 'torch/_dynamo/source.py' 2025-01-24T01:28:49.7135109Z adding 'torch/_dynamo/symbolic_convert.py' 2025-01-24T01:28:49.7142351Z adding 'torch/_dynamo/tensor_version_op.py' 2025-01-24T01:28:49.7146081Z adding 'torch/_dynamo/test_case.py' 2025-01-24T01:28:49.7152048Z adding 'torch/_dynamo/test_minifier_common.py' 2025-01-24T01:28:49.7159551Z adding 'torch/_dynamo/testing.py' 2025-01-24T01:28:49.7198427Z adding 'torch/_dynamo/trace_rules.py' 2025-01-24T01:28:49.7205607Z adding 'torch/_dynamo/types.py' 2025-01-24T01:28:49.7263243Z adding 'torch/_dynamo/utils.py' 2025-01-24T01:28:49.7270711Z adding 'torch/_dynamo/backends/__init__.py' 2025-01-24T01:28:49.7274806Z adding 'torch/_dynamo/backends/common.py' 2025-01-24T01:28:49.7280027Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-01-24T01:28:49.7287036Z adding 'torch/_dynamo/backends/debugging.py' 2025-01-24T01:28:49.7298536Z adding 'torch/_dynamo/backends/distributed.py' 2025-01-24T01:28:49.7302298Z adding 'torch/_dynamo/backends/inductor.py' 2025-01-24T01:28:49.7305735Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-01-24T01:28:49.7310155Z adding 'torch/_dynamo/backends/registry.py' 2025-01-24T01:28:49.7313438Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-01-24T01:28:49.7316693Z adding 'torch/_dynamo/backends/torchxla.py' 2025-01-24T01:28:49.7321419Z adding 'torch/_dynamo/backends/tvm.py' 2025-01-24T01:28:49.7327435Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-01-24T01:28:49.7331075Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-01-24T01:28:49.7334444Z adding 'torch/_dynamo/polyfills/functools.py' 2025-01-24T01:28:49.7338985Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-01-24T01:28:49.7342785Z adding 'torch/_dynamo/polyfills/loader.py' 2025-01-24T01:28:49.7346971Z adding 'torch/_dynamo/polyfills/operator.py' 2025-01-24T01:28:49.7350462Z adding 'torch/_dynamo/polyfills/os.py' 2025-01-24T01:28:49.7357342Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-01-24T01:28:49.7360949Z adding 'torch/_dynamo/polyfills/sys.py' 2025-01-24T01:28:49.7364829Z adding 'torch/_dynamo/repro/__init__.py' 2025-01-24T01:28:49.7378817Z adding 'torch/_dynamo/repro/after_aot.py' 2025-01-24T01:28:49.7388217Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-01-24T01:28:49.7397739Z adding 'torch/_dynamo/repro/aoti.py' 2025-01-24T01:28:49.7403683Z adding 'torch/_dynamo/variables/__init__.py' 2025-01-24T01:28:49.7411550Z adding 'torch/_dynamo/variables/base.py' 2025-01-24T01:28:49.7460265Z adding 'torch/_dynamo/variables/builder.py' 2025-01-24T01:28:49.7490650Z adding 'torch/_dynamo/variables/builtin.py' 2025-01-24T01:28:49.7498251Z adding 'torch/_dynamo/variables/constant.py' 2025-01-24T01:28:49.7511144Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-01-24T01:28:49.7522771Z adding 'torch/_dynamo/variables/dicts.py' 2025-01-24T01:28:49.7530062Z adding 'torch/_dynamo/variables/distributed.py' 2025-01-24T01:28:49.7548274Z adding 'torch/_dynamo/variables/functions.py' 2025-01-24T01:28:49.7584215Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-01-24T01:28:49.7593874Z adding 'torch/_dynamo/variables/iter.py' 2025-01-24T01:28:49.7599169Z adding 'torch/_dynamo/variables/lazy.py' 2025-01-24T01:28:49.7612563Z adding 'torch/_dynamo/variables/lists.py' 2025-01-24T01:28:49.7635092Z adding 'torch/_dynamo/variables/misc.py' 2025-01-24T01:28:49.7652790Z adding 'torch/_dynamo/variables/nn_module.py' 2025-01-24T01:28:49.7661128Z adding 'torch/_dynamo/variables/optimizer.py' 2025-01-24T01:28:49.7665358Z adding 'torch/_dynamo/variables/script_object.py' 2025-01-24T01:28:49.7669071Z adding 'torch/_dynamo/variables/sdpa.py' 2025-01-24T01:28:49.7688697Z adding 'torch/_dynamo/variables/tensor.py' 2025-01-24T01:28:49.7708485Z adding 'torch/_dynamo/variables/torch.py' 2025-01-24T01:28:49.7719650Z adding 'torch/_dynamo/variables/torch_function.py' 2025-01-24T01:28:49.7741208Z adding 'torch/_dynamo/variables/user_defined.py' 2025-01-24T01:28:49.7748673Z adding 'torch/_export/__init__.py' 2025-01-24T01:28:49.7773025Z adding 'torch/_export/converter.py' 2025-01-24T01:28:49.7778546Z adding 'torch/_export/error.py' 2025-01-24T01:28:49.7789720Z adding 'torch/_export/non_strict_utils.py' 2025-01-24T01:28:49.7797676Z adding 'torch/_export/pass_base.py' 2025-01-24T01:28:49.7802483Z adding 'torch/_export/tools.py' 2025-01-24T01:28:49.7823354Z adding 'torch/_export/utils.py' 2025-01-24T01:28:49.7831852Z adding 'torch/_export/verifier.py' 2025-01-24T01:28:49.7836556Z adding 'torch/_export/wrappers.py' 2025-01-24T01:28:49.7840716Z adding 'torch/_export/db/__init__.py' 2025-01-24T01:28:49.7845188Z adding 'torch/_export/db/case.py' 2025-01-24T01:28:49.7848578Z adding 'torch/_export/db/gen_example.py' 2025-01-24T01:28:49.7852247Z adding 'torch/_export/db/logging.py' 2025-01-24T01:28:49.7857778Z adding 'torch/_export/db/examples/__init__.py' 2025-01-24T01:28:49.7861124Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-01-24T01:28:49.7864576Z adding 'torch/_export/db/examples/autograd_function.py' 2025-01-24T01:28:49.7867774Z adding 'torch/_export/db/examples/class_method.py' 2025-01-24T01:28:49.7871302Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-01-24T01:28:49.7875201Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-01-24T01:28:49.7878792Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-01-24T01:28:49.7882227Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-01-24T01:28:49.7885675Z adding 'torch/_export/db/examples/cond_operands.py' 2025-01-24T01:28:49.7888917Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-01-24T01:28:49.7892351Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-01-24T01:28:49.7895603Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-01-24T01:28:49.7925941Z adding 'torch/_export/db/examples/decorator.py' 2025-01-24T01:28:49.7929144Z adding 'torch/_export/db/examples/dictionary.py' 2025-01-24T01:28:49.7932435Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-01-24T01:28:49.7935649Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-01-24T01:28:49.7939127Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-01-24T01:28:49.7942262Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-01-24T01:28:49.7945621Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-01-24T01:28:49.7948769Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-01-24T01:28:49.7952124Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-01-24T01:28:49.7955375Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-01-24T01:28:49.7958830Z adding 'torch/_export/db/examples/list_contains.py' 2025-01-24T01:28:49.7962028Z adding 'torch/_export/db/examples/list_unpack.py' 2025-01-24T01:28:49.7965272Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-01-24T01:28:49.7968589Z adding 'torch/_export/db/examples/nested_function.py' 2025-01-24T01:28:49.7971768Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-01-24T01:28:49.7975046Z adding 'torch/_export/db/examples/optional_input.py' 2025-01-24T01:28:49.7978306Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-01-24T01:28:49.7981682Z adding 'torch/_export/db/examples/scalar_output.py' 2025-01-24T01:28:49.7984906Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-01-24T01:28:49.7988160Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-01-24T01:28:49.7991401Z adding 'torch/_export/db/examples/static_if.py' 2025-01-24T01:28:49.7994521Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-01-24T01:28:49.7997895Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-01-24T01:28:49.8001001Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-01-24T01:28:49.8004296Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-01-24T01:28:49.8008069Z adding 'torch/_export/pass_infra/__init__.py' 2025-01-24T01:28:49.8011518Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-01-24T01:28:49.8015208Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-01-24T01:28:49.8019121Z adding 'torch/_export/passes/__init__.py' 2025-01-24T01:28:49.8022981Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-01-24T01:28:49.8028746Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-01-24T01:28:49.8034059Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-01-24T01:28:49.8040497Z adding 'torch/_export/passes/constant_folding.py' 2025-01-24T01:28:49.8045026Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-01-24T01:28:49.8048578Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-01-24T01:28:49.8055439Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-01-24T01:28:49.8059676Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-01-24T01:28:49.8064735Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-01-24T01:28:49.8074627Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-01-24T01:28:49.8079306Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-01-24T01:28:49.8083143Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-01-24T01:28:49.8088026Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-01-24T01:28:49.8092354Z adding 'torch/_export/serde/__init__.py' 2025-01-24T01:28:49.8095341Z adding 'torch/_export/serde/aoti_schema.py' 2025-01-24T01:28:49.8101278Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-01-24T01:28:49.8106187Z adding 'torch/_export/serde/export_schema.thrift' 2025-01-24T01:28:49.8112058Z adding 'torch/_export/serde/schema.py' 2025-01-24T01:28:49.8117192Z adding 'torch/_export/serde/schema.yaml' 2025-01-24T01:28:49.8126028Z adding 'torch/_export/serde/schema_check.py' 2025-01-24T01:28:49.8172904Z adding 'torch/_export/serde/serialize.py' 2025-01-24T01:28:49.8179863Z adding 'torch/_export/serde/union.py' 2025-01-24T01:28:49.8184104Z adding 'torch/_functorch/__init__.py' 2025-01-24T01:28:49.8213324Z adding 'torch/_functorch/aot_autograd.py' 2025-01-24T01:28:49.8222979Z adding 'torch/_functorch/apis.py' 2025-01-24T01:28:49.8235179Z adding 'torch/_functorch/autograd_function.py' 2025-01-24T01:28:49.8239179Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-01-24T01:28:49.8243784Z adding 'torch/_functorch/benchmark_utils.py' 2025-01-24T01:28:49.8248679Z adding 'torch/_functorch/compile_utils.py' 2025-01-24T01:28:49.8255650Z adding 'torch/_functorch/compilers.py' 2025-01-24T01:28:49.8262317Z adding 'torch/_functorch/config.py' 2025-01-24T01:28:49.8266905Z adding 'torch/_functorch/deprecated.py' 2025-01-24T01:28:49.8292965Z adding 'torch/_functorch/eager_transforms.py' 2025-01-24T01:28:49.8300859Z adding 'torch/_functorch/functional_call.py' 2025-01-24T01:28:49.8308848Z adding 'torch/_functorch/fx_minifier.py' 2025-01-24T01:28:49.8318165Z adding 'torch/_functorch/make_functional.py' 2025-01-24T01:28:49.8348219Z adding 'torch/_functorch/partitioners.py' 2025-01-24T01:28:49.8355759Z adding 'torch/_functorch/pyfunctorch.py' 2025-01-24T01:28:49.8359370Z adding 'torch/_functorch/python_key.py' 2025-01-24T01:28:49.8362775Z adding 'torch/_functorch/pytree_hacks.py' 2025-01-24T01:28:49.8371643Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-01-24T01:28:49.8375781Z adding 'torch/_functorch/utils.py' 2025-01-24T01:28:49.8384516Z adding 'torch/_functorch/vmap.py' 2025-01-24T01:28:49.8389223Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-01-24T01:28:49.8395130Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-01-24T01:28:49.8399690Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-01-24T01:28:49.8405585Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-01-24T01:28:49.8410075Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-01-24T01:28:49.8425558Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-01-24T01:28:49.8444138Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-01-24T01:28:49.8451531Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-01-24T01:28:49.8461312Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-01-24T01:28:49.8469753Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-01-24T01:28:49.8484367Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-01-24T01:28:49.8489707Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-01-24T01:28:49.8526293Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-01-24T01:28:49.8546388Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-01-24T01:28:49.8552349Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-01-24T01:28:49.8561154Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-01-24T01:28:49.8579542Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-01-24T01:28:49.8589104Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-01-24T01:28:49.8594070Z adding 'torch/_higher_order_ops/__init__.py' 2025-01-24T01:28:49.8601519Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-01-24T01:28:49.8612424Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-01-24T01:28:49.8622620Z adding 'torch/_higher_order_ops/cond.py' 2025-01-24T01:28:49.8628734Z adding 'torch/_higher_order_ops/effects.py' 2025-01-24T01:28:49.8633609Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-01-24T01:28:49.8646012Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-01-24T01:28:49.8650299Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-01-24T01:28:49.8654573Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-01-24T01:28:49.8660704Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-01-24T01:28:49.8666151Z adding 'torch/_higher_order_ops/map.py' 2025-01-24T01:28:49.8670849Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-01-24T01:28:49.8675832Z adding 'torch/_higher_order_ops/prim_hop_base.py' 2025-01-24T01:28:49.8679566Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-01-24T01:28:49.8687525Z adding 'torch/_higher_order_ops/scan.py' 2025-01-24T01:28:49.8692089Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-01-24T01:28:49.8696703Z adding 'torch/_higher_order_ops/torchbind.py' 2025-01-24T01:28:49.8720827Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-01-24T01:28:49.8732282Z adding 'torch/_higher_order_ops/utils.py' 2025-01-24T01:28:49.8741394Z adding 'torch/_higher_order_ops/while_loop.py' 2025-01-24T01:28:49.8747507Z adding 'torch/_higher_order_ops/wrap.py' 2025-01-24T01:28:49.8755180Z adding 'torch/_inductor/__init__.py' 2025-01-24T01:28:49.8759835Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-01-24T01:28:49.8765280Z adding 'torch/_inductor/aoti_eager.py' 2025-01-24T01:28:49.8771769Z adding 'torch/_inductor/async_compile.py' 2025-01-24T01:28:49.8783552Z adding 'torch/_inductor/autotune_process.py' 2025-01-24T01:28:49.8788942Z adding 'torch/_inductor/bounds.py' 2025-01-24T01:28:49.8795033Z adding 'torch/_inductor/choices.py' 2025-01-24T01:28:49.8841021Z adding 'torch/_inductor/codecache.py' 2025-01-24T01:28:49.8849456Z adding 'torch/_inductor/comm_analysis.py' 2025-01-24T01:28:49.8855621Z adding 'torch/_inductor/comm_lowering.py' 2025-01-24T01:28:49.8868088Z adding 'torch/_inductor/comms.py' 2025-01-24T01:28:49.8900308Z adding 'torch/_inductor/compile_fx.py' 2025-01-24T01:28:49.8910693Z adding 'torch/_inductor/compiler_bisector.py' 2025-01-24T01:28:49.8938456Z adding 'torch/_inductor/config.py' 2025-01-24T01:28:49.8946441Z adding 'torch/_inductor/constant_folding.py' 2025-01-24T01:28:49.8966768Z adding 'torch/_inductor/cpp_builder.py' 2025-01-24T01:28:49.8974851Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-01-24T01:28:49.9016864Z adding 'torch/_inductor/cudagraph_trees.py' 2025-01-24T01:28:49.9025246Z adding 'torch/_inductor/cudagraph_utils.py' 2025-01-24T01:28:49.9029563Z adding 'torch/_inductor/custom_graph_pass.py' 2025-01-24T01:28:49.9040695Z adding 'torch/_inductor/debug.py' 2025-01-24T01:28:49.9056341Z adding 'torch/_inductor/decomposition.py' 2025-01-24T01:28:49.9070095Z adding 'torch/_inductor/dependencies.py' 2025-01-24T01:28:49.9077147Z adding 'torch/_inductor/dtype_propagation.py' 2025-01-24T01:28:49.9081809Z adding 'torch/_inductor/exc.py' 2025-01-24T01:28:49.9085445Z adding 'torch/_inductor/extern_node_serializer.py' 2025-01-24T01:28:49.9091129Z adding 'torch/_inductor/freezing.py' 2025-01-24T01:28:49.9105151Z adding 'torch/_inductor/fuzzer.py' 2025-01-24T01:28:49.9111477Z adding 'torch/_inductor/fx_utils.py' 2025-01-24T01:28:49.9145440Z adding 'torch/_inductor/graph.py' 2025-01-24T01:28:49.9150853Z adding 'torch/_inductor/hooks.py' 2025-01-24T01:28:49.9157182Z adding 'torch/_inductor/index_propagation.py' 2025-01-24T01:28:49.9162083Z adding 'torch/_inductor/inductor_prims.py' 2025-01-24T01:28:49.9255207Z adding 'torch/_inductor/ir.py' 2025-01-24T01:28:49.9267107Z adding 'torch/_inductor/jagged_lowerings.py' 2025-01-24T01:28:49.9276972Z adding 'torch/_inductor/loop_body.py' 2025-01-24T01:28:49.9354792Z adding 'torch/_inductor/lowering.py' 2025-01-24T01:28:49.9370434Z adding 'torch/_inductor/memory.py' 2025-01-24T01:28:49.9377745Z adding 'torch/_inductor/metrics.py' 2025-01-24T01:28:49.9388560Z adding 'torch/_inductor/mkldnn_ir.py' 2025-01-24T01:28:49.9401243Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-01-24T01:28:49.9407406Z adding 'torch/_inductor/mock_cache.py' 2025-01-24T01:28:49.9419030Z adding 'torch/_inductor/ops_handler.py' 2025-01-24T01:28:49.9424256Z adding 'torch/_inductor/optimize_indexing.py' 2025-01-24T01:28:49.9433753Z adding 'torch/_inductor/output_code.py' 2025-01-24T01:28:49.9464264Z adding 'torch/_inductor/pattern_matcher.py' 2025-01-24T01:28:49.9470177Z adding 'torch/_inductor/quantized_lowerings.py' 2025-01-24T01:28:49.9476837Z adding 'torch/_inductor/remote_cache.py' 2025-01-24T01:28:49.9536981Z adding 'torch/_inductor/scheduler.py' 2025-01-24T01:28:49.9574871Z adding 'torch/_inductor/select_algorithm.py' 2025-01-24T01:28:49.9591147Z adding 'torch/_inductor/sizevars.py' 2025-01-24T01:28:49.9597679Z adding 'torch/_inductor/subgraph_lowering.py' 2025-01-24T01:28:49.9601309Z adding 'torch/_inductor/test_case.py' 2025-01-24T01:28:49.9604627Z adding 'torch/_inductor/test_operators.py' 2025-01-24T01:28:49.9610290Z adding 'torch/_inductor/triton_bundler.py' 2025-01-24T01:28:49.9642897Z adding 'torch/_inductor/utils.py' 2025-01-24T01:28:49.9651132Z adding 'torch/_inductor/virtualized.py' 2025-01-24T01:28:49.9658525Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-01-24T01:28:49.9662745Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-01-24T01:28:49.9668656Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-01-24T01:28:49.9674571Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-01-24T01:28:49.9679054Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-01-24T01:28:49.9682755Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-01-24T01:28:49.9691116Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-01-24T01:28:49.9700380Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-01-24T01:28:49.9705246Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-01-24T01:28:49.9709766Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-01-24T01:28:49.9714092Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-01-24T01:28:49.9717241Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-01-24T01:28:49.9721833Z adding 'torch/_inductor/codegen/__init__.py' 2025-01-24T01:28:49.9725193Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-01-24T01:28:49.9729665Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-01-24T01:28:49.9758033Z adding 'torch/_inductor/codegen/common.py' 2025-01-24T01:28:49.9829111Z adding 'torch/_inductor/codegen/cpp.py' 2025-01-24T01:28:49.9839261Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-01-24T01:28:49.9854168Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-01-24T01:28:49.9875992Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-01-24T01:28:49.9885746Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-01-24T01:28:49.9896672Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-01-24T01:28:49.9908660Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-01-24T01:28:49.9913922Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-01-24T01:28:49.9923070Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-01-24T01:28:49.9934740Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-01-24T01:28:49.9968609Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-01-24T01:28:49.9986870Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-01-24T01:28:49.9997128Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-01-24T01:28:50.0001034Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-01-24T01:28:50.0004865Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-01-24T01:28:50.0016377Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-01-24T01:28:50.0041593Z adding 'torch/_inductor/codegen/halide.py' 2025-01-24T01:28:50.0059357Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-01-24T01:28:50.0071572Z adding 'torch/_inductor/codegen/mps.py' 2025-01-24T01:28:50.0078209Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-01-24T01:28:50.0090588Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-01-24T01:28:50.0133532Z adding 'torch/_inductor/codegen/simd.py' 2025-01-24T01:28:50.0144409Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-01-24T01:28:50.0221358Z adding 'torch/_inductor/codegen/triton.py' 2025-01-24T01:28:50.0250312Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-01-24T01:28:50.0260066Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-01-24T01:28:50.0267390Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-01-24T01:28:50.0317328Z adding 'torch/_inductor/codegen/wrapper.py' 2025-01-24T01:28:50.0329237Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2025-01-24T01:28:50.0337741Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-01-24T01:28:50.0344635Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-01-24T01:28:50.0351255Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-01-24T01:28:50.0366551Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-01-24T01:28:50.0369334Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-01-24T01:28:50.0378423Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-01-24T01:28:50.0387784Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-01-24T01:28:50.0395837Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-01-24T01:28:50.0422759Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-01-24T01:28:50.0431403Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-01-24T01:28:50.0439132Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-01-24T01:28:50.0445650Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-01-24T01:28:50.0458008Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-01-24T01:28:50.0466057Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-01-24T01:28:50.0482283Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-01-24T01:28:50.0490203Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-01-24T01:28:50.0497251Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-01-24T01:28:50.0503921Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-01-24T01:28:50.0512743Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-01-24T01:28:50.0520526Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-01-24T01:28:50.0525802Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-01-24T01:28:50.0531729Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-01-24T01:28:50.0537792Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-01-24T01:28:50.0543687Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-01-24T01:28:50.0549516Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-01-24T01:28:50.0559355Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-01-24T01:28:50.0565470Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-01-24T01:28:50.0572111Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-01-24T01:28:50.0585805Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-01-24T01:28:50.0597295Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-01-24T01:28:50.0610932Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-01-24T01:28:50.0618371Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-01-24T01:28:50.0624392Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-01-24T01:28:50.0633028Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-01-24T01:28:50.0640788Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-01-24T01:28:50.0654083Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-01-24T01:28:50.0677631Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-01-24T01:28:50.0695686Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-01-24T01:28:50.0712130Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-01-24T01:28:50.0719822Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-01-24T01:28:50.0742462Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-01-24T01:28:50.0752042Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-01-24T01:28:50.0767366Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-01-24T01:28:50.0792632Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-01-24T01:28:50.0809212Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-01-24T01:28:50.0857628Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-01-24T01:28:50.0879444Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-01-24T01:28:50.0887098Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-01-24T01:28:50.0930961Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-01-24T01:28:50.0943266Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-01-24T01:28:50.0950002Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-01-24T01:28:50.0957667Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-01-24T01:28:50.0965228Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-01-24T01:28:50.0973257Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-01-24T01:28:50.0980540Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-01-24T01:28:50.0985595Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-01-24T01:28:50.0990843Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-01-24T01:28:50.0997899Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-01-24T01:28:50.1003928Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-01-24T01:28:50.1010268Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-01-24T01:28:50.1015933Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-01-24T01:28:50.1020735Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-01-24T01:28:50.1025584Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-01-24T01:28:50.1030327Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-01-24T01:28:50.1035211Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-01-24T01:28:50.1039987Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-01-24T01:28:50.1045056Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-01-24T01:28:50.1050015Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-01-24T01:28:50.1055665Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-01-24T01:28:50.1059712Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-01-24T01:28:50.1063420Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-01-24T01:28:50.1066901Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-01-24T01:28:50.1070849Z adding 'torch/_inductor/kernel/__init__.py' 2025-01-24T01:28:50.1076094Z adding 'torch/_inductor/kernel/bmm.py' 2025-01-24T01:28:50.1085215Z adding 'torch/_inductor/kernel/conv.py' 2025-01-24T01:28:50.1115916Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-01-24T01:28:50.1127573Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-01-24T01:28:50.1139431Z adding 'torch/_inductor/kernel/mm.py' 2025-01-24T01:28:50.1148107Z adding 'torch/_inductor/kernel/mm_common.py' 2025-01-24T01:28:50.1153566Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-01-24T01:28:50.1161381Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-01-24T01:28:50.1165930Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2025-01-24T01:28:50.1169822Z adding 'torch/_inductor/package/__init__.py' 2025-01-24T01:28:50.1172934Z adding 'torch/_inductor/package/build_package.py' 2025-01-24T01:28:50.1178813Z adding 'torch/_inductor/package/package.py' 2025-01-24T01:28:50.1182420Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-01-24T01:28:50.1186287Z adding 'torch/_inductor/runtime/__init__.py' 2025-01-24T01:28:50.1193832Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-01-24T01:28:50.1200076Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-01-24T01:28:50.1203859Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-01-24T01:28:50.1207662Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-01-24T01:28:50.1213192Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-01-24T01:28:50.1217517Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-01-24T01:28:50.1223302Z adding 'torch/_inductor/runtime/hints.py' 2025-01-24T01:28:50.1228563Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-01-24T01:28:50.1232596Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-01-24T01:28:50.1241089Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-01-24T01:28:50.1270977Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-01-24T01:28:50.1277307Z adding 'torch/_lazy/__init__.py' 2025-01-24T01:28:50.1281765Z adding 'torch/_lazy/closure.py' 2025-01-24T01:28:50.1285165Z adding 'torch/_lazy/computation.py' 2025-01-24T01:28:50.1288243Z adding 'torch/_lazy/config.py' 2025-01-24T01:28:50.1291391Z adding 'torch/_lazy/debug.py' 2025-01-24T01:28:50.1294588Z adding 'torch/_lazy/device_context.py' 2025-01-24T01:28:50.1300181Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-01-24T01:28:50.1303526Z adding 'torch/_lazy/ir_cache.py' 2025-01-24T01:28:50.1306598Z adding 'torch/_lazy/metrics.py' 2025-01-24T01:28:50.1310042Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-01-24T01:28:50.1312997Z adding 'torch/_lazy/ts_backend.py' 2025-01-24T01:28:50.1316858Z adding 'torch/_library/__init__.py' 2025-01-24T01:28:50.1321921Z adding 'torch/_library/autograd.py' 2025-01-24T01:28:50.1334197Z adding 'torch/_library/custom_ops.py' 2025-01-24T01:28:50.1341535Z adding 'torch/_library/fake_class_registry.py' 2025-01-24T01:28:50.1347004Z adding 'torch/_library/fake_impl.py' 2025-01-24T01:28:50.1353193Z adding 'torch/_library/infer_schema.py' 2025-01-24T01:28:50.1357220Z adding 'torch/_library/simple_registry.py' 2025-01-24T01:28:50.1363619Z adding 'torch/_library/triton.py' 2025-01-24T01:28:50.1371905Z adding 'torch/_library/utils.py' 2025-01-24T01:28:50.1376841Z adding 'torch/_logging/__init__.py' 2025-01-24T01:28:50.1395830Z adding 'torch/_logging/_internal.py' 2025-01-24T01:28:50.1401838Z adding 'torch/_logging/_registrations.py' 2025-01-24T01:28:50.1406035Z adding 'torch/_logging/scribe.py' 2025-01-24T01:28:50.1409605Z adding 'torch/_logging/structured.py' 2025-01-24T01:28:50.1413942Z adding 'torch/_numpy/__init__.py' 2025-01-24T01:28:50.1417846Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-01-24T01:28:50.1424427Z adding 'torch/_numpy/_casting_dicts.py' 2025-01-24T01:28:50.1431524Z adding 'torch/_numpy/_dtypes.py' 2025-01-24T01:28:50.1436703Z adding 'torch/_numpy/_dtypes_impl.py' 2025-01-24T01:28:50.1440670Z adding 'torch/_numpy/_funcs.py' 2025-01-24T01:28:50.1463965Z adding 'torch/_numpy/_funcs_impl.py' 2025-01-24T01:28:50.1468862Z adding 'torch/_numpy/_getlimits.py' 2025-01-24T01:28:50.1477175Z adding 'torch/_numpy/_ndarray.py' 2025-01-24T01:28:50.1484815Z adding 'torch/_numpy/_normalizations.py' 2025-01-24T01:28:50.1491478Z adding 'torch/_numpy/_reductions_impl.py' 2025-01-24T01:28:50.1497409Z adding 'torch/_numpy/_ufuncs.py' 2025-01-24T01:28:50.1501620Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-01-24T01:28:50.1507451Z adding 'torch/_numpy/_util.py' 2025-01-24T01:28:50.1511716Z adding 'torch/_numpy/fft.py' 2025-01-24T01:28:50.1516620Z adding 'torch/_numpy/linalg.py' 2025-01-24T01:28:50.1522034Z adding 'torch/_numpy/random.py' 2025-01-24T01:28:50.1526794Z adding 'torch/_numpy/testing/__init__.py' 2025-01-24T01:28:50.1555259Z adding 'torch/_numpy/testing/utils.py' 2025-01-24T01:28:50.1585487Z adding 'torch/_prims/__init__.py' 2025-01-24T01:28:50.1592069Z adding 'torch/_prims/context.py' 2025-01-24T01:28:50.1595819Z adding 'torch/_prims/debug_prims.py' 2025-01-24T01:28:50.1599442Z adding 'torch/_prims/executor.py' 2025-01-24T01:28:50.1604944Z adding 'torch/_prims/rng_prims.py' 2025-01-24T01:28:50.1633244Z adding 'torch/_prims_common/__init__.py' 2025-01-24T01:28:50.1643158Z adding 'torch/_prims_common/wrappers.py' 2025-01-24T01:28:50.1719130Z adding 'torch/_refs/__init__.py' 2025-01-24T01:28:50.1728269Z adding 'torch/_refs/_conversions.py' 2025-01-24T01:28:50.1735035Z adding 'torch/_refs/fft.py' 2025-01-24T01:28:50.1742135Z adding 'torch/_refs/linalg/__init__.py' 2025-01-24T01:28:50.1746311Z adding 'torch/_refs/nn/__init__.py' 2025-01-24T01:28:50.1761550Z adding 'torch/_refs/nn/functional/__init__.py' 2025-01-24T01:28:50.1767862Z adding 'torch/_refs/special/__init__.py' 2025-01-24T01:28:50.1772019Z adding 'torch/_strobelight/__init__.py' 2025-01-24T01:28:50.1777913Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-01-24T01:28:50.1783877Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-01-24T01:28:50.1788015Z adding 'torch/_subclasses/__init__.py' 2025-01-24T01:28:50.1793383Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-01-24T01:28:50.1806849Z adding 'torch/_subclasses/fake_impls.py' 2025-01-24T01:28:50.1854088Z adding 'torch/_subclasses/fake_tensor.py' 2025-01-24T01:28:50.1862890Z adding 'torch/_subclasses/fake_utils.py' 2025-01-24T01:28:50.1876983Z adding 'torch/_subclasses/functional_tensor.py' 2025-01-24T01:28:50.1908767Z adding 'torch/_subclasses/meta_utils.py' 2025-01-24T01:28:50.1916303Z adding 'torch/_subclasses/schema_check_mode.py' 2025-01-24T01:28:50.1920294Z adding 'torch/_vendor/__init__.py' 2025-01-24T01:28:50.1924433Z adding 'torch/_vendor/packaging/__init__.py' 2025-01-24T01:28:50.1927812Z adding 'torch/_vendor/packaging/_structures.py' 2025-01-24T01:28:50.1935207Z adding 'torch/_vendor/packaging/version.py' 2025-01-24T01:28:50.1940906Z adding 'torch/accelerator/__init__.py' 2025-01-24T01:28:50.1944371Z adding 'torch/accelerator/_utils.py' 2025-01-24T01:28:50.1948443Z adding 'torch/amp/__init__.py' 2025-01-24T01:28:50.1957511Z adding 'torch/amp/autocast_mode.py' 2025-01-24T01:28:50.1972779Z adding 'torch/amp/grad_scaler.py' 2025-01-24T01:28:50.1978162Z adding 'torch/ao/__init__.py' 2025-01-24T01:28:50.1982051Z adding 'torch/ao/nn/__init__.py' 2025-01-24T01:28:50.1986449Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-01-24T01:28:50.1990595Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-01-24T01:28:50.1995727Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-01-24T01:28:50.1998973Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-01-24T01:28:50.2003254Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:28:50.2024412Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:28:50.2024975Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:28:50.2025424Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:28:50.2027576Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:28:50.2035947Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:28:50.2036548Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:28:50.2040049Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:28:50.2044353Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:28:50.2048020Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:28:50.2052154Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-01-24T01:28:50.2056706Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:28:50.2061426Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:28:50.2065309Z adding 'torch/ao/nn/qat/__init__.py' 2025-01-24T01:28:50.2069147Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-01-24T01:28:50.2072718Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:28:50.2077067Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:28:50.2080207Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-01-24T01:28:50.2084875Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-01-24T01:28:50.2089455Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-01-24T01:28:50.2093497Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-01-24T01:28:50.2097468Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-01-24T01:28:50.2101239Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-01-24T01:28:50.2109899Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-01-24T01:28:50.2118740Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-01-24T01:28:50.2123435Z adding 'torch/ao/nn/quantized/__init__.py' 2025-01-24T01:28:50.2132225Z adding 'torch/ao/nn/quantized/functional.py' 2025-01-24T01:28:50.2136891Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-01-24T01:28:50.2140937Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:28:50.2146060Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:28:50.2151497Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:28:50.2166189Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:28:50.2172775Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-01-24T01:28:50.2178943Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-01-24T01:28:50.2183823Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-01-24T01:28:50.2195265Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-01-24T01:28:50.2200416Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-01-24T01:28:50.2207025Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:28:50.2211957Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-01-24T01:28:50.2218792Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-01-24T01:28:50.2223621Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-01-24T01:28:50.2227437Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-01-24T01:28:50.2231854Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-01-24T01:28:50.2236084Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-01-24T01:28:50.2240332Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-01-24T01:28:50.2245265Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-01-24T01:28:50.2249608Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-01-24T01:28:50.2258204Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-01-24T01:28:50.2263055Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-01-24T01:28:50.2268930Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-01-24T01:28:50.2273289Z adding 'torch/ao/nn/sparse/__init__.py' 2025-01-24T01:28:50.2277313Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-01-24T01:28:50.2282248Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-01-24T01:28:50.2286242Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-01-24T01:28:50.2290321Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-01-24T01:28:50.2295770Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-01-24T01:28:50.2299448Z adding 'torch/ao/ns/__init__.py' 2025-01-24T01:28:50.2306993Z adding 'torch/ao/ns/_numeric_suite.py' 2025-01-24T01:28:50.2321773Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-01-24T01:28:50.2326911Z adding 'torch/ao/ns/fx/__init__.py' 2025-01-24T01:28:50.2335357Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-01-24T01:28:50.2351096Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-01-24T01:28:50.2358687Z adding 'torch/ao/ns/fx/mappings.py' 2025-01-24T01:28:50.2377682Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-01-24T01:28:50.2382869Z adding 'torch/ao/ns/fx/ns_types.py' 2025-01-24T01:28:50.2387750Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-01-24T01:28:50.2393430Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-01-24T01:28:50.2401956Z adding 'torch/ao/ns/fx/utils.py' 2025-01-24T01:28:50.2408033Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-01-24T01:28:50.2412435Z adding 'torch/ao/pruning/__init__.py' 2025-01-24T01:28:50.2415693Z adding 'torch/ao/pruning/_mappings.py' 2025-01-24T01:28:50.2419603Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-01-24T01:28:50.2423324Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-01-24T01:28:50.2431815Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-01-24T01:28:50.2435931Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-01-24T01:28:50.2440780Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-01-24T01:28:50.2445050Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-01-24T01:28:50.2451896Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-01-24T01:28:50.2457992Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-01-24T01:28:50.2463162Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-01-24T01:28:50.2467161Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-01-24T01:28:50.2470980Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-01-24T01:28:50.2474570Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-01-24T01:28:50.2478967Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-01-24T01:28:50.2484012Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-01-24T01:28:50.2487238Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-01-24T01:28:50.2492706Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-01-24T01:28:50.2496823Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-01-24T01:28:50.2500475Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-01-24T01:28:50.2504121Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-01-24T01:28:50.2511448Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-01-24T01:28:50.2515398Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-01-24T01:28:50.2519259Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-01-24T01:28:50.2523898Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-01-24T01:28:50.2528114Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-01-24T01:28:50.2531918Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-01-24T01:28:50.2535763Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-01-24T01:28:50.2542526Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-01-24T01:28:50.2546771Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-01-24T01:28:50.2551226Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-01-24T01:28:50.2556916Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-01-24T01:28:50.2563123Z adding 'torch/ao/quantization/__init__.py' 2025-01-24T01:28:50.2567991Z adding 'torch/ao/quantization/_correct_bias.py' 2025-01-24T01:28:50.2574298Z adding 'torch/ao/quantization/_equalize.py' 2025-01-24T01:28:50.2579955Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-01-24T01:28:50.2588757Z adding 'torch/ao/quantization/fake_quantize.py' 2025-01-24T01:28:50.2594455Z adding 'torch/ao/quantization/fuse_modules.py' 2025-01-24T01:28:50.2600192Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-01-24T01:28:50.2627039Z adding 'torch/ao/quantization/observer.py' 2025-01-24T01:28:50.2638730Z adding 'torch/ao/quantization/qconfig.py' 2025-01-24T01:28:50.2646025Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-01-24T01:28:50.2649770Z adding 'torch/ao/quantization/quant_type.py' 2025-01-24T01:28:50.2656102Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-01-24T01:28:50.2668177Z adding 'torch/ao/quantization/quantize.py' 2025-01-24T01:28:50.2679821Z adding 'torch/ao/quantization/quantize_fx.py' 2025-01-24T01:28:50.2690484Z adding 'torch/ao/quantization/quantize_jit.py' 2025-01-24T01:28:50.2693492Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-01-24T01:28:50.2698051Z adding 'torch/ao/quantization/stubs.py' 2025-01-24T01:28:50.2712568Z adding 'torch/ao/quantization/utils.py' 2025-01-24T01:28:50.2715116Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-01-24T01:28:50.2724426Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-01-24T01:28:50.2728680Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-01-24T01:28:50.2740052Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-01-24T01:28:50.2747031Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-01-24T01:28:50.2751786Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-01-24T01:28:50.2755569Z adding 'torch/ao/quantization/backend_config/native.py' 2025-01-24T01:28:50.2758792Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-01-24T01:28:50.2765081Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-01-24T01:28:50.2769573Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-01-24T01:28:50.2773430Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-01-24T01:28:50.2779614Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-01-24T01:28:50.2783647Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-01-24T01:28:50.2787787Z adding 'torch/ao/quantization/fx/__init__.py' 2025-01-24T01:28:50.2799551Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-01-24T01:28:50.2814561Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-01-24T01:28:50.2833044Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-01-24T01:28:50.2855164Z adding 'torch/ao/quantization/fx/convert.py' 2025-01-24T01:28:50.2863258Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-01-24T01:28:50.2868718Z adding 'torch/ao/quantization/fx/fuse.py' 2025-01-24T01:28:50.2873054Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-01-24T01:28:50.2877632Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-01-24T01:28:50.2880931Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-01-24T01:28:50.2884286Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-01-24T01:28:50.2889629Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-01-24T01:28:50.2895030Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-01-24T01:28:50.2899528Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-01-24T01:28:50.2931844Z adding 'torch/ao/quantization/fx/prepare.py' 2025-01-24T01:28:50.2940824Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-01-24T01:28:50.2945899Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-01-24T01:28:50.2949583Z adding 'torch/ao/quantization/fx/tracer.py' 2025-01-24T01:28:50.2964300Z adding 'torch/ao/quantization/fx/utils.py' 2025-01-24T01:28:50.2969411Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-01-24T01:28:50.2994203Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-01-24T01:28:50.3007610Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-01-24T01:28:50.3014455Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-01-24T01:28:50.3027280Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-01-24T01:28:50.3032215Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-01-24T01:28:50.3043215Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-01-24T01:28:50.3050537Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-01-24T01:28:50.3054883Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-01-24T01:28:50.3060702Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-01-24T01:28:50.3065837Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-01-24T01:28:50.3072014Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-01-24T01:28:50.3081937Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-01-24T01:28:50.3096574Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-01-24T01:28:50.3107436Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-01-24T01:28:50.3112122Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-01-24T01:28:50.3121246Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-01-24T01:28:50.3126447Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-01-24T01:28:50.3130495Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-01-24T01:28:50.3135527Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-01-24T01:28:50.3141451Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-01-24T01:28:50.3146328Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-01-24T01:28:50.3164831Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-01-24T01:28:50.3173331Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-01-24T01:28:50.3185990Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-01-24T01:28:50.3191382Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-01-24T01:28:50.3202942Z adding 'torch/autograd/__init__.py' 2025-01-24T01:28:50.3208135Z adding 'torch/autograd/anomaly_mode.py' 2025-01-24T01:28:50.3213267Z adding 'torch/autograd/forward_ad.py' 2025-01-24T01:28:50.3226580Z adding 'torch/autograd/function.py' 2025-01-24T01:28:50.3243575Z adding 'torch/autograd/functional.py' 2025-01-24T01:28:50.3250612Z adding 'torch/autograd/grad_mode.py' 2025-01-24T01:28:50.3285079Z adding 'torch/autograd/gradcheck.py' 2025-01-24T01:28:50.3299244Z adding 'torch/autograd/graph.py' 2025-01-24T01:28:50.3317711Z adding 'torch/autograd/profiler.py' 2025-01-24T01:28:50.3324636Z adding 'torch/autograd/profiler_legacy.py' 2025-01-24T01:28:50.3339751Z adding 'torch/autograd/profiler_util.py' 2025-01-24T01:28:50.3343942Z adding 'torch/autograd/variable.py' 2025-01-24T01:28:50.3347670Z adding 'torch/autograd/_functions/__init__.py' 2025-01-24T01:28:50.3351262Z adding 'torch/autograd/_functions/tensor.py' 2025-01-24T01:28:50.3355121Z adding 'torch/autograd/_functions/utils.py' 2025-01-24T01:28:50.3359338Z adding 'torch/backends/__init__.py' 2025-01-24T01:28:50.3363087Z adding 'torch/backends/_coreml/__init__.py' 2025-01-24T01:28:50.3367225Z adding 'torch/backends/_coreml/preprocess.py' 2025-01-24T01:28:50.3371075Z adding 'torch/backends/_nnapi/__init__.py' 2025-01-24T01:28:50.3377129Z adding 'torch/backends/_nnapi/prepare.py' 2025-01-24T01:28:50.3401711Z adding 'torch/backends/_nnapi/serializer.py' 2025-01-24T01:28:50.3407599Z adding 'torch/backends/cpu/__init__.py' 2025-01-24T01:28:50.3415313Z adding 'torch/backends/cuda/__init__.py' 2025-01-24T01:28:50.3421575Z adding 'torch/backends/cudnn/__init__.py' 2025-01-24T01:28:50.3425607Z adding 'torch/backends/cudnn/rnn.py' 2025-01-24T01:28:50.3430181Z adding 'torch/backends/cusparselt/__init__.py' 2025-01-24T01:28:50.3433993Z adding 'torch/backends/kleidiai/__init__.py' 2025-01-24T01:28:50.3438101Z adding 'torch/backends/mha/__init__.py' 2025-01-24T01:28:50.3442510Z adding 'torch/backends/mkl/__init__.py' 2025-01-24T01:28:50.3447407Z adding 'torch/backends/mkldnn/__init__.py' 2025-01-24T01:28:50.3451640Z adding 'torch/backends/mps/__init__.py' 2025-01-24T01:28:50.3455870Z adding 'torch/backends/nnpack/__init__.py' 2025-01-24T01:28:50.3459911Z adding 'torch/backends/openmp/__init__.py' 2025-01-24T01:28:50.3465404Z adding 'torch/backends/opt_einsum/__init__.py' 2025-01-24T01:28:50.3469126Z adding 'torch/backends/quantized/__init__.py' 2025-01-24T01:28:50.3473080Z adding 'torch/backends/xeon/__init__.py' 2025-01-24T01:28:50.3485882Z adding 'torch/backends/xeon/run_cpu.py' 2025-01-24T01:28:50.3491106Z adding 'torch/backends/xnnpack/__init__.py' 2025-01-24T01:28:50.3714962Z adding 'torch/bin/FileStoreTest.exe' 2025-01-24T01:28:50.3965417Z adding 'torch/bin/TCPStoreTest.exe' 2025-01-24T01:28:50.4193733Z adding 'torch/bin/asmjit.dll' 2025-01-24T01:28:50.5837870Z adding 'torch/bin/fbgemm.dll' 2025-01-24T01:28:50.7487650Z adding 'torch/bin/protoc.exe' 2025-01-24T01:28:51.2142748Z adding 'torch/bin/test_api.exe' 2025-01-24T01:28:51.2555224Z adding 'torch/bin/test_edge_op_registration.exe' 2025-01-24T01:28:51.5196251Z adding 'torch/bin/test_jit.exe' 2025-01-24T01:28:51.6373641Z adding 'torch/bin/test_lazy.exe' 2025-01-24T01:28:51.9716458Z adding 'torch/bin/test_tensorexpr.exe' 2025-01-24T01:28:51.9930881Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-01-24T01:28:51.9943407Z adding 'torch/compiler/__init__.py' 2025-01-24T01:28:51.9948277Z adding 'torch/compiler/_cache.py' 2025-01-24T01:28:51.9952301Z adding 'torch/compiler/config.py' 2025-01-24T01:28:51.9956381Z adding 'torch/contrib/__init__.py' 2025-01-24T01:28:51.9961109Z adding 'torch/contrib/_tensorboard_vis.py' 2025-01-24T01:28:51.9965967Z adding 'torch/cpu/__init__.py' 2025-01-24T01:28:51.9969928Z adding 'torch/cpu/amp/__init__.py' 2025-01-24T01:28:51.9973195Z adding 'torch/cpu/amp/autocast_mode.py' 2025-01-24T01:28:51.9976398Z adding 'torch/cpu/amp/grad_scaler.py' 2025-01-24T01:28:51.9997686Z adding 'torch/cuda/__init__.py' 2025-01-24T01:28:52.0002625Z adding 'torch/cuda/_gpu_trace.py' 2025-01-24T01:28:52.0013470Z adding 'torch/cuda/_memory_viz.py' 2025-01-24T01:28:52.0023222Z adding 'torch/cuda/_sanitizer.py' 2025-01-24T01:28:52.0027516Z adding 'torch/cuda/_utils.py' 2025-01-24T01:28:52.0030654Z adding 'torch/cuda/comm.py' 2025-01-24T01:28:52.0033639Z adding 'torch/cuda/error.py' 2025-01-24T01:28:52.0037674Z adding 'torch/cuda/gds.py' 2025-01-24T01:28:52.0047095Z adding 'torch/cuda/graphs.py' 2025-01-24T01:28:52.0052338Z adding 'torch/cuda/jiterator.py' 2025-01-24T01:28:52.0068649Z adding 'torch/cuda/memory.py' 2025-01-24T01:28:52.0073918Z adding 'torch/cuda/nccl.py' 2025-01-24T01:28:52.0078143Z adding 'torch/cuda/nvtx.py' 2025-01-24T01:28:52.0081893Z adding 'torch/cuda/profiler.py' 2025-01-24T01:28:52.0086140Z adding 'torch/cuda/random.py' 2025-01-24T01:28:52.0089271Z adding 'torch/cuda/sparse.py' 2025-01-24T01:28:52.0096139Z adding 'torch/cuda/streams.py' 2025-01-24T01:28:52.0104150Z adding 'torch/cuda/tunable.py' 2025-01-24T01:28:52.0108708Z adding 'torch/cuda/amp/__init__.py' 2025-01-24T01:28:52.0112360Z adding 'torch/cuda/amp/autocast_mode.py' 2025-01-24T01:28:52.0115584Z adding 'torch/cuda/amp/common.py' 2025-01-24T01:28:52.0118948Z adding 'torch/cuda/amp/grad_scaler.py' 2025-01-24T01:28:52.0124762Z adding 'torch/distributed/__init__.py' 2025-01-24T01:28:52.0128285Z adding 'torch/distributed/_checkpointable.py' 2025-01-24T01:28:52.0131872Z adding 'torch/distributed/_composable_state.py' 2025-01-24T01:28:52.0148299Z adding 'torch/distributed/_functional_collectives.py' 2025-01-24T01:28:52.0152959Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-01-24T01:28:52.0163674Z adding 'torch/distributed/_state_dict_utils.py' 2025-01-24T01:28:52.0168631Z adding 'torch/distributed/argparse_util.py' 2025-01-24T01:28:52.0173072Z adding 'torch/distributed/c10d_logger.py' 2025-01-24T01:28:52.0178870Z adding 'torch/distributed/collective_utils.py' 2025-01-24T01:28:52.0183003Z adding 'torch/distributed/constants.py' 2025-01-24T01:28:52.0201097Z adding 'torch/distributed/device_mesh.py' 2025-01-24T01:28:52.0275714Z adding 'torch/distributed/distributed_c10d.py' 2025-01-24T01:28:52.0285889Z adding 'torch/distributed/launch.py' 2025-01-24T01:28:52.0289251Z adding 'torch/distributed/logging_handlers.py' 2025-01-24T01:28:52.0293274Z adding 'torch/distributed/remote_device.py' 2025-01-24T01:28:52.0298994Z adding 'torch/distributed/rendezvous.py' 2025-01-24T01:28:52.0312881Z adding 'torch/distributed/run.py' 2025-01-24T01:28:52.0320461Z adding 'torch/distributed/utils.py' 2025-01-24T01:28:52.0324642Z adding 'torch/distributed/_composable/__init__.py' 2025-01-24T01:28:52.0329060Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-01-24T01:28:52.0334793Z adding 'torch/distributed/_composable/contract.py' 2025-01-24T01:28:52.0340816Z adding 'torch/distributed/_composable/replicate.py' 2025-01-24T01:28:52.0345097Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-01-24T01:28:52.0348113Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-01-24T01:28:52.0352120Z adding 'torch/distributed/_shard/__init__.py' 2025-01-24T01:28:52.0355423Z adding 'torch/distributed/_shard/_utils.py' 2025-01-24T01:28:52.0361723Z adding 'torch/distributed/_shard/api.py' 2025-01-24T01:28:52.0365709Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-01-24T01:28:52.0369429Z adding 'torch/distributed/_shard/metadata.py' 2025-01-24T01:28:52.0372788Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-01-24T01:28:52.0376165Z adding 'torch/distributed/_shard/sharder.py' 2025-01-24T01:28:52.0381725Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-01-24T01:28:52.0386109Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-01-24T01:28:52.0390299Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-01-24T01:28:52.0397954Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:28:52.0416698Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-01-24T01:28:52.0421664Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-01-24T01:28:52.0424868Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-01-24T01:28:52.0428669Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-01-24T01:28:52.0434118Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-01-24T01:28:52.0438239Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-01-24T01:28:52.0443643Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-01-24T01:28:52.0447925Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-01-24T01:28:52.0452101Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-01-24T01:28:52.0455901Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-01-24T01:28:52.0460395Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-01-24T01:28:52.0464426Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-01-24T01:28:52.0468615Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-01-24T01:28:52.0472510Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-01-24T01:28:52.0476535Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-01-24T01:28:52.0480783Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-01-24T01:28:52.0486045Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-01-24T01:28:52.0491994Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-01-24T01:28:52.0498015Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-01-24T01:28:52.0502458Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-01-24T01:28:52.0509044Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-01-24T01:28:52.0515351Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-01-24T01:28:52.0523561Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-01-24T01:28:52.0528041Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-01-24T01:28:52.0532126Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-01-24T01:28:52.0552145Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-01-24T01:28:52.0557886Z adding 'torch/distributed/_tensor/__init__.py' 2025-01-24T01:28:52.0561119Z adding 'torch/distributed/_tensor/api.py' 2025-01-24T01:28:52.0564198Z adding 'torch/distributed/_tensor/placement_types.py' 2025-01-24T01:28:52.0568210Z adding 'torch/distributed/_tools/__init__.py' 2025-01-24T01:28:52.0577999Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-01-24T01:28:52.0584014Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-01-24T01:28:52.0599825Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-01-24T01:28:52.0606712Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-01-24T01:28:52.0612385Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-01-24T01:28:52.0621389Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-01-24T01:28:52.0638313Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-01-24T01:28:52.0645070Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-01-24T01:28:52.0649387Z adding 'torch/distributed/algorithms/__init__.py' 2025-01-24T01:28:52.0656107Z adding 'torch/distributed/algorithms/join.py' 2025-01-24T01:28:52.0660630Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-01-24T01:28:52.0667011Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-01-24T01:28:52.0671324Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-01-24T01:28:52.0675875Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-01-24T01:28:52.0680098Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-01-24T01:28:52.0684094Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-01-24T01:28:52.0687985Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-01-24T01:28:52.0692115Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-01-24T01:28:52.0697431Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-01-24T01:28:52.0705060Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-01-24T01:28:52.0708964Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-01-24T01:28:52.0713506Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-01-24T01:28:52.0717667Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-01-24T01:28:52.0722217Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-01-24T01:28:52.0726999Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-01-24T01:28:52.0742346Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-01-24T01:28:52.0747498Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-01-24T01:28:52.0751599Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-01-24T01:28:52.0756230Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-01-24T01:28:52.0761546Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-01-24T01:28:52.0765605Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-01-24T01:28:52.0770090Z adding 'torch/distributed/autograd/__init__.py' 2025-01-24T01:28:52.0774145Z adding 'torch/distributed/checkpoint/__init__.py' 2025-01-24T01:28:52.0778154Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-01-24T01:28:52.0782023Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-01-24T01:28:52.0785700Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-01-24T01:28:52.0789693Z adding 'torch/distributed/checkpoint/_extension.py' 2025-01-24T01:28:52.0794097Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-01-24T01:28:52.0797850Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-01-24T01:28:52.0801894Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-01-24T01:28:52.0805340Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-01-24T01:28:52.0809813Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-01-24T01:28:52.0813001Z adding 'torch/distributed/checkpoint/_version.py' 2025-01-24T01:28:52.0816338Z adding 'torch/distributed/checkpoint/api.py' 2025-01-24T01:28:52.0824978Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-01-24T01:28:52.0836975Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-01-24T01:28:52.0843261Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-01-24T01:28:52.0847304Z adding 'torch/distributed/checkpoint/logger.py' 2025-01-24T01:28:52.0850452Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-01-24T01:28:52.0854701Z adding 'torch/distributed/checkpoint/metadata.py' 2025-01-24T01:28:52.0861574Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-01-24T01:28:52.0868711Z adding 'torch/distributed/checkpoint/planner.py' 2025-01-24T01:28:52.0875158Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-01-24T01:28:52.0879049Z adding 'torch/distributed/checkpoint/resharding.py' 2025-01-24T01:28:52.0883379Z adding 'torch/distributed/checkpoint/staging.py' 2025-01-24T01:28:52.0901424Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-01-24T01:28:52.0908600Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-01-24T01:28:52.0915038Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-01-24T01:28:52.0918579Z adding 'torch/distributed/checkpoint/stateful.py' 2025-01-24T01:28:52.0923481Z adding 'torch/distributed/checkpoint/storage.py' 2025-01-24T01:28:52.0930191Z adding 'torch/distributed/checkpoint/utils.py' 2025-01-24T01:28:52.0935576Z adding 'torch/distributed/elastic/__init__.py' 2025-01-24T01:28:52.0939451Z adding 'torch/distributed/elastic/control_plane.py' 2025-01-24T01:28:52.0948755Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-01-24T01:28:52.0949258Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-01-24T01:28:52.0962233Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-01-24T01:28:52.0966673Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-01-24T01:28:52.0973836Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-01-24T01:28:52.0979927Z adding 'torch/distributed/elastic/events/__init__.py' 2025-01-24T01:28:52.0984050Z adding 'torch/distributed/elastic/events/api.py' 2025-01-24T01:28:52.0987526Z adding 'torch/distributed/elastic/events/handlers.py' 2025-01-24T01:28:52.0992773Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-01-24T01:28:52.0997335Z adding 'torch/distributed/elastic/metrics/api.py' 2025-01-24T01:28:52.1003684Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-01-24T01:28:52.1017181Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-01-24T01:28:52.1021999Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-01-24T01:28:52.1026618Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-01-24T01:28:52.1034980Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-01-24T01:28:52.1040139Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-01-24T01:28:52.1043657Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-01-24T01:28:52.1047797Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-01-24T01:28:52.1051042Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-01-24T01:28:52.1054992Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-01-24T01:28:52.1060851Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-01-24T01:28:52.1064483Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-01-24T01:28:52.1070957Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-01-24T01:28:52.1077488Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-01-24T01:28:52.1093761Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-01-24T01:28:52.1110951Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-01-24T01:28:52.1116964Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-01-24T01:28:52.1122585Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-01-24T01:28:52.1127967Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-01-24T01:28:52.1131945Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-01-24T01:28:52.1136167Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-01-24T01:28:52.1141690Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-01-24T01:28:52.1146367Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-01-24T01:28:52.1152149Z adding 'torch/distributed/elastic/timer/api.py' 2025-01-24T01:28:52.1155834Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-01-24T01:28:52.1163215Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-01-24T01:28:52.1167970Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-01-24T01:28:52.1172099Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-01-24T01:28:52.1176082Z adding 'torch/distributed/elastic/utils/api.py' 2025-01-24T01:28:52.1181321Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-01-24T01:28:52.1184629Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-01-24T01:28:52.1188651Z adding 'torch/distributed/elastic/utils/logging.py' 2025-01-24T01:28:52.1193831Z adding 'torch/distributed/elastic/utils/store.py' 2025-01-24T01:28:52.1198462Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-01-24T01:28:52.1202032Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-01-24T01:28:52.1206067Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-01-24T01:28:52.1210589Z adding 'torch/distributed/fsdp/__init__.py' 2025-01-24T01:28:52.1220789Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-01-24T01:28:52.1226070Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-01-24T01:28:52.1229962Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-01-24T01:28:52.1236864Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-01-24T01:28:52.1281473Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-01-24T01:28:52.1288446Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-01-24T01:28:52.1306405Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-01-24T01:28:52.1310844Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-01-24T01:28:52.1344402Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-01-24T01:28:52.1371336Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-01-24T01:28:52.1377265Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-01-24T01:28:52.1389111Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-01-24T01:28:52.1395545Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-01-24T01:28:52.1400066Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-01-24T01:28:52.1406045Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-01-24T01:28:52.1411908Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-01-24T01:28:52.1420775Z adding 'torch/distributed/fsdp/api.py' 2025-01-24T01:28:52.1455423Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-01-24T01:28:52.1465039Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-01-24T01:28:52.1474881Z adding 'torch/distributed/fsdp/wrap.py' 2025-01-24T01:28:52.1479687Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-01-24T01:28:52.1483570Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-01-24T01:28:52.1493019Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-01-24T01:28:52.1498120Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-01-24T01:28:52.1503186Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-01-24T01:28:52.1519080Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-01-24T01:28:52.1532454Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-01-24T01:28:52.1540570Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-01-24T01:28:52.1551078Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-01-24T01:28:52.1555499Z adding 'torch/distributed/launcher/__init__.py' 2025-01-24T01:28:52.1561503Z adding 'torch/distributed/launcher/api.py' 2025-01-24T01:28:52.1565591Z adding 'torch/distributed/nn/__init__.py' 2025-01-24T01:28:52.1572165Z adding 'torch/distributed/nn/functional.py' 2025-01-24T01:28:52.1576575Z adding 'torch/distributed/nn/api/__init__.py' 2025-01-24T01:28:52.1587204Z adding 'torch/distributed/nn/api/remote_module.py' 2025-01-24T01:28:52.1592033Z adding 'torch/distributed/nn/jit/__init__.py' 2025-01-24T01:28:52.1596434Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-01-24T01:28:52.1600407Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-01-24T01:28:52.1604820Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-01-24T01:28:52.1609338Z adding 'torch/distributed/optim/__init__.py' 2025-01-24T01:28:52.1612617Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-01-24T01:28:52.1617163Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-01-24T01:28:52.1621535Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-01-24T01:28:52.1625801Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-01-24T01:28:52.1630492Z adding 'torch/distributed/optim/functional_adam.py' 2025-01-24T01:28:52.1634855Z adding 'torch/distributed/optim/functional_adamax.py' 2025-01-24T01:28:52.1639654Z adding 'torch/distributed/optim/functional_adamw.py' 2025-01-24T01:28:52.1644057Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-01-24T01:28:52.1648186Z adding 'torch/distributed/optim/functional_rprop.py' 2025-01-24T01:28:52.1652620Z adding 'torch/distributed/optim/functional_sgd.py' 2025-01-24T01:28:52.1659615Z adding 'torch/distributed/optim/named_optimizer.py' 2025-01-24T01:28:52.1665764Z adding 'torch/distributed/optim/optimizer.py' 2025-01-24T01:28:52.1670330Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-01-24T01:28:52.1674457Z adding 'torch/distributed/optim/utils.py' 2025-01-24T01:28:52.1702419Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-01-24T01:28:52.1707981Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-01-24T01:28:52.1729585Z adding 'torch/distributed/pipelining/_IR.py' 2025-01-24T01:28:52.1734384Z adding 'torch/distributed/pipelining/__init__.py' 2025-01-24T01:28:52.1749170Z adding 'torch/distributed/pipelining/_backward.py' 2025-01-24T01:28:52.1753584Z adding 'torch/distributed/pipelining/_debug.py' 2025-01-24T01:28:52.1756673Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-01-24T01:28:52.1760252Z adding 'torch/distributed/pipelining/_utils.py' 2025-01-24T01:28:52.1767818Z adding 'torch/distributed/pipelining/microbatch.py' 2025-01-24T01:28:52.1800386Z adding 'torch/distributed/pipelining/schedules.py' 2025-01-24T01:28:52.1827256Z adding 'torch/distributed/pipelining/stage.py' 2025-01-24T01:28:52.1835226Z adding 'torch/distributed/rpc/__init__.py' 2025-01-24T01:28:52.1839157Z adding 'torch/distributed/rpc/_utils.py' 2025-01-24T01:28:52.1851961Z adding 'torch/distributed/rpc/api.py' 2025-01-24T01:28:52.1860158Z adding 'torch/distributed/rpc/backend_registry.py' 2025-01-24T01:28:52.1863843Z adding 'torch/distributed/rpc/constants.py' 2025-01-24T01:28:52.1868410Z adding 'torch/distributed/rpc/functions.py' 2025-01-24T01:28:52.1874232Z adding 'torch/distributed/rpc/internal.py' 2025-01-24T01:28:52.1879222Z adding 'torch/distributed/rpc/options.py' 2025-01-24T01:28:52.1883042Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-01-24T01:28:52.1888121Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-01-24T01:28:52.1892248Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-01-24T01:28:52.1895734Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-01-24T01:28:52.1900304Z adding 'torch/distributed/tensor/__init__.py' 2025-01-24T01:28:52.1918926Z adding 'torch/distributed/tensor/_api.py' 2025-01-24T01:28:52.1927049Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-01-24T01:28:52.1936083Z adding 'torch/distributed/tensor/_dispatch.py' 2025-01-24T01:28:52.1942926Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-01-24T01:28:52.1951385Z adding 'torch/distributed/tensor/_op_schema.py' 2025-01-24T01:28:52.1959315Z adding 'torch/distributed/tensor/_random.py' 2025-01-24T01:28:52.1966971Z adding 'torch/distributed/tensor/_redistribute.py' 2025-01-24T01:28:52.1975856Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-01-24T01:28:52.1982465Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-01-24T01:28:52.1988271Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-01-24T01:28:52.1995799Z adding 'torch/distributed/tensor/_utils.py' 2025-01-24T01:28:52.1999673Z adding 'torch/distributed/tensor/device_mesh.py' 2025-01-24T01:28:52.2010379Z adding 'torch/distributed/tensor/placement_types.py' 2025-01-24T01:28:52.2015684Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-01-24T01:28:52.2022125Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-01-24T01:28:52.2026459Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-01-24T01:28:52.2031110Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-01-24T01:28:52.2036815Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-01-24T01:28:52.2040673Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-01-24T01:28:52.2052875Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-01-24T01:28:52.2060576Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-01-24T01:28:52.2068605Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-01-24T01:28:52.2072556Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-01-24T01:28:52.2083756Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-01-24T01:28:52.2094674Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-01-24T01:28:52.2101185Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-01-24T01:28:52.2105582Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-01-24T01:28:52.2115349Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-01-24T01:28:52.2119930Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-01-24T01:28:52.2124830Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-01-24T01:28:52.2129280Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-01-24T01:28:52.2145713Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-01-24T01:28:52.2153395Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-01-24T01:28:52.2159070Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-01-24T01:28:52.2167601Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-01-24T01:28:52.2172375Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-01-24T01:28:52.2176682Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-01-24T01:28:52.2180824Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-01-24T01:28:52.2186657Z adding 'torch/distributed/tensor/parallel/api.py' 2025-01-24T01:28:52.2191419Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-01-24T01:28:52.2199008Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-01-24T01:28:52.2203976Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-01-24T01:28:52.2212309Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-01-24T01:28:52.2222667Z adding 'torch/distributed/tensor/parallel/style.py' 2025-01-24T01:28:52.2229863Z adding 'torch/distributions/__init__.py' 2025-01-24T01:28:52.2234264Z adding 'torch/distributions/bernoulli.py' 2025-01-24T01:28:52.2238407Z adding 'torch/distributions/beta.py' 2025-01-24T01:28:52.2243120Z adding 'torch/distributions/binomial.py' 2025-01-24T01:28:52.2247747Z adding 'torch/distributions/categorical.py' 2025-01-24T01:28:52.2251588Z adding 'torch/distributions/cauchy.py' 2025-01-24T01:28:52.2255138Z adding 'torch/distributions/chi2.py' 2025-01-24T01:28:52.2260467Z adding 'torch/distributions/constraint_registry.py' 2025-01-24T01:28:52.2268045Z adding 'torch/distributions/constraints.py' 2025-01-24T01:28:52.2273974Z adding 'torch/distributions/continuous_bernoulli.py' 2025-01-24T01:28:52.2278207Z adding 'torch/distributions/dirichlet.py' 2025-01-24T01:28:52.2284178Z adding 'torch/distributions/distribution.py' 2025-01-24T01:28:52.2288159Z adding 'torch/distributions/exp_family.py' 2025-01-24T01:28:52.2291785Z adding 'torch/distributions/exponential.py' 2025-01-24T01:28:52.2295689Z adding 'torch/distributions/fishersnedecor.py' 2025-01-24T01:28:52.2299837Z adding 'torch/distributions/gamma.py' 2025-01-24T01:28:52.2304305Z adding 'torch/distributions/geometric.py' 2025-01-24T01:28:52.2308091Z adding 'torch/distributions/gumbel.py' 2025-01-24T01:28:52.2311736Z adding 'torch/distributions/half_cauchy.py' 2025-01-24T01:28:52.2315318Z adding 'torch/distributions/half_normal.py' 2025-01-24T01:28:52.2319315Z adding 'torch/distributions/independent.py' 2025-01-24T01:28:52.2323106Z adding 'torch/distributions/inverse_gamma.py' 2025-01-24T01:28:52.2334305Z adding 'torch/distributions/kl.py' 2025-01-24T01:28:52.2338847Z adding 'torch/distributions/kumaraswamy.py' 2025-01-24T01:28:52.2342670Z adding 'torch/distributions/laplace.py' 2025-01-24T01:28:52.2347767Z adding 'torch/distributions/lkj_cholesky.py' 2025-01-24T01:28:52.2351166Z adding 'torch/distributions/log_normal.py' 2025-01-24T01:28:52.2354642Z adding 'torch/distributions/logistic_normal.py' 2025-01-24T01:28:52.2360184Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-01-24T01:28:52.2365375Z adding 'torch/distributions/mixture_same_family.py' 2025-01-24T01:28:52.2369994Z adding 'torch/distributions/multinomial.py' 2025-01-24T01:28:52.2375646Z adding 'torch/distributions/multivariate_normal.py' 2025-01-24T01:28:52.2380650Z adding 'torch/distributions/negative_binomial.py' 2025-01-24T01:28:52.2384668Z adding 'torch/distributions/normal.py' 2025-01-24T01:28:52.2389051Z adding 'torch/distributions/one_hot_categorical.py' 2025-01-24T01:28:52.2392768Z adding 'torch/distributions/pareto.py' 2025-01-24T01:28:52.2396379Z adding 'torch/distributions/poisson.py' 2025-01-24T01:28:52.2400703Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-01-24T01:28:52.2405122Z adding 'torch/distributions/relaxed_categorical.py' 2025-01-24T01:28:52.2409076Z adding 'torch/distributions/studentT.py' 2025-01-24T01:28:52.2414257Z adding 'torch/distributions/transformed_distribution.py' 2025-01-24T01:28:52.2428213Z adding 'torch/distributions/transforms.py' 2025-01-24T01:28:52.2433088Z adding 'torch/distributions/uniform.py' 2025-01-24T01:28:52.2438180Z adding 'torch/distributions/utils.py' 2025-01-24T01:28:52.2443002Z adding 'torch/distributions/von_mises.py' 2025-01-24T01:28:52.2446785Z adding 'torch/distributions/weibull.py' 2025-01-24T01:28:52.2452966Z adding 'torch/distributions/wishart.py' 2025-01-24T01:28:52.2463410Z adding 'torch/export/__init__.py' 2025-01-24T01:28:52.2470266Z adding 'torch/export/_draft_export.py' 2025-01-24T01:28:52.2474255Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-01-24T01:28:52.2478914Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-01-24T01:28:52.2482728Z adding 'torch/export/_safeguard.py' 2025-01-24T01:28:52.2490374Z adding 'torch/export/_swap.py' 2025-01-24T01:28:52.2522622Z adding 'torch/export/_trace.py' 2025-01-24T01:28:52.2528504Z adding 'torch/export/_tree_utils.py' 2025-01-24T01:28:52.2535732Z adding 'torch/export/_unlift.py' 2025-01-24T01:28:52.2539432Z adding 'torch/export/custom_obj.py' 2025-01-24T01:28:52.2543686Z adding 'torch/export/decomp_utils.py' 2025-01-24T01:28:52.2561268Z adding 'torch/export/dynamic_shapes.py' 2025-01-24T01:28:52.2585452Z adding 'torch/export/exported_program.py' 2025-01-24T01:28:52.2595181Z adding 'torch/export/graph_signature.py' 2025-01-24T01:28:52.2625785Z adding 'torch/export/unflatten.py' 2025-01-24T01:28:52.2632033Z adding 'torch/export/experimental/__init__.py' 2025-01-24T01:28:52.2636638Z adding 'torch/export/passes/__init__.py' 2025-01-24T01:28:52.2650482Z adding 'torch/fft/__init__.py' 2025-01-24T01:28:52.2655917Z adding 'torch/func/__init__.py' 2025-01-24T01:28:52.2663801Z adding 'torch/futures/__init__.py' 2025-01-24T01:28:52.2669518Z adding 'torch/fx/__init__.py' 2025-01-24T01:28:52.2672933Z adding 'torch/fx/_compatibility.py' 2025-01-24T01:28:52.2677808Z adding 'torch/fx/_lazy_graph_module.py' 2025-01-24T01:28:52.2681946Z adding 'torch/fx/_pytree.py' 2025-01-24T01:28:52.2702713Z adding 'torch/fx/_symbolic_trace.py' 2025-01-24T01:28:52.2707706Z adding 'torch/fx/_utils.py' 2025-01-24T01:28:52.2711123Z adding 'torch/fx/annotate.py' 2025-01-24T01:28:52.2714370Z adding 'torch/fx/config.py' 2025-01-24T01:28:52.2744735Z adding 'torch/fx/graph.py' 2025-01-24T01:28:52.2763177Z adding 'torch/fx/graph_module.py' 2025-01-24T01:28:52.2768092Z adding 'torch/fx/immutable_collections.py' 2025-01-24T01:28:52.2776807Z adding 'torch/fx/interpreter.py' 2025-01-24T01:28:52.2794123Z adding 'torch/fx/node.py' 2025-01-24T01:28:52.2804038Z adding 'torch/fx/operator_schemas.py' 2025-01-24T01:28:52.2815574Z adding 'torch/fx/proxy.py' 2025-01-24T01:28:52.2824179Z adding 'torch/fx/subgraph_rewriter.py' 2025-01-24T01:28:52.2828120Z adding 'torch/fx/tensor_type.py' 2025-01-24T01:28:52.2832914Z adding 'torch/fx/traceback.py' 2025-01-24T01:28:52.2837232Z adding 'torch/fx/experimental/__init__.py' 2025-01-24T01:28:52.2840764Z adding 'torch/fx/experimental/_backward_state.py' 2025-01-24T01:28:52.2844746Z adding 'torch/fx/experimental/_config.py' 2025-01-24T01:28:52.2848109Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-01-24T01:28:52.2864966Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-01-24T01:28:52.2872787Z adding 'torch/fx/experimental/const_fold.py' 2025-01-24T01:28:52.2876380Z adding 'torch/fx/experimental/debug.py' 2025-01-24T01:28:52.2888601Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-01-24T01:28:52.2894289Z adding 'torch/fx/experimental/merge_matmul.py' 2025-01-24T01:28:52.2901265Z adding 'torch/fx/experimental/meta_tracer.py' 2025-01-24T01:28:52.2905086Z adding 'torch/fx/experimental/normalize.py' 2025-01-24T01:28:52.2913268Z adding 'torch/fx/experimental/optimization.py' 2025-01-24T01:28:52.2919873Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-01-24T01:28:52.2955276Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-01-24T01:28:52.2966410Z adding 'torch/fx/experimental/recording.py' 2025-01-24T01:28:52.2970237Z adding 'torch/fx/experimental/refinement_types.py' 2025-01-24T01:28:52.2974802Z adding 'torch/fx/experimental/rewriter.py' 2025-01-24T01:28:52.2979601Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-01-24T01:28:52.3000520Z adding 'torch/fx/experimental/sym_node.py' 2025-01-24T01:28:52.3123784Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-01-24T01:28:52.3134831Z adding 'torch/fx/experimental/unify_refinements.py' 2025-01-24T01:28:52.3148560Z adding 'torch/fx/experimental/validator.py' 2025-01-24T01:28:52.3153769Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-01-24T01:28:52.3160170Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-01-24T01:28:52.3176440Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-01-24T01:28:52.3192691Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-01-24T01:28:52.3196822Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-01-24T01:28:52.3203628Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-01-24T01:28:52.3207832Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-01-24T01:28:52.3211112Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-01-24T01:28:52.3215275Z adding 'torch/fx/experimental/unification/__init__.py' 2025-01-24T01:28:52.3219243Z adding 'torch/fx/experimental/unification/core.py' 2025-01-24T01:28:52.3222477Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-01-24T01:28:52.3226594Z adding 'torch/fx/experimental/unification/match.py' 2025-01-24T01:28:52.3230404Z adding 'torch/fx/experimental/unification/more.py' 2025-01-24T01:28:52.3236322Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-01-24T01:28:52.3240709Z adding 'torch/fx/experimental/unification/utils.py' 2025-01-24T01:28:52.3244365Z adding 'torch/fx/experimental/unification/variable.py' 2025-01-24T01:28:52.3248435Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-01-24T01:28:52.3252530Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-01-24T01:28:52.3256702Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-01-24T01:28:52.3263664Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-01-24T01:28:52.3268251Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-01-24T01:28:52.3272213Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-01-24T01:28:52.3276367Z adding 'torch/fx/passes/__init__.py' 2025-01-24T01:28:52.3283554Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-01-24T01:28:52.3287668Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-01-24T01:28:52.3291437Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-01-24T01:28:52.3298848Z adding 'torch/fx/passes/graph_drawer.py' 2025-01-24T01:28:52.3303447Z adding 'torch/fx/passes/graph_manipulation.py' 2025-01-24T01:28:52.3308203Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-01-24T01:28:52.3320426Z adding 'torch/fx/passes/net_min_base.py' 2025-01-24T01:28:52.3326172Z adding 'torch/fx/passes/operator_support.py' 2025-01-24T01:28:52.3330296Z adding 'torch/fx/passes/param_fetch.py' 2025-01-24T01:28:52.3335211Z adding 'torch/fx/passes/pass_manager.py' 2025-01-24T01:28:52.3349987Z adding 'torch/fx/passes/reinplace.py' 2025-01-24T01:28:52.3361956Z adding 'torch/fx/passes/runtime_assert.py' 2025-01-24T01:28:52.3374399Z adding 'torch/fx/passes/shape_prop.py' 2025-01-24T01:28:52.3380589Z adding 'torch/fx/passes/split_module.py' 2025-01-24T01:28:52.3387687Z adding 'torch/fx/passes/split_utils.py' 2025-01-24T01:28:52.3400602Z adding 'torch/fx/passes/splitter_base.py' 2025-01-24T01:28:52.3407567Z adding 'torch/fx/passes/tools_common.py' 2025-01-24T01:28:52.3411666Z adding 'torch/fx/passes/backends/__init__.py' 2025-01-24T01:28:52.3415245Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-01-24T01:28:52.3419227Z adding 'torch/fx/passes/dialect/__init__.py' 2025-01-24T01:28:52.3422997Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-01-24T01:28:52.3427288Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-01-24T01:28:52.3431176Z adding 'torch/fx/passes/infra/__init__.py' 2025-01-24T01:28:52.3438329Z adding 'torch/fx/passes/infra/partitioner.py' 2025-01-24T01:28:52.3442531Z adding 'torch/fx/passes/infra/pass_base.py' 2025-01-24T01:28:52.3448420Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-01-24T01:28:52.3452624Z adding 'torch/fx/passes/tests/__init__.py' 2025-01-24T01:28:52.3455970Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-01-24T01:28:52.3459887Z adding 'torch/fx/passes/utils/__init__.py' 2025-01-24T01:28:52.3463640Z adding 'torch/fx/passes/utils/common.py' 2025-01-24T01:28:52.3469436Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-01-24T01:28:52.3477397Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-01-24T01:28:52.3482015Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-01-24T01:28:52.3486576Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-01-24T01:28:52.3501314Z adding 'torch/include/cpuinfo.h' 2025-01-24T01:28:52.3505970Z adding 'torch/include/dnnl.h' 2025-01-24T01:28:52.3509207Z adding 'torch/include/dnnl_config.h' 2025-01-24T01:28:52.3512344Z adding 'torch/include/dnnl_debug.h' 2025-01-24T01:28:52.3515468Z adding 'torch/include/dnnl_ocl.h' 2025-01-24T01:28:52.3518553Z adding 'torch/include/dnnl_sycl.h' 2025-01-24T01:28:52.3521731Z adding 'torch/include/dnnl_sycl_types.h' 2025-01-24T01:28:52.3524871Z adding 'torch/include/dnnl_threadpool.h' 2025-01-24T01:28:52.3528006Z adding 'torch/include/dnnl_types.h' 2025-01-24T01:28:52.3531183Z adding 'torch/include/dnnl_version.h' 2025-01-24T01:28:52.3534274Z adding 'torch/include/experiments-config.h' 2025-01-24T01:28:52.3537231Z adding 'torch/include/fp16.h' 2025-01-24T01:28:52.3542875Z adding 'torch/include/fxdiv.h' 2025-01-24T01:28:52.3546433Z adding 'torch/include/libshm.h' 2025-01-24T01:28:52.3557081Z adding 'torch/include/psimd.h' 2025-01-24T01:28:52.3572878Z adding 'torch/include/pthreadpool.h' 2025-01-24T01:28:52.3614966Z adding 'torch/include/sleef.h' 2025-01-24T01:28:52.3659406Z adding 'torch/include/xnnpack.h' 2025-01-24T01:28:52.3671198Z adding 'torch/include/ATen/ATen.h' 2025-01-24T01:28:52.3675731Z adding 'torch/include/ATen/AccumulateType.h' 2025-01-24T01:28:52.3679025Z adding 'torch/include/ATen/ArrayRef.h' 2025-01-24T01:28:52.3681838Z adding 'torch/include/ATen/Backend.h' 2025-01-24T01:28:52.3685011Z adding 'torch/include/ATen/Backtrace.h' 2025-01-24T01:28:52.3688002Z adding 'torch/include/ATen/BlasBackend.h' 2025-01-24T01:28:52.3693886Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-01-24T01:28:52.3698046Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-01-24T01:28:52.3701736Z adding 'torch/include/ATen/CPUFunctions.h' 2025-01-24T01:28:52.3709138Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-01-24T01:28:52.3713642Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-01-24T01:28:52.3717325Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-01-24T01:28:52.3724672Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-01-24T01:28:52.3729134Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-01-24T01:28:52.3733371Z adding 'torch/include/ATen/CollapseDims.h' 2025-01-24T01:28:52.3737901Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-01-24T01:28:52.3745618Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-01-24T01:28:52.3750863Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-01-24T01:28:52.3756533Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-01-24T01:28:52.3760885Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-01-24T01:28:52.3768038Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-01-24T01:28:52.3772814Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-01-24T01:28:52.3776555Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-01-24T01:28:52.3779633Z adding 'torch/include/ATen/Config.h' 2025-01-24T01:28:52.3787815Z adding 'torch/include/ATen/Context.h' 2025-01-24T01:28:52.3791775Z adding 'torch/include/ATen/DLConvertor.h' 2025-01-24T01:28:52.3794777Z adding 'torch/include/ATen/Device.h' 2025-01-24T01:28:52.3798647Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-01-24T01:28:52.3801977Z adding 'torch/include/ATen/DeviceGuard.h' 2025-01-24T01:28:52.3805042Z adding 'torch/include/ATen/DimVector.h' 2025-01-24T01:28:52.3807835Z adding 'torch/include/ATen/Dimname.h' 2025-01-24T01:28:52.3817409Z adding 'torch/include/ATen/Dispatch.h' 2025-01-24T01:28:52.3826741Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-01-24T01:28:52.3831559Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-01-24T01:28:52.3835144Z adding 'torch/include/ATen/EmptyTensor.h' 2025-01-24T01:28:52.3838413Z adding 'torch/include/ATen/ExpandBase.h' 2025-01-24T01:28:52.3844753Z adding 'torch/include/ATen/ExpandUtils.h' 2025-01-24T01:28:52.3847920Z adding 'torch/include/ATen/Formatting.h' 2025-01-24T01:28:52.3851313Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-01-24T01:28:52.3856523Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-01-24T01:28:52.3864571Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-01-24T01:28:52.3876902Z adding 'torch/include/ATen/Functions.h' 2025-01-24T01:28:52.3881216Z adding 'torch/include/ATen/Generator.h' 2025-01-24T01:28:52.3884885Z adding 'torch/include/ATen/InferSize.h' 2025-01-24T01:28:52.3888105Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-01-24T01:28:52.3890911Z adding 'torch/include/ATen/Layout.h' 2025-01-24T01:28:52.3894136Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-01-24T01:28:52.3898776Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-01-24T01:28:52.3902662Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-01-24T01:28:52.3907964Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-01-24T01:28:52.3911318Z adding 'torch/include/ATen/LinalgBackend.h' 2025-01-24T01:28:52.3915071Z adding 'torch/include/ATen/MapAllocator.h' 2025-01-24T01:28:52.3918962Z adding 'torch/include/ATen/MatrixRef.h' 2025-01-24T01:28:52.3922298Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-01-24T01:28:52.3925790Z adding 'torch/include/ATen/MetaFunctions.h' 2025-01-24T01:28:52.3930635Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-01-24T01:28:52.3936316Z adding 'torch/include/ATen/MethodOperators.h' 2025-01-24T01:28:52.3939647Z adding 'torch/include/ATen/NamedTensor.h' 2025-01-24T01:28:52.3944115Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-01-24T01:28:52.3955768Z adding 'torch/include/ATen/NativeFunctions.h' 2025-01-24T01:28:52.3967826Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-01-24T01:28:52.3974852Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-01-24T01:28:52.3979296Z adding 'torch/include/ATen/NumericUtils.h' 2025-01-24T01:28:52.3982613Z adding 'torch/include/ATen/OpMathType.h' 2025-01-24T01:28:52.3986889Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-01-24T01:28:52.3998543Z adding 'torch/include/ATen/Operators.h' 2025-01-24T01:28:52.4003173Z adding 'torch/include/ATen/PTThreadPool.h' 2025-01-24T01:28:52.4006150Z adding 'torch/include/ATen/PadNd.h' 2025-01-24T01:28:52.4009629Z adding 'torch/include/ATen/Parallel-inl.h' 2025-01-24T01:28:52.4013863Z adding 'torch/include/ATen/Parallel.h' 2025-01-24T01:28:52.4017217Z adding 'torch/include/ATen/ParallelFuture.h' 2025-01-24T01:28:52.4020232Z adding 'torch/include/ATen/ParallelNative.h' 2025-01-24T01:28:52.4023544Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-01-24T01:28:52.4026969Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-01-24T01:28:52.4029982Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-01-24T01:28:52.4315345Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-01-24T01:28:52.4516920Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-01-24T01:28:52.4542113Z adding 'torch/include/ATen/SDPBackend.h' 2025-01-24T01:28:52.4545961Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-01-24T01:28:52.4549020Z adding 'torch/include/ATen/Scalar.h' 2025-01-24T01:28:52.4552760Z adding 'torch/include/ATen/ScalarOps.h' 2025-01-24T01:28:52.4556947Z adding 'torch/include/ATen/ScalarType.h' 2025-01-24T01:28:52.4560068Z adding 'torch/include/ATen/SequenceNumber.h' 2025-01-24T01:28:52.4562663Z adding 'torch/include/ATen/SmallVector.h' 2025-01-24T01:28:52.4567304Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-01-24T01:28:52.4574031Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-01-24T01:28:52.4581435Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-01-24T01:28:52.4584842Z adding 'torch/include/ATen/Storage.h' 2025-01-24T01:28:52.4588359Z adding 'torch/include/ATen/StorageUtils.h' 2025-01-24T01:28:52.4591459Z adding 'torch/include/ATen/Tensor.h' 2025-01-24T01:28:52.4594240Z adding 'torch/include/ATen/TensorAccessor.h' 2025-01-24T01:28:52.4598163Z adding 'torch/include/ATen/TensorGeometry.h' 2025-01-24T01:28:52.4608431Z adding 'torch/include/ATen/TensorIndexing.h' 2025-01-24T01:28:52.4624931Z adding 'torch/include/ATen/TensorIterator.h' 2025-01-24T01:28:52.4629763Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-01-24T01:28:52.4634144Z adding 'torch/include/ATen/TensorMeta.h' 2025-01-24T01:28:52.4638239Z adding 'torch/include/ATen/TensorNames.h' 2025-01-24T01:28:52.4641854Z adding 'torch/include/ATen/TensorOperators.h' 2025-01-24T01:28:52.4644970Z adding 'torch/include/ATen/TensorOptions.h' 2025-01-24T01:28:52.4648872Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-01-24T01:28:52.4653412Z adding 'torch/include/ATen/TensorUtils.h' 2025-01-24T01:28:52.4657131Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-01-24T01:28:52.4661338Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-01-24T01:28:52.4666052Z adding 'torch/include/ATen/TracerMode.h' 2025-01-24T01:28:52.4669526Z adding 'torch/include/ATen/TypeDefault.h' 2025-01-24T01:28:52.4673421Z adding 'torch/include/ATen/Utils.h' 2025-01-24T01:28:52.4676642Z adding 'torch/include/ATen/Version.h' 2025-01-24T01:28:52.4862586Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-01-24T01:28:52.4909029Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-01-24T01:28:52.4912492Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-01-24T01:28:52.4923860Z adding 'torch/include/ATen/autocast_mode.h' 2025-01-24T01:28:52.4928183Z adding 'torch/include/ATen/ceil_div.h' 2025-01-24T01:28:52.4932905Z adding 'torch/include/ATen/code_template.h' 2025-01-24T01:28:52.4937290Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-01-24T01:28:52.4940475Z adding 'torch/include/ATen/div_rtn.h' 2025-01-24T01:28:52.4945679Z adding 'torch/include/ATen/dlpack.h' 2025-01-24T01:28:52.4949176Z adding 'torch/include/ATen/jit_macros.h' 2025-01-24T01:28:52.4952589Z adding 'torch/include/ATen/jiterator_macros.h' 2025-01-24T01:28:52.4962472Z adding 'torch/include/ATen/record_function.h' 2025-01-24T01:28:52.4968509Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-01-24T01:28:52.4971690Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-01-24T01:28:52.4974916Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-01-24T01:28:52.4979296Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-01-24T01:28:52.4982823Z adding 'torch/include/ATen/core/Array.h' 2025-01-24T01:28:52.4985920Z adding 'torch/include/ATen/core/Backtrace.h' 2025-01-24T01:28:52.4993736Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-01-24T01:28:52.4997645Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-01-24T01:28:52.5001855Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-01-24T01:28:52.5005369Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-01-24T01:28:52.5012195Z adding 'torch/include/ATen/core/Dict.h' 2025-01-24T01:28:52.5017308Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-01-24T01:28:52.5020856Z adding 'torch/include/ATen/core/DimVector.h' 2025-01-24T01:28:52.5024186Z adding 'torch/include/ATen/core/Dimname.h' 2025-01-24T01:28:52.5029688Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-01-24T01:28:52.5033446Z adding 'torch/include/ATen/core/Formatting.h' 2025-01-24T01:28:52.5038410Z adding 'torch/include/ATen/core/Generator.h' 2025-01-24T01:28:52.5042078Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-01-24T01:28:52.5050803Z adding 'torch/include/ATen/core/IListRef.h' 2025-01-24T01:28:52.5055689Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-01-24T01:28:52.5060527Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-01-24T01:28:52.5067678Z adding 'torch/include/ATen/core/List.h' 2025-01-24T01:28:52.5073612Z adding 'torch/include/ATen/core/List_inl.h' 2025-01-24T01:28:52.5078906Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-01-24T01:28:52.5083660Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-01-24T01:28:52.5088432Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-01-24T01:28:52.5093880Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-01-24T01:28:52.5097843Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-01-24T01:28:52.5101374Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-01-24T01:28:52.5104911Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-01-24T01:28:52.5108226Z adding 'torch/include/ATen/core/Range.h' 2025-01-24T01:28:52.5111355Z adding 'torch/include/ATen/core/Reduction.h' 2025-01-24T01:28:52.5114355Z adding 'torch/include/ATen/core/Scalar.h' 2025-01-24T01:28:52.5117190Z adding 'torch/include/ATen/core/ScalarType.h' 2025-01-24T01:28:52.5120830Z adding 'torch/include/ATen/core/Tensor.h' 2025-01-24T01:28:52.5125951Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-01-24T01:28:52.5142277Z adding 'torch/include/ATen/core/TensorBase.h' 2025-01-24T01:28:52.5201153Z adding 'torch/include/ATen/core/TensorBody.h' 2025-01-24T01:28:52.5211806Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-01-24T01:28:52.5216530Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-01-24T01:28:52.5220034Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-01-24T01:28:52.5223187Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-01-24T01:28:52.5227294Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-01-24T01:28:52.5231018Z adding 'torch/include/ATen/core/Variadic.h' 2025-01-24T01:28:52.5235111Z adding 'torch/include/ATen/core/Vitals.h' 2025-01-24T01:28:52.5239172Z adding 'torch/include/ATen/core/alias_info.h' 2025-01-24T01:28:52.5255444Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-01-24T01:28:52.5261618Z adding 'torch/include/ATen/core/blob.h' 2025-01-24T01:28:52.5265352Z adding 'torch/include/ATen/core/builtin_function.h' 2025-01-24T01:28:52.5271919Z adding 'torch/include/ATen/core/class_type.h' 2025-01-24T01:28:52.5275672Z adding 'torch/include/ATen/core/custom_class.h' 2025-01-24T01:28:52.5281356Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-01-24T01:28:52.5284792Z adding 'torch/include/ATen/core/enum_tag.h' 2025-01-24T01:28:52.5288471Z adding 'torch/include/ATen/core/enum_type.h' 2025-01-24T01:28:52.5292701Z adding 'torch/include/ATen/core/function.h' 2025-01-24T01:28:52.5303202Z adding 'torch/include/ATen/core/function_schema.h' 2025-01-24T01:28:52.5307480Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-01-24T01:28:52.5310860Z adding 'torch/include/ATen/core/functional.h' 2025-01-24T01:28:52.5313881Z adding 'torch/include/ATen/core/grad_mode.h' 2025-01-24T01:28:52.5319751Z adding 'torch/include/ATen/core/interned_strings.h' 2025-01-24T01:28:52.5323361Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-01-24T01:28:52.5343628Z adding 'torch/include/ATen/core/ivalue.h' 2025-01-24T01:28:52.5375736Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-01-24T01:28:52.5381207Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-01-24T01:28:52.5404831Z adding 'torch/include/ATen/core/jit_type.h' 2025-01-24T01:28:52.5415420Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-01-24T01:28:52.5420048Z adding 'torch/include/ATen/core/operator_name.h' 2025-01-24T01:28:52.5424352Z adding 'torch/include/ATen/core/qualified_name.h' 2025-01-24T01:28:52.5427846Z adding 'torch/include/ATen/core/rref_interface.h' 2025-01-24T01:28:52.5432401Z adding 'torch/include/ATen/core/stack.h' 2025-01-24T01:28:52.5437125Z adding 'torch/include/ATen/core/symbol.h' 2025-01-24T01:28:52.5440941Z adding 'torch/include/ATen/core/type_factory.h' 2025-01-24T01:28:52.5444305Z adding 'torch/include/ATen/core/type_ptr.h' 2025-01-24T01:28:52.5447220Z adding 'torch/include/ATen/core/typeid.h' 2025-01-24T01:28:52.5453806Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-01-24T01:28:52.5458153Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-01-24T01:28:52.5463332Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-01-24T01:28:52.5469184Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-01-24T01:28:52.5472918Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-01-24T01:28:52.5477403Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-01-24T01:28:52.5481144Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-01-24T01:28:52.5487564Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-01-24T01:28:52.5498596Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-01-24T01:28:52.5503569Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-01-24T01:28:52.5508641Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-01-24T01:28:52.5514632Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-01-24T01:28:52.5528395Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-01-24T01:28:52.5532631Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-01-24T01:28:52.5539577Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-01-24T01:28:52.5543446Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-01-24T01:28:52.5546751Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-01-24T01:28:52.5551487Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-01-24T01:28:52.5556194Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-01-24T01:28:52.5561348Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-01-24T01:28:52.5571284Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-01-24T01:28:52.5575465Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-01-24T01:28:52.5578832Z adding 'torch/include/ATen/cpu/Utils.h' 2025-01-24T01:28:52.5586236Z adding 'torch/include/ATen/cpu/vml.h' 2025-01-24T01:28:52.5587584Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-01-24T01:28:52.5592581Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-01-24T01:28:52.5599392Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-01-24T01:28:52.5603768Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-01-24T01:28:52.5607309Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-01-24T01:28:52.5619914Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-01-24T01:28:52.5624531Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-01-24T01:28:52.5628409Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-01-24T01:28:52.5633651Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-01-24T01:28:52.5639194Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-01-24T01:28:52.5644107Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-01-24T01:28:52.5648701Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-01-24T01:28:52.5655017Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-01-24T01:28:52.5661849Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-01-24T01:28:52.5669036Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-01-24T01:28:52.5676052Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-01-24T01:28:52.5680846Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-01-24T01:28:52.5688092Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-01-24T01:28:52.5692389Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-01-24T01:28:52.5699569Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-01-24T01:28:52.5709171Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-01-24T01:28:52.5714672Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-01-24T01:28:52.5720400Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-01-24T01:28:52.5724209Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-01-24T01:28:52.5729751Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-01-24T01:28:52.5741277Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-01-24T01:28:52.5749422Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-01-24T01:28:52.5757676Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-01-24T01:28:52.5763111Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-01-24T01:28:52.5769015Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-01-24T01:28:52.5777038Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-01-24T01:28:52.5792595Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-01-24T01:28:52.5799263Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-01-24T01:28:52.5811545Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-01-24T01:28:52.5817779Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-01-24T01:28:52.5827896Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-01-24T01:28:52.5832641Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-01-24T01:28:52.5841838Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-01-24T01:28:52.5848918Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-01-24T01:28:52.5855319Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-01-24T01:28:52.5861484Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-01-24T01:28:52.5867198Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-01-24T01:28:52.5873116Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-01-24T01:28:52.5878102Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-01-24T01:28:52.5884699Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-01-24T01:28:52.5891572Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-01-24T01:28:52.5899630Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-01-24T01:28:52.5925869Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-01-24T01:28:52.5934580Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-01-24T01:28:52.5950706Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-01-24T01:28:52.5960585Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-01-24T01:28:52.5971610Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-01-24T01:28:52.5977547Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-01-24T01:28:52.5983638Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-01-24T01:28:52.5992622Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-01-24T01:28:52.6006233Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-01-24T01:28:52.6013219Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-01-24T01:28:52.6025391Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-01-24T01:28:52.6031434Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-01-24T01:28:52.6034966Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-01-24T01:28:52.6038592Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-01-24T01:28:52.6045922Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-01-24T01:28:52.6054699Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-01-24T01:28:52.6060444Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-01-24T01:28:52.6064092Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-01-24T01:28:52.6067777Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-01-24T01:28:52.6071452Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-01-24T01:28:52.6074894Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-01-24T01:28:52.6079585Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-01-24T01:28:52.6084562Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-01-24T01:28:52.6088722Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-01-24T01:28:52.6092486Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-01-24T01:28:52.6095951Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-01-24T01:28:52.6100876Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-01-24T01:28:52.6105766Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-01-24T01:28:52.6109065Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-01-24T01:28:52.6112109Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-01-24T01:28:52.6115493Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-01-24T01:28:52.6119080Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-01-24T01:28:52.6122343Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-01-24T01:28:52.6127210Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-01-24T01:28:52.6131374Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-01-24T01:28:52.6134611Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-01-24T01:28:52.6137628Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-01-24T01:28:52.6140515Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-01-24T01:28:52.6143518Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-01-24T01:28:52.6146915Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-01-24T01:28:52.6150268Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-01-24T01:28:52.6153377Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-01-24T01:28:52.6161339Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-01-24T01:28:52.6165776Z adding 'torch/include/ATen/cuda/cub.h' 2025-01-24T01:28:52.6169275Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-01-24T01:28:52.6173011Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-01-24T01:28:52.6177040Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-01-24T01:28:52.6180320Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-01-24T01:28:52.6184804Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-01-24T01:28:52.6190054Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-01-24T01:28:52.6193539Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-01-24T01:28:52.6197744Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-01-24T01:28:52.6201371Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-01-24T01:28:52.6204421Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-01-24T01:28:52.6208957Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-01-24T01:28:52.6212514Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-01-24T01:28:52.6216283Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-01-24T01:28:52.6219977Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-01-24T01:28:52.6225839Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-01-24T01:28:52.6233181Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-01-24T01:28:52.6238477Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-01-24T01:28:52.6241981Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-01-24T01:28:52.6246639Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-01-24T01:28:52.6251609Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-01-24T01:28:52.6257649Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-01-24T01:28:52.6265919Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-01-24T01:28:52.6269939Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-01-24T01:28:52.6273378Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-01-24T01:28:52.6276955Z adding 'torch/include/ATen/cudnn/Types.h' 2025-01-24T01:28:52.6280638Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-01-24T01:28:52.6284401Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-01-24T01:28:52.6289728Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-01-24T01:28:52.6295014Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-01-24T01:28:52.6299499Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-01-24T01:28:52.6303767Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-01-24T01:28:52.6307939Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-01-24T01:28:52.6311717Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-01-24T01:28:52.6315274Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-01-24T01:28:52.6319168Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-01-24T01:28:52.6323101Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-01-24T01:28:52.6327169Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-01-24T01:28:52.6330966Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-01-24T01:28:52.6335366Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-01-24T01:28:52.6342657Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-01-24T01:28:52.6346990Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-01-24T01:28:52.6352060Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-01-24T01:28:52.6356256Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-01-24T01:28:52.6360773Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-01-24T01:28:52.6364474Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-01-24T01:28:52.6369459Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-01-24T01:28:52.6375156Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-01-24T01:28:52.6378439Z adding 'torch/include/ATen/functorch/Macros.h' 2025-01-24T01:28:52.6382219Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-01-24T01:28:52.6386497Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-01-24T01:28:52.6389817Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-01-24T01:28:52.6394869Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:28:52.6398135Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:28:52.6404370Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-01-24T01:28:52.6408842Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-01-24T01:28:52.6413906Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-01-24T01:28:52.6417469Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-01-24T01:28:52.6420415Z adding 'torch/include/ATen/miopen/Handle.h' 2025-01-24T01:28:52.6423393Z adding 'torch/include/ATen/miopen/Types.h' 2025-01-24T01:28:52.6426372Z adding 'torch/include/ATen/miopen/Utils.h' 2025-01-24T01:28:52.6429225Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-01-24T01:28:52.6433278Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-01-24T01:28:52.6437322Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-01-24T01:28:52.6446412Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-01-24T01:28:52.6451601Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-01-24T01:28:52.6454564Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-01-24T01:28:52.6458648Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-01-24T01:28:52.6462265Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-01-24T01:28:52.6466635Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-01-24T01:28:52.6470478Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-01-24T01:28:52.6478271Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-01-24T01:28:52.6483033Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-01-24T01:28:52.6489780Z adding 'torch/include/ATen/native/Activation.h' 2025-01-24T01:28:52.6493569Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-01-24T01:28:52.6496839Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-01-24T01:28:52.6501724Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-01-24T01:28:52.6506008Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-01-24T01:28:52.6511211Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-01-24T01:28:52.6515773Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-01-24T01:28:52.6519697Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-01-24T01:28:52.6523040Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-01-24T01:28:52.6526981Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-01-24T01:28:52.6530566Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-01-24T01:28:52.6535992Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-01-24T01:28:52.6543361Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-01-24T01:28:52.6547200Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-01-24T01:28:52.6550255Z adding 'torch/include/ATen/native/Copy.h' 2025-01-24T01:28:52.6553466Z adding 'torch/include/ATen/native/Cross.h' 2025-01-24T01:28:52.6557980Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-01-24T01:28:52.6564536Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-01-24T01:28:52.6568144Z adding 'torch/include/ATen/native/Distance.h' 2025-01-24T01:28:52.6575182Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-01-24T01:28:52.6585696Z adding 'torch/include/ATen/native/Distributions.h' 2025-01-24T01:28:52.6590559Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-01-24T01:28:52.6593918Z adding 'torch/include/ATen/native/Fill.h' 2025-01-24T01:28:52.6600876Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-01-24T01:28:52.6604879Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-01-24T01:28:52.6608242Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-01-24T01:28:52.6611279Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-01-24T01:28:52.6614669Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-01-24T01:28:52.6617913Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-01-24T01:28:52.6621127Z adding 'torch/include/ATen/native/Gelu.h' 2025-01-24T01:28:52.6626303Z adding 'torch/include/ATen/native/GridSampler.h' 2025-01-24T01:28:52.6630530Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-01-24T01:28:52.6633783Z adding 'torch/include/ATen/native/Histogram.h' 2025-01-24T01:28:52.6637248Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-01-24T01:28:52.6641624Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-01-24T01:28:52.6645231Z adding 'torch/include/ATen/native/Lerp.h' 2025-01-24T01:28:52.6648568Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-01-24T01:28:52.6660210Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-01-24T01:28:52.6664383Z adding 'torch/include/ATen/native/LossMulti.h' 2025-01-24T01:28:52.6714006Z adding 'torch/include/ATen/native/Math.h' 2025-01-24T01:28:52.6721998Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-01-24T01:28:52.6727694Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-01-24T01:28:52.6732273Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-01-24T01:28:52.6736101Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-01-24T01:28:52.6740492Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-01-24T01:28:52.6744092Z adding 'torch/include/ATen/native/Normalization.h' 2025-01-24T01:28:52.6748036Z adding 'torch/include/ATen/native/Padding.h' 2025-01-24T01:28:52.6751949Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-01-24T01:28:52.6755765Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-01-24T01:28:52.6762012Z adding 'torch/include/ATen/native/Pool.h' 2025-01-24T01:28:52.6766068Z adding 'torch/include/ATen/native/Pow.h' 2025-01-24T01:28:52.6769599Z adding 'torch/include/ATen/native/RNN.h' 2025-01-24T01:28:52.6773023Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-01-24T01:28:52.6776070Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-01-24T01:28:52.6779768Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-01-24T01:28:52.6786598Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-01-24T01:28:52.6790361Z adding 'torch/include/ATen/native/ReductionType.h' 2025-01-24T01:28:52.6793863Z adding 'torch/include/ATen/native/Repeat.h' 2025-01-24T01:28:52.6799589Z adding 'torch/include/ATen/native/Resize.h' 2025-01-24T01:28:52.6803470Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-01-24T01:28:52.6807369Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-01-24T01:28:52.6810781Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-01-24T01:28:52.6816820Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-01-24T01:28:52.6820892Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-01-24T01:28:52.6824024Z adding 'torch/include/ATen/native/Sorting.h' 2025-01-24T01:28:52.6827463Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-01-24T01:28:52.6832230Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-01-24T01:28:52.6836355Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-01-24T01:28:52.6840698Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-01-24T01:28:52.6844587Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-01-24T01:28:52.6848682Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-01-24T01:28:52.6852037Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-01-24T01:28:52.6855269Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-01-24T01:28:52.6858811Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-01-24T01:28:52.6863314Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-01-24T01:28:52.6866430Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-01-24T01:28:52.6870125Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-01-24T01:28:52.6873128Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-01-24T01:28:52.6877317Z adding 'torch/include/ATen/native/TensorShape.h' 2025-01-24T01:28:52.6880686Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-01-24T01:28:52.6884308Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-01-24T01:28:52.6887581Z adding 'torch/include/ATen/native/TransposeType.h' 2025-01-24T01:28:52.6891077Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-01-24T01:28:52.6894176Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-01-24T01:28:52.6898032Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-01-24T01:28:52.6901329Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-01-24T01:28:52.6904466Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-01-24T01:28:52.6908273Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-01-24T01:28:52.6915783Z adding 'torch/include/ATen/native/UpSample.h' 2025-01-24T01:28:52.6919619Z adding 'torch/include/ATen/native/batch_norm.h' 2025-01-24T01:28:52.6922817Z adding 'torch/include/ATen/native/group_norm.h' 2025-01-24T01:28:52.6926688Z adding 'torch/include/ATen/native/im2col.h' 2025-01-24T01:28:52.6931163Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-01-24T01:28:52.6935160Z adding 'torch/include/ATen/native/layer_norm.h' 2025-01-24T01:28:52.6938529Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-01-24T01:28:52.6941999Z adding 'torch/include/ATen/native/vol2col.h' 2025-01-24T01:28:52.6946641Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-01-24T01:28:52.6949686Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-01-24T01:28:52.6952803Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-01-24T01:28:52.6956265Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-01-24T01:28:52.6959421Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-01-24T01:28:52.6965292Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-01-24T01:28:52.6969182Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-01-24T01:28:52.6972485Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-01-24T01:28:52.6976250Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-01-24T01:28:52.6979798Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-01-24T01:28:52.6983242Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-01-24T01:28:52.6986950Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-01-24T01:28:52.6993203Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-01-24T01:28:52.6996761Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-01-24T01:28:52.6999811Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-01-24T01:28:52.7005798Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-01-24T01:28:52.7010719Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-01-24T01:28:52.7014381Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-01-24T01:28:52.7017452Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-01-24T01:28:52.7021943Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-01-24T01:28:52.7025526Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-01-24T01:28:52.7028712Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-01-24T01:28:52.7031974Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-01-24T01:28:52.7048684Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-01-24T01:28:52.7053175Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-01-24T01:28:52.7060311Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-01-24T01:28:52.7064143Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-01-24T01:28:52.7067746Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-01-24T01:28:52.7072431Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-01-24T01:28:52.7077301Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-01-24T01:28:52.7081715Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-01-24T01:28:52.7087196Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-01-24T01:28:52.7090644Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-01-24T01:28:52.7096543Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-01-24T01:28:52.7103121Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-01-24T01:28:52.7106945Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-01-24T01:28:52.7110097Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-01-24T01:28:52.7118542Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-01-24T01:28:52.7122655Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-01-24T01:28:52.7126071Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-01-24T01:28:52.7135517Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-01-24T01:28:52.7139696Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-01-24T01:28:52.7143063Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-01-24T01:28:52.7148965Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-01-24T01:28:52.7152766Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-01-24T01:28:52.7158050Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-01-24T01:28:52.7161840Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-01-24T01:28:52.7164841Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-01-24T01:28:52.7169755Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-01-24T01:28:52.7174696Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-01-24T01:28:52.7178341Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-01-24T01:28:52.7183922Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-01-24T01:28:52.7220806Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-01-24T01:28:52.7230644Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-01-24T01:28:52.7234954Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-01-24T01:28:52.7241781Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-01-24T01:28:52.7262332Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-01-24T01:28:52.7270797Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-01-24T01:28:52.7275013Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-01-24T01:28:52.7278715Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-01-24T01:28:52.7296528Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-01-24T01:28:52.7301312Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-01-24T01:28:52.7304770Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-01-24T01:28:52.7307934Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-01-24T01:28:52.7311015Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-01-24T01:28:52.7318421Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-01-24T01:28:52.7322103Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-01-24T01:28:52.7325222Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-01-24T01:28:52.7331097Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-01-24T01:28:52.7334556Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-01-24T01:28:52.7338984Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-01-24T01:28:52.7345319Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-01-24T01:28:52.7353152Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-01-24T01:28:52.7356648Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-01-24T01:28:52.7359650Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-01-24T01:28:52.7363007Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-01-24T01:28:52.7368496Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-01-24T01:28:52.7372671Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-01-24T01:28:52.7376193Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-01-24T01:28:52.7379503Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-01-24T01:28:52.7384307Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-01-24T01:28:52.7388236Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-01-24T01:28:52.7391320Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-01-24T01:28:52.7396103Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-01-24T01:28:52.7400986Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-01-24T01:28:52.7409503Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-01-24T01:28:52.7413279Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-01-24T01:28:52.7418410Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-01-24T01:28:52.7422684Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-01-24T01:28:52.7425820Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-01-24T01:28:52.7430473Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-01-24T01:28:52.7434004Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-01-24T01:28:52.7438134Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-01-24T01:28:52.7441618Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-01-24T01:28:52.7445487Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-01-24T01:28:52.7455685Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-01-24T01:28:52.7460136Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-01-24T01:28:52.7463938Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-01-24T01:28:52.7467893Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-01-24T01:28:52.7472020Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-01-24T01:28:52.7475489Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-01-24T01:28:52.7479021Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-01-24T01:28:52.7483474Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-01-24T01:28:52.7489051Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-01-24T01:28:52.7497044Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-01-24T01:28:52.7501205Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-01-24T01:28:52.7539412Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-01-24T01:28:52.7543393Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-01-24T01:28:52.7547683Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-01-24T01:28:52.7551148Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-01-24T01:28:52.7558467Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-01-24T01:28:52.7563834Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-01-24T01:28:52.7567779Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-01-24T01:28:52.7571451Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-01-24T01:28:52.7574750Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-01-24T01:28:52.7578832Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-01-24T01:28:52.7582456Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-01-24T01:28:52.7586333Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-01-24T01:28:52.7589579Z adding 'torch/include/ATen/native/quantized/library.h' 2025-01-24T01:28:52.7594198Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-01-24T01:28:52.7597785Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-01-24T01:28:52.7603930Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-01-24T01:28:52.7611721Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-01-24T01:28:52.7618020Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-01-24T01:28:52.7622959Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-01-24T01:28:52.7626379Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-01-24T01:28:52.7632147Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-01-24T01:28:52.7638600Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-01-24T01:28:52.7644495Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-01-24T01:28:52.7647974Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-01-24T01:28:52.7651560Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-01-24T01:28:52.7655032Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-01-24T01:28:52.7658367Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-01-24T01:28:52.7661798Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-01-24T01:28:52.7666468Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-01-24T01:28:52.7673597Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-01-24T01:28:52.7678169Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-01-24T01:28:52.7681598Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-01-24T01:28:52.7685466Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-01-24T01:28:52.7879661Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-01-24T01:28:52.7882813Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-01-24T01:28:52.7886588Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.7889971Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:28:52.7893309Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:28:52.7896665Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:28:52.7900173Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:28:52.7903871Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.7907298Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:28:52.7910494Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:28:52.7913718Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-01-24T01:28:52.7917152Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-01-24T01:28:52.7920920Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-01-24T01:28:52.7924430Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-01-24T01:28:52.7927985Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.7931369Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:28:52.7934617Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:28:52.7938077Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:28:52.7941528Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:28:52.7945158Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.7948474Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:28:52.7952358Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:28:52.7955776Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-01-24T01:28:52.7959220Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-01-24T01:28:52.7962557Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-01-24T01:28:52.7966141Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.7969210Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-01-24T01:28:52.7972735Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-01-24T01:28:52.7976043Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-01-24T01:28:52.7979919Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.7983162Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-01-24T01:28:52.7986610Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-01-24T01:28:52.7989953Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-01-24T01:28:52.7993709Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-01-24T01:28:52.7997380Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-01-24T01:28:52.8001069Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:52.8004315Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-01-24T01:28:52.8007753Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-01-24T01:28:52.8010929Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-01-24T01:28:52.8014429Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-01-24T01:28:52.8017822Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-01-24T01:28:52.8021460Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-01-24T01:28:52.8025123Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-01-24T01:28:52.8028569Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8031936Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-01-24T01:28:52.8035182Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-01-24T01:28:52.8038519Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-01-24T01:28:52.8042229Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-01-24T01:28:52.8045886Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-01-24T01:28:52.8049718Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8052953Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-01-24T01:28:52.8056428Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-01-24T01:28:52.8059942Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-01-24T01:28:52.8063416Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-01-24T01:28:52.8067026Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-01-24T01:28:52.8070579Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8074003Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-01-24T01:28:52.8077443Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-01-24T01:28:52.8080686Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-01-24T01:28:52.8084043Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-01-24T01:28:52.8087589Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-01-24T01:28:52.8091046Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-01-24T01:28:52.8094380Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-01-24T01:28:52.8097744Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-01-24T01:28:52.8101035Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-01-24T01:28:52.8104343Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-01-24T01:28:52.8107574Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-01-24T01:28:52.8111034Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8114044Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-01-24T01:28:52.8117494Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-01-24T01:28:52.8120991Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-01-24T01:28:52.8124621Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8127782Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-01-24T01:28:52.8130956Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-01-24T01:28:52.8134299Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-01-24T01:28:52.8137558Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-01-24T01:28:52.8140958Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8143991Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-01-24T01:28:52.8147446Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-01-24T01:28:52.8150601Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-01-24T01:28:52.8153973Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8157002Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-01-24T01:28:52.8160292Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-01-24T01:28:52.8163321Z adding 'torch/include/ATen/ops/_backward.h' 2025-01-24T01:28:52.8166789Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8169721Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-01-24T01:28:52.8173026Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-01-24T01:28:52.8176372Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-01-24T01:28:52.8179936Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-01-24T01:28:52.8183449Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8186569Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-01-24T01:28:52.8190007Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-01-24T01:28:52.8193448Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8196526Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-01-24T01:28:52.8199901Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-01-24T01:28:52.8203501Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-01-24T01:28:52.8207090Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8210443Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-01-24T01:28:52.8214102Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-01-24T01:28:52.8218307Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-01-24T01:28:52.8222094Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8225523Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-01-24T01:28:52.8229412Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-01-24T01:28:52.8232948Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-01-24T01:28:52.8237012Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-01-24T01:28:52.8240797Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-01-24T01:28:52.8244858Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8248451Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-01-24T01:28:52.8252323Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-01-24T01:28:52.8256051Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-01-24T01:28:52.8260209Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8263788Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-01-24T01:28:52.8267630Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-01-24T01:28:52.8271474Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-01-24T01:28:52.8275355Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8278912Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-01-24T01:28:52.8282835Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-01-24T01:28:52.8286158Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-01-24T01:28:52.8289808Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8292829Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-01-24T01:28:52.8296301Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-01-24T01:28:52.8299671Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-01-24T01:28:52.8303274Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8306291Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-01-24T01:28:52.8309769Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-01-24T01:28:52.8312996Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-01-24T01:28:52.8316368Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8319557Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-01-24T01:28:52.8322939Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-01-24T01:28:52.8326030Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-01-24T01:28:52.8329391Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8332395Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-01-24T01:28:52.8335861Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-01-24T01:28:52.8339235Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-01-24T01:28:52.8342621Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8345652Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-01-24T01:28:52.8348884Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-01-24T01:28:52.8352207Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-01-24T01:28:52.8355648Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8358778Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-01-24T01:28:52.8361954Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-01-24T01:28:52.8365040Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-01-24T01:28:52.8368601Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-01-24T01:28:52.8371936Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-01-24T01:28:52.8375341Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8378623Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-01-24T01:28:52.8381821Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-01-24T01:28:52.8385138Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-01-24T01:28:52.8388505Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-01-24T01:28:52.8391803Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-01-24T01:28:52.8395245Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8398398Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-01-24T01:28:52.8401600Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-01-24T01:28:52.8404721Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-01-24T01:28:52.8408038Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-01-24T01:28:52.8411299Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-01-24T01:28:52.8414690Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8417829Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-01-24T01:28:52.8421170Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-01-24T01:28:52.8424532Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-01-24T01:28:52.8427958Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8431283Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-01-24T01:28:52.8434439Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-01-24T01:28:52.8438324Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-01-24T01:28:52.8441452Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-01-24T01:28:52.8444848Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8448066Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-01-24T01:28:52.8451676Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-01-24T01:28:52.8454868Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-01-24T01:28:52.8458456Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8461732Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-01-24T01:28:52.8465692Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-01-24T01:28:52.8468463Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-01-24T01:28:52.8471993Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-01-24T01:28:52.8475303Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-01-24T01:28:52.8479226Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-01-24T01:28:52.8482534Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-01-24T01:28:52.8493641Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-01-24T01:28:52.8494274Z adding 'torch/include/ATen/ops/_conj.h' 2025-01-24T01:28:52.8494789Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8495873Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-01-24T01:28:52.8499458Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8503080Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:52.8506562Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-01-24T01:28:52.8509473Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-01-24T01:28:52.8512796Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-01-24T01:28:52.8516057Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-01-24T01:28:52.8519451Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-01-24T01:28:52.8524032Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8526181Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-01-24T01:28:52.8530056Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-01-24T01:28:52.8533430Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-01-24T01:28:52.8537414Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-01-24T01:28:52.8541762Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-01-24T01:28:52.8544267Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-01-24T01:28:52.8547800Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-01-24T01:28:52.8551346Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:52.8554651Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-01-24T01:28:52.8558647Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-01-24T01:28:52.8569230Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-01-24T01:28:52.8572806Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-01-24T01:28:52.8576265Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-01-24T01:28:52.8580570Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-01-24T01:28:52.8583632Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-01-24T01:28:52.8587072Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:52.8590253Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-01-24T01:28:52.8593763Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-01-24T01:28:52.8597085Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-01-24T01:28:52.8600599Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-01-24T01:28:52.8604047Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-01-24T01:28:52.8607331Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-01-24T01:28:52.8610744Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-01-24T01:28:52.8614017Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-01-24T01:28:52.8617546Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-01-24T01:28:52.8621118Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-01-24T01:28:52.8624183Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-01-24T01:28:52.8627656Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-01-24T01:28:52.8630849Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-01-24T01:28:52.8636140Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-01-24T01:28:52.8640492Z adding 'torch/include/ATen/ops/_convolution.h' 2025-01-24T01:28:52.8644687Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8648161Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8651831Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-01-24T01:28:52.8655474Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8658987Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-01-24T01:28:52.8662646Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-01-24T01:28:52.8666103Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-01-24T01:28:52.8669879Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8673013Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-01-24T01:28:52.8676516Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-01-24T01:28:52.8679903Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-01-24T01:28:52.8683555Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-01-24T01:28:52.8687070Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-01-24T01:28:52.8690345Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-01-24T01:28:52.8694031Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8697227Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-01-24T01:28:52.8700771Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-01-24T01:28:52.8704306Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8707401Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-01-24T01:28:52.8710944Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-01-24T01:28:52.8714118Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-01-24T01:28:52.8717945Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-01-24T01:28:52.8721223Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-01-24T01:28:52.8724577Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-01-24T01:28:52.8728176Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-01-24T01:28:52.8731467Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-01-24T01:28:52.8735170Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-01-24T01:28:52.8739233Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-01-24T01:28:52.8743139Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-01-24T01:28:52.8747138Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-01-24T01:28:52.8750915Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-01-24T01:28:52.8754752Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-01-24T01:28:52.8758242Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-01-24T01:28:52.8762072Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-01-24T01:28:52.8765791Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8769033Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:52.8772669Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:52.8776136Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-01-24T01:28:52.8780030Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-01-24T01:28:52.8783478Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8786691Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-01-24T01:28:52.8790165Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-01-24T01:28:52.8793447Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-01-24T01:28:52.8796769Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-01-24T01:28:52.8800436Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-01-24T01:28:52.8803976Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-01-24T01:28:52.8807767Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8810980Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:28:52.8814147Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-01-24T01:28:52.8817821Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-01-24T01:28:52.8821326Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-01-24T01:28:52.8824777Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8827971Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-01-24T01:28:52.8831106Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-01-24T01:28:52.8834505Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-01-24T01:28:52.8838887Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-01-24T01:28:52.8843670Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-01-24T01:28:52.8847670Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8851078Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-01-24T01:28:52.8854411Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-01-24T01:28:52.8858314Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-01-24T01:28:52.8862018Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8865359Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-01-24T01:28:52.8869066Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-01-24T01:28:52.8872747Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.8875933Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-01-24T01:28:52.8879110Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:28:52.8882745Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:28:52.8885980Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-01-24T01:28:52.8889888Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-01-24T01:28:52.8893314Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-01-24T01:28:52.8896894Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8899939Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-01-24T01:28:52.8903216Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-01-24T01:28:52.8906403Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-01-24T01:28:52.8909849Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8912806Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-01-24T01:28:52.8916067Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-01-24T01:28:52.8919219Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-01-24T01:28:52.8922562Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8925671Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-01-24T01:28:52.8928807Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-01-24T01:28:52.8932021Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-01-24T01:28:52.8935372Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8938529Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-01-24T01:28:52.8941778Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-01-24T01:28:52.8944953Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-01-24T01:28:52.8948189Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-01-24T01:28:52.8951370Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-01-24T01:28:52.8954461Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-01-24T01:28:52.8957761Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-01-24T01:28:52.8960932Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-01-24T01:28:52.8964185Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-01-24T01:28:52.8967373Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-01-24T01:28:52.8970488Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-01-24T01:28:52.8973763Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-01-24T01:28:52.8977051Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-01-24T01:28:52.8980445Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.8983475Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-01-24T01:28:52.8986799Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-01-24T01:28:52.8989853Z adding 'torch/include/ATen/ops/_dimI.h' 2025-01-24T01:28:52.8992926Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-01-24T01:28:52.8996324Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-01-24T01:28:52.8999426Z adding 'torch/include/ATen/ops/_dimV.h' 2025-01-24T01:28:52.9002933Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-01-24T01:28:52.9006827Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-01-24T01:28:52.9009305Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-01-24T01:28:52.9012935Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.9015892Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-01-24T01:28:52.9019337Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-01-24T01:28:52.9022605Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-01-24T01:28:52.9026294Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9029396Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-01-24T01:28:52.9033282Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-01-24T01:28:52.9036599Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-01-24T01:28:52.9039947Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-01-24T01:28:52.9043390Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-01-24T01:28:52.9046844Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-01-24T01:28:52.9050506Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-01-24T01:28:52.9053647Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-01-24T01:28:52.9056998Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-01-24T01:28:52.9060527Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-01-24T01:28:52.9063649Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-01-24T01:28:52.9067161Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-01-24T01:28:52.9071150Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-01-24T01:28:52.9074805Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9078143Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-01-24T01:28:52.9081683Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-01-24T01:28:52.9085604Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-01-24T01:28:52.9089350Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-01-24T01:28:52.9092666Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-01-24T01:28:52.9096409Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-01-24T01:28:52.9100524Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-01-24T01:28:52.9104121Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9107490Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-01-24T01:28:52.9110843Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-01-24T01:28:52.9114389Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-01-24T01:28:52.9117807Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-01-24T01:28:52.9121278Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-01-24T01:28:52.9124910Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-01-24T01:28:52.9128462Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-01-24T01:28:52.9132095Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-01-24T01:28:52.9135602Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9138978Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-01-24T01:28:52.9142517Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-01-24T01:28:52.9146011Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9149398Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-01-24T01:28:52.9152731Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-01-24T01:28:52.9156693Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-01-24T01:28:52.9160712Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9163977Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-01-24T01:28:52.9167498Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9170894Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-01-24T01:28:52.9174533Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-01-24T01:28:52.9178269Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-01-24T01:28:52.9181906Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9185342Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-01-24T01:28:52.9188817Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-01-24T01:28:52.9192017Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-01-24T01:28:52.9195744Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-01-24T01:28:52.9199200Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-01-24T01:28:52.9202892Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-01-24T01:28:52.9206685Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-01-24T01:28:52.9210275Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9213666Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-01-24T01:28:52.9217002Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9220530Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-01-24T01:28:52.9224256Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-01-24T01:28:52.9227579Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-01-24T01:28:52.9231289Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:52.9234410Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-01-24T01:28:52.9238385Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-01-24T01:28:52.9242961Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-01-24T01:28:52.9247435Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9251309Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-01-24T01:28:52.9254772Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-01-24T01:28:52.9258611Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-01-24T01:28:52.9262782Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-01-24T01:28:52.9266965Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9270460Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-01-24T01:28:52.9273881Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-01-24T01:28:52.9277641Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-01-24T01:28:52.9280880Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-01-24T01:28:52.9284357Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9287275Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-01-24T01:28:52.9290937Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-01-24T01:28:52.9294436Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-01-24T01:28:52.9297928Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-01-24T01:28:52.9301318Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-01-24T01:28:52.9305409Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9308637Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-01-24T01:28:52.9312064Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-01-24T01:28:52.9315471Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9318758Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-01-24T01:28:52.9321932Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-01-24T01:28:52.9325062Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-01-24T01:28:52.9328435Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-01-24T01:28:52.9331791Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-01-24T01:28:52.9335202Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-01-24T01:28:52.9338931Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-01-24T01:28:52.9342242Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9345399Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-01-24T01:28:52.9349451Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-01-24T01:28:52.9352234Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9355339Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-01-24T01:28:52.9358626Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-01-24T01:28:52.9361808Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-01-24T01:28:52.9365278Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-01-24T01:28:52.9368766Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-01-24T01:28:52.9372365Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9375595Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-01-24T01:28:52.9379006Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-01-24T01:28:52.9382309Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-01-24T01:28:52.9385862Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-01-24T01:28:52.9389310Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-01-24T01:28:52.9392966Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-01-24T01:28:52.9396295Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-01-24T01:28:52.9399656Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-01-24T01:28:52.9403151Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-01-24T01:28:52.9406779Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-01-24T01:28:52.9410466Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-01-24T01:28:52.9413826Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-01-24T01:28:52.9417332Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-01-24T01:28:52.9420793Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-01-24T01:28:52.9424228Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-01-24T01:28:52.9428026Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-01-24T01:28:52.9431064Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-01-24T01:28:52.9435165Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-01-24T01:28:52.9438717Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-01-24T01:28:52.9442169Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-01-24T01:28:52.9445732Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-01-24T01:28:52.9448838Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-01-24T01:28:52.9452105Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-01-24T01:28:52.9455390Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-01-24T01:28:52.9459318Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-01-24T01:28:52.9463084Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:28:52.9466644Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-01-24T01:28:52.9470008Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-01-24T01:28:52.9473734Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-01-24T01:28:52.9477415Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-01-24T01:28:52.9481125Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-01-24T01:28:52.9484425Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-01-24T01:28:52.9487894Z adding 'torch/include/ATen/ops/_foobar.h' 2025-01-24T01:28:52.9491508Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9494912Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-01-24T01:28:52.9498069Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-01-24T01:28:52.9501441Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-01-24T01:28:52.9504877Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-01-24T01:28:52.9508456Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9511684Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-01-24T01:28:52.9514864Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-01-24T01:28:52.9518330Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-01-24T01:28:52.9521809Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-01-24T01:28:52.9525232Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9528502Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-01-24T01:28:52.9531649Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-01-24T01:28:52.9535225Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-01-24T01:28:52.9539211Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-01-24T01:28:52.9542937Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9546409Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-01-24T01:28:52.9549798Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-01-24T01:28:52.9554089Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-01-24T01:28:52.9558241Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-01-24T01:28:52.9562925Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9566073Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-01-24T01:28:52.9570175Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-01-24T01:28:52.9574221Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-01-24T01:28:52.9578214Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-01-24T01:28:52.9582100Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9585427Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-01-24T01:28:52.9589044Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-01-24T01:28:52.9593126Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-01-24T01:28:52.9596619Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-01-24T01:28:52.9600302Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9603562Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-01-24T01:28:52.9606774Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-01-24T01:28:52.9610307Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-01-24T01:28:52.9613704Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-01-24T01:28:52.9617447Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9620647Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-01-24T01:28:52.9623980Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-01-24T01:28:52.9627433Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-01-24T01:28:52.9630760Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-01-24T01:28:52.9634380Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9637839Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-01-24T01:28:52.9641112Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-01-24T01:28:52.9644362Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-01-24T01:28:52.9648012Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-01-24T01:28:52.9651811Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9655124Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-01-24T01:28:52.9658668Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-01-24T01:28:52.9662603Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-01-24T01:28:52.9666274Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-01-24T01:28:52.9670077Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9673295Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-01-24T01:28:52.9676772Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-01-24T01:28:52.9680723Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-01-24T01:28:52.9684240Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-01-24T01:28:52.9687896Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9691123Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-01-24T01:28:52.9694455Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-01-24T01:28:52.9698385Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-01-24T01:28:52.9701534Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-01-24T01:28:52.9705013Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9708170Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-01-24T01:28:52.9711490Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-01-24T01:28:52.9714986Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-01-24T01:28:52.9718343Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-01-24T01:28:52.9721884Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9725088Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-01-24T01:28:52.9728371Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-01-24T01:28:52.9731782Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-01-24T01:28:52.9735593Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-01-24T01:28:52.9739573Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9742875Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-01-24T01:28:52.9746482Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-01-24T01:28:52.9750467Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-01-24T01:28:52.9753930Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-01-24T01:28:52.9757631Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9760801Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-01-24T01:28:52.9764014Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-01-24T01:28:52.9767276Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-01-24T01:28:52.9770565Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-01-24T01:28:52.9774406Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9777711Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-01-24T01:28:52.9780567Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-01-24T01:28:52.9783888Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-01-24T01:28:52.9787158Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-01-24T01:28:52.9790563Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9793651Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-01-24T01:28:52.9796753Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-01-24T01:28:52.9800071Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-01-24T01:28:52.9803303Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-01-24T01:28:52.9807295Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9810266Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-01-24T01:28:52.9813275Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-01-24T01:28:52.9816562Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-01-24T01:28:52.9819947Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-01-24T01:28:52.9823369Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9826504Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-01-24T01:28:52.9829638Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-01-24T01:28:52.9832998Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-01-24T01:28:52.9836277Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-01-24T01:28:52.9839666Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9843187Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-01-24T01:28:52.9846326Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-01-24T01:28:52.9849643Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-01-24T01:28:52.9853143Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-01-24T01:28:52.9856695Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9860174Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-01-24T01:28:52.9863650Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-01-24T01:28:52.9867484Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-01-24T01:28:52.9870884Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-01-24T01:28:52.9874283Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9877372Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-01-24T01:28:52.9880461Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-01-24T01:28:52.9883850Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-01-24T01:28:52.9887105Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-01-24T01:28:52.9890322Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-01-24T01:28:52.9893713Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9897107Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-01-24T01:28:52.9900424Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-01-24T01:28:52.9903761Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-01-24T01:28:52.9907013Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-01-24T01:28:52.9910458Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9913665Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-01-24T01:28:52.9916685Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-01-24T01:28:52.9920029Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-01-24T01:28:52.9923294Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-01-24T01:28:52.9926711Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9930118Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-01-24T01:28:52.9932998Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-01-24T01:28:52.9936262Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-01-24T01:28:52.9939924Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9943075Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-01-24T01:28:52.9946243Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-01-24T01:28:52.9949598Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-01-24T01:28:52.9952808Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-01-24T01:28:52.9956269Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9959473Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-01-24T01:28:52.9962853Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-01-24T01:28:52.9966399Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-01-24T01:28:52.9969901Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-01-24T01:28:52.9973556Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9976968Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-01-24T01:28:52.9980973Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-01-24T01:28:52.9984217Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-01-24T01:28:52.9988120Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-01-24T01:28:52.9992586Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:52.9995190Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-01-24T01:28:52.9998700Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-01-24T01:28:53.0002388Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-01-24T01:28:53.0006355Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-01-24T01:28:53.0010217Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0013471Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-01-24T01:28:53.0017094Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-01-24T01:28:53.0021240Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-01-24T01:28:53.0024800Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-01-24T01:28:53.0028422Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0031595Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-01-24T01:28:53.0034906Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-01-24T01:28:53.0038321Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-01-24T01:28:53.0041839Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-01-24T01:28:53.0045444Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0048643Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-01-24T01:28:53.0052028Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-01-24T01:28:53.0055457Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-01-24T01:28:53.0059296Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-01-24T01:28:53.0063062Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0066354Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-01-24T01:28:53.0069944Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-01-24T01:28:53.0073813Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-01-24T01:28:53.0077294Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-01-24T01:28:53.0080953Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0084105Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-01-24T01:28:53.0087445Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-01-24T01:28:53.0090821Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-01-24T01:28:53.0094564Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-01-24T01:28:53.0098034Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0101164Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-01-24T01:28:53.0104452Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-01-24T01:28:53.0107819Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-01-24T01:28:53.0111558Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-01-24T01:28:53.0115090Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0118506Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-01-24T01:28:53.0121528Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-01-24T01:28:53.0124942Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-01-24T01:28:53.0128336Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-01-24T01:28:53.0131707Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0135017Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-01-24T01:28:53.0138287Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-01-24T01:28:53.0142087Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-01-24T01:28:53.0145473Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-01-24T01:28:53.0148915Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0152190Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-01-24T01:28:53.0155302Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-01-24T01:28:53.0158965Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-01-24T01:28:53.0162346Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-01-24T01:28:53.0165833Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0169113Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-01-24T01:28:53.0172252Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-01-24T01:28:53.0175860Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-01-24T01:28:53.0179358Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-01-24T01:28:53.0182913Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0186169Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-01-24T01:28:53.0189309Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-01-24T01:28:53.0192850Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-01-24T01:28:53.0196181Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-01-24T01:28:53.0199704Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0202848Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-01-24T01:28:53.0206097Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-01-24T01:28:53.0209548Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-01-24T01:28:53.0213137Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-01-24T01:28:53.0216961Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0220344Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-01-24T01:28:53.0223924Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-01-24T01:28:53.0228582Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-01-24T01:28:53.0232155Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-01-24T01:28:53.0235689Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0239023Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-01-24T01:28:53.0242242Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-01-24T01:28:53.0245915Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-01-24T01:28:53.0249755Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-01-24T01:28:53.0253172Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0256526Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-01-24T01:28:53.0259798Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-01-24T01:28:53.0263409Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-01-24T01:28:53.0266694Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-01-24T01:28:53.0270406Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0273594Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-01-24T01:28:53.0276994Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-01-24T01:28:53.0280249Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-01-24T01:28:53.0283476Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-01-24T01:28:53.0287141Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0290272Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-01-24T01:28:53.0293394Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-01-24T01:28:53.0297130Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-01-24T01:28:53.0300490Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-01-24T01:28:53.0304093Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-01-24T01:28:53.0307191Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-01-24T01:28:53.0310488Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-01-24T01:28:53.0313667Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-01-24T01:28:53.0317047Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0320031Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-01-24T01:28:53.0323273Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-01-24T01:28:53.0326496Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-01-24T01:28:53.0329881Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0333187Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-01-24T01:28:53.0336705Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0339901Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-01-24T01:28:53.0343168Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-01-24T01:28:53.0346285Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-01-24T01:28:53.0349583Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-01-24T01:28:53.0352977Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-01-24T01:28:53.0356556Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0359734Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-01-24T01:28:53.0362959Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-01-24T01:28:53.0366526Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-01-24T01:28:53.0370548Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-01-24T01:28:53.0374303Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0377708Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-01-24T01:28:53.0381036Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-01-24T01:28:53.0384408Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-01-24T01:28:53.0388973Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-01-24T01:28:53.0393274Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-01-24T01:28:53.0397100Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0400543Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-01-24T01:28:53.0403825Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-01-24T01:28:53.0407206Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-01-24T01:28:53.0411343Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-01-24T01:28:53.0414952Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-01-24T01:28:53.0418552Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0421802Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-01-24T01:28:53.0425031Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-01-24T01:28:53.0428317Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-01-24T01:28:53.0431984Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-01-24T01:28:53.0435656Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0438923Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-01-24T01:28:53.0442207Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-01-24T01:28:53.0445469Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-01-24T01:28:53.0449215Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-01-24T01:28:53.0452553Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-01-24T01:28:53.0455892Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-01-24T01:28:53.0459305Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-01-24T01:28:53.0462572Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-01-24T01:28:53.0465743Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-01-24T01:28:53.0469089Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-01-24T01:28:53.0472779Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-01-24T01:28:53.0476573Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0479825Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-01-24T01:28:53.0483128Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-01-24T01:28:53.0486501Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-01-24T01:28:53.0490480Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-01-24T01:28:53.0493817Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-01-24T01:28:53.0497304Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0500424Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-01-24T01:28:53.0503835Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0507128Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0510074Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-01-24T01:28:53.0513342Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-01-24T01:28:53.0516442Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-01-24T01:28:53.0519643Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-01-24T01:28:53.0522928Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-01-24T01:28:53.0526268Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.0529741Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-01-24T01:28:53.0533968Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-01-24T01:28:53.0537409Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-01-24T01:28:53.0540752Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-01-24T01:28:53.0544205Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.0547249Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-01-24T01:28:53.0550562Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-01-24T01:28:53.0554003Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0557815Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-01-24T01:28:53.0560667Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-01-24T01:28:53.0564055Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-01-24T01:28:53.0567577Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.0570728Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-01-24T01:28:53.0573897Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-01-24T01:28:53.0577331Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-01-24T01:28:53.0580910Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0583952Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-01-24T01:28:53.0592947Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-01-24T01:28:53.0593432Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-01-24T01:28:53.0594189Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0598493Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-01-24T01:28:53.0600780Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-01-24T01:28:53.0604674Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-01-24T01:28:53.0607773Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-01-24T01:28:53.0611655Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0614644Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-01-24T01:28:53.0618110Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-01-24T01:28:53.0621680Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-01-24T01:28:53.0625065Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-01-24T01:28:53.0628722Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0631908Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-01-24T01:28:53.0635199Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-01-24T01:28:53.0638628Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-01-24T01:28:53.0642092Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-01-24T01:28:53.0645700Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0648870Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-01-24T01:28:53.0652316Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-01-24T01:28:53.0655931Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-01-24T01:28:53.0659584Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-01-24T01:28:53.0663111Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-01-24T01:28:53.0666287Z adding 'torch/include/ATen/ops/_indices.h' 2025-01-24T01:28:53.0669678Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-01-24T01:28:53.0673095Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0676660Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0679683Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-01-24T01:28:53.0683146Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-01-24T01:28:53.0686465Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-01-24T01:28:53.0689764Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-01-24T01:28:53.0693169Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-01-24T01:28:53.0696421Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-01-24T01:28:53.0699972Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-01-24T01:28:53.0703078Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-01-24T01:28:53.0706592Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-01-24T01:28:53.0710034Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-01-24T01:28:53.0713350Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0716478Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-01-24T01:28:53.0719682Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-01-24T01:28:53.0723006Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-01-24T01:28:53.0726345Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0729589Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-01-24T01:28:53.0732813Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-01-24T01:28:53.0736168Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-01-24T01:28:53.0739849Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.0742878Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-01-24T01:28:53.0746338Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-01-24T01:28:53.0749724Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-01-24T01:28:53.0753631Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-01-24T01:28:53.0757455Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-01-24T01:28:53.0761038Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-01-24T01:28:53.0765077Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-01-24T01:28:53.0768685Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-01-24T01:28:53.0772258Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0775376Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-01-24T01:28:53.0778810Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-01-24T01:28:53.0782233Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-01-24T01:28:53.0785636Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.0788858Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-01-24T01:28:53.0792140Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-01-24T01:28:53.0795642Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-01-24T01:28:53.0799148Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0802244Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-01-24T01:28:53.0805675Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-01-24T01:28:53.0808823Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-01-24T01:28:53.0812166Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-01-24T01:28:53.0815170Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-01-24T01:28:53.0818615Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-01-24T01:28:53.0822135Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-01-24T01:28:53.0825690Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0828815Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-01-24T01:28:53.0832052Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-01-24T01:28:53.0835156Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-01-24T01:28:53.0838438Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-01-24T01:28:53.0841577Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-01-24T01:28:53.0844882Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-01-24T01:28:53.0848018Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-01-24T01:28:53.0851273Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:28:53.0854645Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:28:53.0857836Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-01-24T01:28:53.0861123Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-01-24T01:28:53.0864304Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-01-24T01:28:53.0867755Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0870799Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-01-24T01:28:53.0874020Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-01-24T01:28:53.0877174Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-01-24T01:28:53.0880434Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-01-24T01:28:53.0883546Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-01-24T01:28:53.0886881Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-01-24T01:28:53.0890203Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-01-24T01:28:53.0893722Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0896862Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-01-24T01:28:53.0900240Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-01-24T01:28:53.0903557Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-01-24T01:28:53.0906870Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-01-24T01:28:53.0910142Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-01-24T01:28:53.0914252Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-01-24T01:28:53.0921662Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-01-24T01:28:53.0925506Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0928702Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-01-24T01:28:53.0932028Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-01-24T01:28:53.0935591Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-01-24T01:28:53.0939082Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-01-24T01:28:53.0942345Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-01-24T01:28:53.0946099Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-01-24T01:28:53.0949333Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-01-24T01:28:53.0952846Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-01-24T01:28:53.0956214Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-01-24T01:28:53.0959721Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-01-24T01:28:53.0962898Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-01-24T01:28:53.0966108Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-01-24T01:28:53.0969715Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-01-24T01:28:53.0973170Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.0976489Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:28:53.0980056Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:28:53.0983460Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-01-24T01:28:53.0986977Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:28:53.0990201Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-01-24T01:28:53.0993758Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-01-24T01:28:53.0997616Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1000629Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-01-24T01:28:53.1004061Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-01-24T01:28:53.1007170Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-01-24T01:28:53.1011444Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-01-24T01:28:53.1014882Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-01-24T01:28:53.1018721Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-01-24T01:28:53.1022033Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-01-24T01:28:53.1025312Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-01-24T01:28:53.1028716Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-01-24T01:28:53.1031871Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-01-24T01:28:53.1035399Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-01-24T01:28:53.1039101Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-01-24T01:28:53.1042759Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1046060Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-01-24T01:28:53.1049645Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-01-24T01:28:53.1053410Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-01-24T01:28:53.1056933Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1060245Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-01-24T01:28:53.1063529Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-01-24T01:28:53.1066926Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-01-24T01:28:53.1070536Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-01-24T01:28:53.1073825Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-01-24T01:28:53.1077293Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-01-24T01:28:53.1080666Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-01-24T01:28:53.1084078Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1087360Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-01-24T01:28:53.1090836Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1094424Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1097597Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-01-24T01:28:53.1101059Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-01-24T01:28:53.1104388Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-01-24T01:28:53.1107671Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-01-24T01:28:53.1111234Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-01-24T01:28:53.1114793Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1118228Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:28:53.1121582Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:28:53.1124744Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-01-24T01:28:53.1128320Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-01-24T01:28:53.1131679Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-01-24T01:28:53.1135379Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1138877Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:28:53.1142187Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:28:53.1145551Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-01-24T01:28:53.1148997Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-01-24T01:28:53.1152452Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-01-24T01:28:53.1155976Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1159280Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-01-24T01:28:53.1162665Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-01-24T01:28:53.1166085Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-01-24T01:28:53.1169641Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-01-24T01:28:53.1173095Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-01-24T01:28:53.1176889Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1180444Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-01-24T01:28:53.1183583Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-01-24T01:28:53.1186915Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-01-24T01:28:53.1190866Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-01-24T01:28:53.1194523Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1197879Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-01-24T01:28:53.1201255Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-01-24T01:28:53.1204620Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-01-24T01:28:53.1208033Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-01-24T01:28:53.1212294Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-01-24T01:28:53.1215909Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-01-24T01:28:53.1219506Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-01-24T01:28:53.1223134Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-01-24T01:28:53.1226520Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-01-24T01:28:53.1230390Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1233564Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-01-24T01:28:53.1237004Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-01-24T01:28:53.1240921Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-01-24T01:28:53.1245072Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1248975Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-01-24T01:28:53.1253166Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-01-24T01:28:53.1257466Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-01-24T01:28:53.1261922Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-01-24T01:28:53.1266784Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1271107Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-01-24T01:28:53.1275925Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-01-24T01:28:53.1280503Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-01-24T01:28:53.1284811Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1287701Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-01-24T01:28:53.1291109Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-01-24T01:28:53.1294747Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-01-24T01:28:53.1298647Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1302018Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-01-24T01:28:53.1305474Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-01-24T01:28:53.1308926Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-01-24T01:28:53.1312513Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-01-24T01:28:53.1316072Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1319304Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-01-24T01:28:53.1322719Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-01-24T01:28:53.1326580Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-01-24T01:28:53.1330308Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-01-24T01:28:53.1333931Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1337269Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-01-24T01:28:53.1340656Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:28:53.1343962Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-01-24T01:28:53.1347607Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-01-24T01:28:53.1350847Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-01-24T01:28:53.1354570Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1357547Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-01-24T01:28:53.1361084Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1364269Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1367227Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-01-24T01:28:53.1370518Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-01-24T01:28:53.1373638Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-01-24T01:28:53.1376963Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-01-24T01:28:53.1380320Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-01-24T01:28:53.1383789Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-01-24T01:28:53.1387104Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-01-24T01:28:53.1390190Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-01-24T01:28:53.1393446Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-01-24T01:28:53.1396598Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-01-24T01:28:53.1399989Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-01-24T01:28:53.1403467Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1406506Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-01-24T01:28:53.1410450Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-01-24T01:28:53.1413548Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1416604Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-01-24T01:28:53.1420110Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-01-24T01:28:53.1423224Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-01-24T01:28:53.1426631Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-01-24T01:28:53.1430111Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-01-24T01:28:53.1433282Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-01-24T01:28:53.1436632Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-01-24T01:28:53.1439762Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-01-24T01:28:53.1442850Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-01-24T01:28:53.1446056Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-01-24T01:28:53.1449171Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-01-24T01:28:53.1452240Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-01-24T01:28:53.1455507Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-01-24T01:28:53.1459034Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-01-24T01:28:53.1462645Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-01-24T01:28:53.1465680Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-01-24T01:28:53.1468989Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-01-24T01:28:53.1472093Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-01-24T01:28:53.1476144Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-01-24T01:28:53.1479295Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-01-24T01:28:53.1482567Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-01-24T01:28:53.1485931Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-01-24T01:28:53.1489244Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-01-24T01:28:53.1492512Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-01-24T01:28:53.1495736Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-01-24T01:28:53.1499159Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-01-24T01:28:53.1502390Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-01-24T01:28:53.1505987Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1509380Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1512486Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-01-24T01:28:53.1515939Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-01-24T01:28:53.1519086Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-01-24T01:28:53.1522456Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-01-24T01:28:53.1525800Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-01-24T01:28:53.1529165Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-01-24T01:28:53.1532459Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-01-24T01:28:53.1535861Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-01-24T01:28:53.1539283Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-01-24T01:28:53.1542729Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-01-24T01:28:53.1546223Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-01-24T01:28:53.1549722Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1553086Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-01-24T01:28:53.1556770Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-01-24T01:28:53.1559720Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-01-24T01:28:53.1563042Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-01-24T01:28:53.1566409Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-01-24T01:28:53.1569746Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-01-24T01:28:53.1572964Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-01-24T01:28:53.1576273Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-01-24T01:28:53.1579810Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-01-24T01:28:53.1583374Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-01-24T01:28:53.1586991Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1590215Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-01-24T01:28:53.1593833Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-01-24T01:28:53.1597184Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-01-24T01:28:53.1600747Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1603839Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-01-24T01:28:53.1607343Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-01-24T01:28:53.1610735Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-01-24T01:28:53.1614199Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-01-24T01:28:53.1617848Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-01-24T01:28:53.1620868Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-01-24T01:28:53.1624484Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1627575Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-01-24T01:28:53.1631112Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-01-24T01:28:53.1634317Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-01-24T01:28:53.1638008Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1641122Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-01-24T01:28:53.1644459Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-01-24T01:28:53.1647840Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-01-24T01:28:53.1651359Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-01-24T01:28:53.1655038Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1658576Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1661939Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-01-24T01:28:53.1665346Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-01-24T01:28:53.1668662Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-01-24T01:28:53.1672078Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-01-24T01:28:53.1675179Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-01-24T01:28:53.1678707Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-01-24T01:28:53.1682612Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-01-24T01:28:53.1685596Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-01-24T01:28:53.1689465Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1693533Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1696045Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-01-24T01:28:53.1700287Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-01-24T01:28:53.1702995Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-01-24T01:28:53.1706552Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-01-24T01:28:53.1709944Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-01-24T01:28:53.1713738Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1718071Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-01-24T01:28:53.1720393Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-01-24T01:28:53.1723874Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-01-24T01:28:53.1727112Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1730341Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-01-24T01:28:53.1735500Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-01-24T01:28:53.1737745Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-01-24T01:28:53.1741763Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1744660Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-01-24T01:28:53.1748265Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-01-24T01:28:53.1751398Z adding 'torch/include/ATen/ops/_nnz.h' 2025-01-24T01:28:53.1754756Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-01-24T01:28:53.1764886Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-01-24T01:28:53.1765070Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-01-24T01:28:53.1765901Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-01-24T01:28:53.1769399Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1772645Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-01-24T01:28:53.1778761Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-01-24T01:28:53.1779951Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1785192Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-01-24T01:28:53.1786865Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-01-24T01:28:53.1792220Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-01-24T01:28:53.1794034Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1799034Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-01-24T01:28:53.1800688Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-01-24T01:28:53.1805786Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-01-24T01:28:53.1809013Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1814459Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-01-24T01:28:53.1816057Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-01-24T01:28:53.1821265Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-01-24T01:28:53.1823354Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1827589Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-01-24T01:28:53.1830052Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-01-24T01:28:53.1833881Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-01-24T01:28:53.1837165Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-01-24T01:28:53.1840629Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-01-24T01:28:53.1843823Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-01-24T01:28:53.1847410Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-01-24T01:28:53.1850620Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-01-24T01:28:53.1854436Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1857720Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-01-24T01:28:53.1860951Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-01-24T01:28:53.1864350Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-01-24T01:28:53.1867739Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-01-24T01:28:53.1871019Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-01-24T01:28:53.1874451Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1877552Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-01-24T01:28:53.1881037Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-01-24T01:28:53.1884785Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-01-24T01:28:53.1887555Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-01-24T01:28:53.1890766Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-01-24T01:28:53.1894166Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1897402Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-01-24T01:28:53.1900813Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-01-24T01:28:53.1903998Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-01-24T01:28:53.1907228Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-01-24T01:28:53.1911410Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-01-24T01:28:53.1914101Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-01-24T01:28:53.1917211Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-01-24T01:28:53.1920478Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-01-24T01:28:53.1923773Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-01-24T01:28:53.1927020Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-01-24T01:28:53.1930266Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-01-24T01:28:53.1933504Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-01-24T01:28:53.1936626Z adding 'torch/include/ATen/ops/_print.h' 2025-01-24T01:28:53.1940147Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1943110Z adding 'torch/include/ATen/ops/_print_native.h' 2025-01-24T01:28:53.1946303Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-01-24T01:28:53.1949505Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-01-24T01:28:53.1952888Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1955918Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-01-24T01:28:53.1959150Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-01-24T01:28:53.1962383Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-01-24T01:28:53.1969863Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.1970041Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-01-24T01:28:53.1972862Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-01-24T01:28:53.1976370Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-01-24T01:28:53.1981820Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-01-24T01:28:53.1985112Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.1988793Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.1991703Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-01-24T01:28:53.1995304Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-01-24T01:28:53.1999441Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-01-24T01:28:53.2002033Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-01-24T01:28:53.2005487Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-01-24T01:28:53.2008611Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-01-24T01:28:53.2012119Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-01-24T01:28:53.2015396Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-01-24T01:28:53.2019161Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2022888Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-01-24T01:28:53.2025603Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-01-24T01:28:53.2029045Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-01-24T01:28:53.2032500Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2036399Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-01-24T01:28:53.2039081Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-01-24T01:28:53.2042921Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-01-24T01:28:53.2046882Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2050037Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-01-24T01:28:53.2053219Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-01-24T01:28:53.2057605Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-01-24T01:28:53.2060379Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-01-24T01:28:53.2064141Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2067011Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-01-24T01:28:53.2070462Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-01-24T01:28:53.2074009Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-01-24T01:28:53.2077298Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2080377Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-01-24T01:28:53.2083836Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-01-24T01:28:53.2087347Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-01-24T01:28:53.2090868Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2094193Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-01-24T01:28:53.2097574Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-01-24T01:28:53.2100951Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-01-24T01:28:53.2104388Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-01-24T01:28:53.2107811Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-01-24T01:28:53.2111407Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2114447Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-01-24T01:28:53.2117881Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-01-24T01:28:53.2121222Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-01-24T01:28:53.2125339Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2128537Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-01-24T01:28:53.2131700Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-01-24T01:28:53.2135325Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-01-24T01:28:53.2138634Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-01-24T01:28:53.2142264Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-01-24T01:28:53.2145723Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-01-24T01:28:53.2149525Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-01-24T01:28:53.2153327Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-01-24T01:28:53.2156604Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-01-24T01:28:53.2160311Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-01-24T01:28:53.2163876Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-01-24T01:28:53.2167185Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-01-24T01:28:53.2170810Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-01-24T01:28:53.2174189Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-01-24T01:28:53.2178537Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-01-24T01:28:53.2181591Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:28:53.2184869Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-01-24T01:28:53.2188611Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-01-24T01:28:53.2192012Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-01-24T01:28:53.2195436Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-01-24T01:28:53.2199017Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-01-24T01:28:53.2202391Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-01-24T01:28:53.2206201Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-01-24T01:28:53.2209844Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:28:53.2213254Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-01-24T01:28:53.2216952Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-01-24T01:28:53.2220414Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-01-24T01:28:53.2223884Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-01-24T01:28:53.2227342Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-01-24T01:28:53.2231249Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-01-24T01:28:53.2234440Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-01-24T01:28:53.2237932Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-01-24T01:28:53.2241484Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-01-24T01:28:53.2244675Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-01-24T01:28:53.2248582Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-01-24T01:28:53.2251766Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-01-24T01:28:53.2255214Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-01-24T01:28:53.2258986Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-01-24T01:28:53.2262805Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-01-24T01:28:53.2266719Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2269916Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-01-24T01:28:53.2273639Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-01-24T01:28:53.2277461Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2280567Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-01-24T01:28:53.2284010Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-01-24T01:28:53.2287272Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-01-24T01:28:53.2290995Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-01-24T01:28:53.2294343Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-01-24T01:28:53.2298001Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-01-24T01:28:53.2301402Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-01-24T01:28:53.2305169Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2308430Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-01-24T01:28:53.2311780Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-01-24T01:28:53.2315100Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-01-24T01:28:53.2318511Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-01-24T01:28:53.2322085Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-01-24T01:28:53.2325452Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2328447Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-01-24T01:28:53.2331716Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-01-24T01:28:53.2335964Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-01-24T01:28:53.2340202Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2343574Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.2347167Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.2350816Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-01-24T01:28:53.2354411Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-01-24T01:28:53.2358165Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-01-24T01:28:53.2361738Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-01-24T01:28:53.2365235Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-01-24T01:28:53.2368456Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-01-24T01:28:53.2371803Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-01-24T01:28:53.2375038Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-01-24T01:28:53.2378579Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2381778Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-01-24T01:28:53.2385077Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-01-24T01:28:53.2388208Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-01-24T01:28:53.2391603Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2394896Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-01-24T01:28:53.2398417Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-01-24T01:28:53.2401389Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-01-24T01:28:53.2404887Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2407766Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-01-24T01:28:53.2410978Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-01-24T01:28:53.2414272Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-01-24T01:28:53.2417812Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2420877Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-01-24T01:28:53.2424123Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-01-24T01:28:53.2427323Z adding 'torch/include/ATen/ops/_softmax.h' 2025-01-24T01:28:53.2430654Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-01-24T01:28:53.2434414Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.2437291Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:28:53.2440510Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:28:53.2443666Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-01-24T01:28:53.2447061Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:28:53.2450151Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-01-24T01:28:53.2453521Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-01-24T01:28:53.2457035Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.2460151Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-01-24T01:28:53.2463389Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-01-24T01:28:53.2466731Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-01-24T01:28:53.2469978Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-01-24T01:28:53.2473031Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-01-24T01:28:53.2476347Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-01-24T01:28:53.2479651Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-01-24T01:28:53.2483164Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2486246Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-01-24T01:28:53.2489483Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-01-24T01:28:53.2492720Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-01-24T01:28:53.2496023Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-01-24T01:28:53.2499731Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2503082Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.2505897Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-01-24T01:28:53.2509222Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-01-24T01:28:53.2512373Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-01-24T01:28:53.2515597Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-01-24T01:28:53.2519098Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-01-24T01:28:53.2522599Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2525551Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-01-24T01:28:53.2528908Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2532264Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-01-24T01:28:53.2535729Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2539122Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-01-24T01:28:53.2542833Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2546335Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-01-24T01:28:53.2549987Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2553070Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-01-24T01:28:53.2556403Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2559833Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-01-24T01:28:53.2563470Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2566409Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-01-24T01:28:53.2569809Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-01-24T01:28:53.2573549Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-01-24T01:28:53.2577327Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2580596Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-01-24T01:28:53.2583903Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2588024Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-01-24T01:28:53.2592234Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-01-24T01:28:53.2596257Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2599536Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-01-24T01:28:53.2602757Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-01-24T01:28:53.2606282Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-01-24T01:28:53.2609648Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2612922Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-01-24T01:28:53.2616166Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-01-24T01:28:53.2619610Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-01-24T01:28:53.2622993Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-01-24T01:28:53.2626484Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2629565Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-01-24T01:28:53.2633074Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2636356Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-01-24T01:28:53.2639682Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2642747Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-01-24T01:28:53.2646104Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-01-24T01:28:53.2649481Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-01-24T01:28:53.2653058Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2655997Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-01-24T01:28:53.2659549Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-01-24T01:28:53.2662952Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-01-24T01:28:53.2666620Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2669671Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-01-24T01:28:53.2673669Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-01-24T01:28:53.2677027Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-01-24T01:28:53.2680546Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-01-24T01:28:53.2683965Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2687004Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-01-24T01:28:53.2690390Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-01-24T01:28:53.2693803Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2697136Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2700319Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-01-24T01:28:53.2703809Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-01-24T01:28:53.2707279Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-01-24T01:28:53.2710639Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2713519Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-01-24T01:28:53.2716873Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-01-24T01:28:53.2720091Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-01-24T01:28:53.2723541Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2726630Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-01-24T01:28:53.2729960Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-01-24T01:28:53.2733107Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-01-24T01:28:53.2736351Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-01-24T01:28:53.2739897Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-01-24T01:28:53.2743283Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-01-24T01:28:53.2746308Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-01-24T01:28:53.2749604Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-01-24T01:28:53.2753034Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-01-24T01:28:53.2756351Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-01-24T01:28:53.2759415Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-01-24T01:28:53.2762725Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-01-24T01:28:53.2766009Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-01-24T01:28:53.2769317Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-01-24T01:28:53.2772592Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-01-24T01:28:53.2776520Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-01-24T01:28:53.2780157Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-01-24T01:28:53.2783465Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-01-24T01:28:53.2787186Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-01-24T01:28:53.2791183Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-01-24T01:28:53.2794985Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-01-24T01:28:53.2798964Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-01-24T01:28:53.2802658Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-01-24T01:28:53.2832138Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-01-24T01:28:53.2832337Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-01-24T01:28:53.2832587Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-01-24T01:28:53.2832791Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-01-24T01:28:53.2833072Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-01-24T01:28:53.2833280Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-01-24T01:28:53.2833514Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-01-24T01:28:53.2833740Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-01-24T01:28:53.2836584Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-01-24T01:28:53.2840028Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-01-24T01:28:53.2843565Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-01-24T01:28:53.2847175Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2850666Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-01-24T01:28:53.2853983Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-01-24T01:28:53.2857670Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2860997Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2864122Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-01-24T01:28:53.2868015Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-01-24T01:28:53.2871356Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-01-24T01:28:53.2875100Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2878167Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-01-24T01:28:53.2881620Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-01-24T01:28:53.2885033Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-01-24T01:28:53.2888404Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-01-24T01:28:53.2892041Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2895154Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-01-24T01:28:53.2898736Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-01-24T01:28:53.2902079Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2905251Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.2908286Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-01-24T01:28:53.2911779Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-01-24T01:28:53.2915280Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-01-24T01:28:53.2918778Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2921947Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-01-24T01:28:53.2925073Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-01-24T01:28:53.2928493Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-01-24T01:28:53.2931676Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-01-24T01:28:53.2934781Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-01-24T01:28:53.2938313Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-01-24T01:28:53.2941506Z adding 'torch/include/ATen/ops/_stack.h' 2025-01-24T01:28:53.2944832Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2947959Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-01-24T01:28:53.2951073Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-01-24T01:28:53.2954396Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-01-24T01:28:53.2957656Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-01-24T01:28:53.2961083Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2964234Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-01-24T01:28:53.2967534Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-01-24T01:28:53.2971220Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-01-24T01:28:53.2974490Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.2977935Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-01-24T01:28:53.2981132Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-01-24T01:28:53.2984462Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-01-24T01:28:53.2988147Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-01-24T01:28:53.2991182Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-01-24T01:28:53.2994779Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-01-24T01:28:53.2998050Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-01-24T01:28:53.3001668Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3004772Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-01-24T01:28:53.3008349Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-01-24T01:28:53.3012419Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-01-24T01:28:53.3015368Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3018834Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3021965Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-01-24T01:28:53.3025590Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-01-24T01:28:53.3030166Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-01-24T01:28:53.3032578Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3036145Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-01-24T01:28:53.3039303Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3042793Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3045727Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-01-24T01:28:53.3049235Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-01-24T01:28:53.3053653Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-01-24T01:28:53.3055925Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-01-24T01:28:53.3059517Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-01-24T01:28:53.3062762Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3065969Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-01-24T01:28:53.3069244Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-01-24T01:28:53.3072728Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-01-24T01:28:53.3077239Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3079634Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-01-24T01:28:53.3083065Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-01-24T01:28:53.3086292Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-01-24T01:28:53.3089779Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-01-24T01:28:53.3093952Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3096656Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-01-24T01:28:53.3100613Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-01-24T01:28:53.3103596Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-01-24T01:28:53.3106997Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-01-24T01:28:53.3110530Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3113901Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-01-24T01:28:53.3118228Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-01-24T01:28:53.3120589Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-01-24T01:28:53.3124161Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-01-24T01:28:53.3127460Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3130869Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-01-24T01:28:53.3134018Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-01-24T01:28:53.3139175Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-01-24T01:28:53.3142271Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-01-24T01:28:53.3144680Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3148435Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-01-24T01:28:53.3151619Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-01-24T01:28:53.3155054Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-01-24T01:28:53.3159673Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3161805Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-01-24T01:28:53.3165748Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-01-24T01:28:53.3168439Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-01-24T01:28:53.3172036Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3175056Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-01-24T01:28:53.3178594Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-01-24T01:28:53.3181810Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-01-24T01:28:53.3185442Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3189337Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-01-24T01:28:53.3191994Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-01-24T01:28:53.3195526Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-01-24T01:28:53.3199012Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3202278Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-01-24T01:28:53.3206823Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-01-24T01:28:53.3209168Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-01-24T01:28:53.3213055Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3215992Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-01-24T01:28:53.3219784Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-01-24T01:28:53.3224304Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-01-24T01:28:53.3226816Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-01-24T01:28:53.3230616Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3233624Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3237093Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-01-24T01:28:53.3240515Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-01-24T01:28:53.3244190Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3248275Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-01-24T01:28:53.3250796Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-01-24T01:28:53.3254414Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-01-24T01:28:53.3257994Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-01-24T01:28:53.3261599Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-01-24T01:28:53.3269429Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3269648Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-01-24T01:28:53.3272524Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3276126Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-01-24T01:28:53.3279219Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-01-24T01:28:53.3283056Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-01-24T01:28:53.3286237Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-01-24T01:28:53.3289905Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-01-24T01:28:53.3301066Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3305161Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-01-24T01:28:53.3308468Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-01-24T01:28:53.3312443Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-01-24T01:28:53.3315670Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-01-24T01:28:53.3319229Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3322343Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-01-24T01:28:53.3325820Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-01-24T01:28:53.3329275Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-01-24T01:28:53.3332641Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3335611Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-01-24T01:28:53.3339008Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-01-24T01:28:53.3342284Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-01-24T01:28:53.3345682Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3348746Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-01-24T01:28:53.3352104Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-01-24T01:28:53.3355447Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-01-24T01:28:53.3359176Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-01-24T01:28:53.3362468Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3365482Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-01-24T01:28:53.3368654Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-01-24T01:28:53.3371816Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-01-24T01:28:53.3375149Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-01-24T01:28:53.3379248Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-01-24T01:28:53.3382715Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3385871Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-01-24T01:28:53.3389057Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-01-24T01:28:53.3392198Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-01-24T01:28:53.3395680Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-01-24T01:28:53.3399056Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3402221Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-01-24T01:28:53.3405369Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-01-24T01:28:53.3408730Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3411849Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-01-24T01:28:53.3415252Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-01-24T01:28:53.3418545Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-01-24T01:28:53.3421949Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-01-24T01:28:53.3425217Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-01-24T01:28:53.3428632Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3431826Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-01-24T01:28:53.3434901Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-01-24T01:28:53.3438012Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-01-24T01:28:53.3441372Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-01-24T01:28:53.3444597Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-01-24T01:28:53.3447786Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-01-24T01:28:53.3451281Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-01-24T01:28:53.3454543Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-01-24T01:28:53.3457941Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-01-24T01:28:53.3461027Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-01-24T01:28:53.3464203Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-01-24T01:28:53.3467540Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-01-24T01:28:53.3471009Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3474164Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-01-24T01:28:53.3477390Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-01-24T01:28:53.3480474Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-01-24T01:28:53.3483835Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-01-24T01:28:53.3487412Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-01-24T01:28:53.3491027Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3494316Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-01-24T01:28:53.3497720Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-01-24T01:28:53.3501006Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-01-24T01:28:53.3504660Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-01-24T01:28:53.3508016Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-01-24T01:28:53.3511459Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3514778Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3517927Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-01-24T01:28:53.3521314Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-01-24T01:28:53.3524924Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-01-24T01:28:53.3528548Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3531757Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:28:53.3535078Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-01-24T01:28:53.3538697Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-01-24T01:28:53.3542174Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-01-24T01:28:53.3545649Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3548900Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-01-24T01:28:53.3552034Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-01-24T01:28:53.3555484Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-01-24T01:28:53.3558937Z adding 'torch/include/ATen/ops/_unique.h' 2025-01-24T01:28:53.3562270Z adding 'torch/include/ATen/ops/_unique2.h' 2025-01-24T01:28:53.3565823Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3568918Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-01-24T01:28:53.3572296Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-01-24T01:28:53.3575400Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-01-24T01:28:53.3579071Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-01-24T01:28:53.3582664Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3585731Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-01-24T01:28:53.3589732Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-01-24T01:28:53.3592668Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-01-24T01:28:53.3596136Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-01-24T01:28:53.3599345Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-01-24T01:28:53.3602885Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3605868Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-01-24T01:28:53.3609279Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-01-24T01:28:53.3612610Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-01-24T01:28:53.3616008Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3619291Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-01-24T01:28:53.3622522Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-01-24T01:28:53.3625914Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-01-24T01:28:53.3629349Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3632457Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-01-24T01:28:53.3635730Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-01-24T01:28:53.3639782Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-01-24T01:28:53.3643471Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3646422Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-01-24T01:28:53.3649837Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-01-24T01:28:53.3653244Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-01-24T01:28:53.3656693Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3659983Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-01-24T01:28:53.3663278Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-01-24T01:28:53.3666735Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-01-24T01:28:53.3670298Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.3673456Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-01-24T01:28:53.3676828Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-01-24T01:28:53.3680716Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-01-24T01:28:53.3684947Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-01-24T01:28:53.3688705Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3692032Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:28:53.3695611Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3698976Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-01-24T01:28:53.3702513Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-01-24T01:28:53.3705819Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-01-24T01:28:53.3709344Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-01-24T01:28:53.3713023Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3716272Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3719652Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-01-24T01:28:53.3723236Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-01-24T01:28:53.3732942Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-01-24T01:28:53.3733280Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-01-24T01:28:53.3733495Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-01-24T01:28:53.3736841Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-01-24T01:28:53.3740745Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-01-24T01:28:53.3744809Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-01-24T01:28:53.3748725Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3751962Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:28:53.3755513Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3758778Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-01-24T01:28:53.3762388Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-01-24T01:28:53.3765693Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-01-24T01:28:53.3769565Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-01-24T01:28:53.3773137Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3776714Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3780232Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-01-24T01:28:53.3783769Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-01-24T01:28:53.3786933Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-01-24T01:28:53.3790453Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-01-24T01:28:53.3794053Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-01-24T01:28:53.3797595Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-01-24T01:28:53.3801635Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-01-24T01:28:53.3805516Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-01-24T01:28:53.3809467Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3812748Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.3816382Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3819794Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-01-24T01:28:53.3823231Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-01-24T01:28:53.3826478Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-01-24T01:28:53.3830168Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-01-24T01:28:53.3833731Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3837095Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3840447Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-01-24T01:28:53.3843886Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-01-24T01:28:53.3847040Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-01-24T01:28:53.3850376Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-01-24T01:28:53.3853809Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-01-24T01:28:53.3857324Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-01-24T01:28:53.3861177Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-01-24T01:28:53.3865046Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-01-24T01:28:53.3869088Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3872356Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.3875675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3878854Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-01-24T01:28:53.3882274Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-01-24T01:28:53.3885464Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-01-24T01:28:53.3888826Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-01-24T01:28:53.3892318Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3895526Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3898869Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-01-24T01:28:53.3902460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-01-24T01:28:53.3905642Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-01-24T01:28:53.3909001Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-01-24T01:28:53.3912232Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-01-24T01:28:53.3915702Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-01-24T01:28:53.3919604Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-01-24T01:28:53.3923457Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-01-24T01:28:53.3927269Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3930453Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.3934039Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.3937192Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-01-24T01:28:53.3940643Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-01-24T01:28:53.3944432Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-01-24T01:28:53.3947920Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-01-24T01:28:53.3951413Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.3954459Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3957700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-01-24T01:28:53.3961031Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-01-24T01:28:53.3964196Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-01-24T01:28:53.3967522Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-01-24T01:28:53.3970759Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-01-24T01:28:53.3974213Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-01-24T01:28:53.3977610Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-01-24T01:28:53.3980969Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:28:53.3984264Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-01-24T01:28:53.3987426Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-01-24T01:28:53.3990714Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-01-24T01:28:53.3993918Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.3996841Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:28:53.3999990Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:28:53.4003147Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-01-24T01:28:53.4006550Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-01-24T01:28:53.4009754Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-01-24T01:28:53.4012840Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-01-24T01:28:53.4016071Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-01-24T01:28:53.4019336Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-01-24T01:28:53.4022775Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4025791Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-01-24T01:28:53.4029027Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-01-24T01:28:53.4032205Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-01-24T01:28:53.4035600Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4038595Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-01-24T01:28:53.4041810Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-01-24T01:28:53.4045035Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-01-24T01:28:53.4048476Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4051495Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-01-24T01:28:53.4054730Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-01-24T01:28:53.4058045Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-01-24T01:28:53.4061433Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4064424Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-01-24T01:28:53.4067677Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-01-24T01:28:53.4070878Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-01-24T01:28:53.4074264Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4077183Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-01-24T01:28:53.4080447Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-01-24T01:28:53.4083853Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-01-24T01:28:53.4087305Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4090292Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-01-24T01:28:53.4093526Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-01-24T01:28:53.4096517Z adding 'torch/include/ATen/ops/_values.h' 2025-01-24T01:28:53.4099823Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-01-24T01:28:53.4103165Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4106418Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4109361Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-01-24T01:28:53.4112668Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-01-24T01:28:53.4115780Z adding 'torch/include/ATen/ops/_values_native.h' 2025-01-24T01:28:53.4118920Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-01-24T01:28:53.4121927Z adding 'torch/include/ATen/ops/_version.h' 2025-01-24T01:28:53.4125219Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4128177Z adding 'torch/include/ATen/ops/_version_native.h' 2025-01-24T01:28:53.4131326Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-01-24T01:28:53.4134544Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-01-24T01:28:53.4137937Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-01-24T01:28:53.4141123Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-01-24T01:28:53.4144414Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-01-24T01:28:53.4147498Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-01-24T01:28:53.4151391Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-01-24T01:28:53.4154597Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-01-24T01:28:53.4157825Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-01-24T01:28:53.4160968Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-01-24T01:28:53.4164260Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-01-24T01:28:53.4167342Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-01-24T01:28:53.4170565Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-01-24T01:28:53.4173682Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-01-24T01:28:53.4177075Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4180256Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-01-24T01:28:53.4183725Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4186893Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-01-24T01:28:53.4190277Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-01-24T01:28:53.4193538Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-01-24T01:28:53.4197547Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-01-24T01:28:53.4201143Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4204409Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-01-24T01:28:53.4207778Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-01-24T01:28:53.4211026Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-01-24T01:28:53.4214482Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-01-24T01:28:53.4218064Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4221359Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-01-24T01:28:53.4224606Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-01-24T01:28:53.4227821Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-01-24T01:28:53.4231376Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-01-24T01:28:53.4234506Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-01-24T01:28:53.4237888Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-01-24T01:28:53.4241083Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-01-24T01:28:53.4244771Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4247669Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-01-24T01:28:53.4251083Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-01-24T01:28:53.4254576Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-01-24T01:28:53.4258042Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4261220Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-01-24T01:28:53.4264524Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-01-24T01:28:53.4267836Z adding 'torch/include/ATen/ops/abs.h' 2025-01-24T01:28:53.4271206Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4274816Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-01-24T01:28:53.4316939Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-01-24T01:28:53.4317099Z adding 'torch/include/ATen/ops/abs_native.h' 2025-01-24T01:28:53.4317231Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-01-24T01:28:53.4317341Z adding 'torch/include/ATen/ops/absolute.h' 2025-01-24T01:28:53.4317615Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4317766Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-01-24T01:28:53.4317895Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-01-24T01:28:53.4317999Z adding 'torch/include/ATen/ops/acos.h' 2025-01-24T01:28:53.4318321Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4318453Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-01-24T01:28:53.4318597Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-01-24T01:28:53.4318723Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-01-24T01:28:53.4323073Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-01-24T01:28:53.4324962Z adding 'torch/include/ATen/ops/acos_native.h' 2025-01-24T01:28:53.4329326Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-01-24T01:28:53.4331734Z adding 'torch/include/ATen/ops/acosh.h' 2025-01-24T01:28:53.4335798Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4338583Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-01-24T01:28:53.4341766Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-01-24T01:28:53.4344839Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-01-24T01:28:53.4348339Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-01-24T01:28:53.4351422Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-01-24T01:28:53.4354713Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-01-24T01:28:53.4358023Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-01-24T01:28:53.4362620Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4364918Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4367791Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-01-24T01:28:53.4371041Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-01-24T01:28:53.4374496Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-01-24T01:28:53.4378223Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4381350Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:28:53.4384631Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:28:53.4387754Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-01-24T01:28:53.4391036Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-01-24T01:28:53.4394767Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-01-24T01:28:53.4398082Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-01-24T01:28:53.4401364Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.4404597Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.4407672Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:28:53.4411009Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:28:53.4414260Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4417506Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:28:53.4420747Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:28:53.4423849Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-01-24T01:28:53.4427148Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-01-24T01:28:53.4430426Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-01-24T01:28:53.4433812Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4436746Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-01-24T01:28:53.4439939Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-01-24T01:28:53.4443159Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-01-24T01:28:53.4446389Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-01-24T01:28:53.4449864Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4452919Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.4456114Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.4459426Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-01-24T01:28:53.4463029Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:28:53.4466185Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-01-24T01:28:53.4469510Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-01-24T01:28:53.4472933Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4475938Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-01-24T01:28:53.4479102Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-01-24T01:28:53.4482209Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-01-24T01:28:53.4485458Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-01-24T01:28:53.4488559Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-01-24T01:28:53.4491892Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-01-24T01:28:53.4495160Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-01-24T01:28:53.4498647Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-01-24T01:28:53.4502232Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4505225Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.4508467Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.4511585Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-01-24T01:28:53.4514805Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-01-24T01:28:53.4517900Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-01-24T01:28:53.4521186Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-01-24T01:28:53.4524632Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4527634Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-01-24T01:28:53.4530856Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-01-24T01:28:53.4533954Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-01-24T01:28:53.4537230Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-01-24T01:28:53.4540486Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-01-24T01:28:53.4543737Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-01-24T01:28:53.4547026Z adding 'torch/include/ATen/ops/add.h' 2025-01-24T01:28:53.4550423Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4553714Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4556789Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-01-24T01:28:53.4559981Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-01-24T01:28:53.4563064Z adding 'torch/include/ATen/ops/add_meta.h' 2025-01-24T01:28:53.4566244Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-01-24T01:28:53.4569583Z adding 'torch/include/ATen/ops/add_native.h' 2025-01-24T01:28:53.4573201Z adding 'torch/include/ATen/ops/add_ops.h' 2025-01-24T01:28:53.4576537Z adding 'torch/include/ATen/ops/addbmm.h' 2025-01-24T01:28:53.4579963Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-01-24T01:28:53.4583192Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-01-24T01:28:53.4586951Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-01-24T01:28:53.4589675Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-01-24T01:28:53.4593227Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-01-24T01:28:53.4596637Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-01-24T01:28:53.4600293Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4604661Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-01-24T01:28:53.4607183Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-01-24T01:28:53.4610839Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-01-24T01:28:53.4613802Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-01-24T01:28:53.4617170Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-01-24T01:28:53.4620612Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-01-24T01:28:53.4624104Z adding 'torch/include/ATen/ops/addcmul.h' 2025-01-24T01:28:53.4628648Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4630934Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-01-24T01:28:53.4634449Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-01-24T01:28:53.4637519Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-01-24T01:28:53.4640899Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-01-24T01:28:53.4644045Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-01-24T01:28:53.4647653Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-01-24T01:28:53.4651952Z adding 'torch/include/ATen/ops/addmm.h' 2025-01-24T01:28:53.4654700Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4658076Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-01-24T01:28:53.4661137Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-01-24T01:28:53.4664520Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-01-24T01:28:53.4667753Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-01-24T01:28:53.4671270Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-01-24T01:28:53.4675575Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-01-24T01:28:53.4678234Z adding 'torch/include/ATen/ops/addmv.h' 2025-01-24T01:28:53.4681809Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4684903Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-01-24T01:28:53.4688297Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-01-24T01:28:53.4691458Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-01-24T01:28:53.4694950Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-01-24T01:28:53.4699126Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-01-24T01:28:53.4701758Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-01-24T01:28:53.4705265Z adding 'torch/include/ATen/ops/addr.h' 2025-01-24T01:28:53.4708728Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4712043Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-01-24T01:28:53.4715219Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-01-24T01:28:53.4718629Z adding 'torch/include/ATen/ops/addr_native.h' 2025-01-24T01:28:53.4722643Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-01-24T01:28:53.4725348Z adding 'torch/include/ATen/ops/adjoint.h' 2025-01-24T01:28:53.4729389Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4732363Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-01-24T01:28:53.4735801Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-01-24T01:28:53.4740336Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-01-24T01:28:53.4743224Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-01-24T01:28:53.4746882Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4749888Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-01-24T01:28:53.4753393Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-01-24T01:28:53.4757901Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4760019Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-01-24T01:28:53.4763849Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-01-24T01:28:53.4766549Z adding 'torch/include/ATen/ops/alias.h' 2025-01-24T01:28:53.4770074Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4773131Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-01-24T01:28:53.4776661Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4795029Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4795616Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-01-24T01:28:53.4795992Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-01-24T01:28:53.4796344Z adding 'torch/include/ATen/ops/alias_native.h' 2025-01-24T01:28:53.4796674Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-01-24T01:28:53.4797489Z adding 'torch/include/ATen/ops/align_as.h' 2025-01-24T01:28:53.4807160Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4807680Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-01-24T01:28:53.4808031Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-01-24T01:28:53.4811161Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-01-24T01:28:53.4814868Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4819490Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-01-24T01:28:53.4821271Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-01-24T01:28:53.4825883Z adding 'torch/include/ATen/ops/align_to.h' 2025-01-24T01:28:53.4827930Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4832173Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-01-24T01:28:53.4834475Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-01-24T01:28:53.4837906Z adding 'torch/include/ATen/ops/all.h' 2025-01-24T01:28:53.4841348Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4844897Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4848068Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4851215Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-01-24T01:28:53.4854483Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-01-24T01:28:53.4857768Z adding 'torch/include/ATen/ops/all_meta.h' 2025-01-24T01:28:53.4861419Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-01-24T01:28:53.4864577Z adding 'torch/include/ATen/ops/all_native.h' 2025-01-24T01:28:53.4868219Z adding 'torch/include/ATen/ops/all_ops.h' 2025-01-24T01:28:53.4871541Z adding 'torch/include/ATen/ops/allclose.h' 2025-01-24T01:28:53.4874896Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.4877863Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-01-24T01:28:53.4881116Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-01-24T01:28:53.4884331Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-01-24T01:28:53.4887658Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4890801Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-01-24T01:28:53.4894064Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-01-24T01:28:53.4897309Z adding 'torch/include/ATen/ops/amax.h' 2025-01-24T01:28:53.4900788Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4903814Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-01-24T01:28:53.4907029Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-01-24T01:28:53.4910131Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-01-24T01:28:53.4913346Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-01-24T01:28:53.4917143Z adding 'torch/include/ATen/ops/amax_native.h' 2025-01-24T01:28:53.4920503Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-01-24T01:28:53.4923723Z adding 'torch/include/ATen/ops/amin.h' 2025-01-24T01:28:53.4927142Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4931444Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-01-24T01:28:53.4933547Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-01-24T01:28:53.4936673Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-01-24T01:28:53.4940025Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-01-24T01:28:53.4943108Z adding 'torch/include/ATen/ops/amin_native.h' 2025-01-24T01:28:53.4947296Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-01-24T01:28:53.4949873Z adding 'torch/include/ATen/ops/aminmax.h' 2025-01-24T01:28:53.4953320Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.4956353Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-01-24T01:28:53.4959591Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-01-24T01:28:53.4962723Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-01-24T01:28:53.4965934Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-01-24T01:28:53.4969450Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-01-24T01:28:53.4972923Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-01-24T01:28:53.4975958Z adding 'torch/include/ATen/ops/and.h' 2025-01-24T01:28:53.4979441Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.4982464Z adding 'torch/include/ATen/ops/and_native.h' 2025-01-24T01:28:53.4985896Z adding 'torch/include/ATen/ops/and_ops.h' 2025-01-24T01:28:53.4989134Z adding 'torch/include/ATen/ops/angle.h' 2025-01-24T01:28:53.4992370Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-01-24T01:28:53.4995566Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-01-24T01:28:53.4998610Z adding 'torch/include/ATen/ops/angle_native.h' 2025-01-24T01:28:53.5001831Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-01-24T01:28:53.5005327Z adding 'torch/include/ATen/ops/any.h' 2025-01-24T01:28:53.5008801Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5012100Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5015241Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5018561Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-01-24T01:28:53.5021855Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-01-24T01:28:53.5024980Z adding 'torch/include/ATen/ops/any_meta.h' 2025-01-24T01:28:53.5028252Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-01-24T01:28:53.5031483Z adding 'torch/include/ATen/ops/any_native.h' 2025-01-24T01:28:53.5035156Z adding 'torch/include/ATen/ops/any_ops.h' 2025-01-24T01:28:53.5038840Z adding 'torch/include/ATen/ops/arange.h' 2025-01-24T01:28:53.5042454Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5045569Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-01-24T01:28:53.5048925Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-01-24T01:28:53.5052139Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-01-24T01:28:53.5055495Z adding 'torch/include/ATen/ops/arange_native.h' 2025-01-24T01:28:53.5060098Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-01-24T01:28:53.5062814Z adding 'torch/include/ATen/ops/arccos.h' 2025-01-24T01:28:53.5066350Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5069341Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-01-24T01:28:53.5072812Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-01-24T01:28:53.5076042Z adding 'torch/include/ATen/ops/arccosh.h' 2025-01-24T01:28:53.5079590Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5083637Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-01-24T01:28:53.5086141Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-01-24T01:28:53.5089543Z adding 'torch/include/ATen/ops/arcsin.h' 2025-01-24T01:28:53.5092947Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5096091Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-01-24T01:28:53.5099573Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-01-24T01:28:53.5103003Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-01-24T01:28:53.5107266Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5109555Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-01-24T01:28:53.5113104Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-01-24T01:28:53.5116286Z adding 'torch/include/ATen/ops/arctan.h' 2025-01-24T01:28:53.5119693Z adding 'torch/include/ATen/ops/arctan2.h' 2025-01-24T01:28:53.5123082Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5126301Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-01-24T01:28:53.5130603Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-01-24T01:28:53.5133338Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5136673Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-01-24T01:28:53.5139978Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-01-24T01:28:53.5143417Z adding 'torch/include/ATen/ops/arctanh.h' 2025-01-24T01:28:53.5146872Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5150058Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-01-24T01:28:53.5154355Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-01-24T01:28:53.5156771Z adding 'torch/include/ATen/ops/argmax.h' 2025-01-24T01:28:53.5160519Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5163484Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-01-24T01:28:53.5166892Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-01-24T01:28:53.5170015Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-01-24T01:28:53.5173471Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-01-24T01:28:53.5177798Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-01-24T01:28:53.5180245Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-01-24T01:28:53.5183827Z adding 'torch/include/ATen/ops/argmin.h' 2025-01-24T01:28:53.5187103Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5190399Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-01-24T01:28:53.5193534Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-01-24T01:28:53.5196853Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-01-24T01:28:53.5201266Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-01-24T01:28:53.5203377Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-01-24T01:28:53.5207272Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-01-24T01:28:53.5210182Z adding 'torch/include/ATen/ops/argsort.h' 2025-01-24T01:28:53.5213813Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5216833Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-01-24T01:28:53.5220607Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-01-24T01:28:53.5224886Z adding 'torch/include/ATen/ops/argwhere.h' 2025-01-24T01:28:53.5227727Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5230883Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-01-24T01:28:53.5234091Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-01-24T01:28:53.5237763Z adding 'torch/include/ATen/ops/as_strided.h' 2025-01-24T01:28:53.5242517Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5244929Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-01-24T01:28:53.5248714Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5252084Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5255213Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-01-24T01:28:53.5259377Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-01-24T01:28:53.5262233Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-01-24T01:28:53.5266058Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-01-24T01:28:53.5268819Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-01-24T01:28:53.5272142Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-01-24T01:28:53.5275505Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-01-24T01:28:53.5280082Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-01-24T01:28:53.5283240Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5288988Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5290068Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-01-24T01:28:53.5295565Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-01-24T01:28:53.5297181Z adding 'torch/include/ATen/ops/asin.h' 2025-01-24T01:28:53.5304447Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5305012Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-01-24T01:28:53.5307299Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-01-24T01:28:53.5323839Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-01-24T01:28:53.5324201Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-01-24T01:28:53.5324574Z adding 'torch/include/ATen/ops/asin_native.h' 2025-01-24T01:28:53.5324916Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-01-24T01:28:53.5325227Z adding 'torch/include/ATen/ops/asinh.h' 2025-01-24T01:28:53.5330080Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5331721Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-01-24T01:28:53.5336427Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-01-24T01:28:53.5338309Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-01-24T01:28:53.5342734Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-01-24T01:28:53.5344954Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-01-24T01:28:53.5348979Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-01-24T01:28:53.5351756Z adding 'torch/include/ATen/ops/atan.h' 2025-01-24T01:28:53.5354883Z adding 'torch/include/ATen/ops/atan2.h' 2025-01-24T01:28:53.5358339Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5361652Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-01-24T01:28:53.5364833Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-01-24T01:28:53.5367913Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-01-24T01:28:53.5371077Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-01-24T01:28:53.5374157Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-01-24T01:28:53.5377890Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-01-24T01:28:53.5381384Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5384402Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-01-24T01:28:53.5387589Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-01-24T01:28:53.5390643Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-01-24T01:28:53.5393821Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-01-24T01:28:53.5396953Z adding 'torch/include/ATen/ops/atan_native.h' 2025-01-24T01:28:53.5400255Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-01-24T01:28:53.5403451Z adding 'torch/include/ATen/ops/atanh.h' 2025-01-24T01:28:53.5407620Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5410082Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-01-24T01:28:53.5413262Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-01-24T01:28:53.5416325Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-01-24T01:28:53.5419699Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-01-24T01:28:53.5422796Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-01-24T01:28:53.5426056Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-01-24T01:28:53.5429253Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-01-24T01:28:53.5433058Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5435769Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-01-24T01:28:53.5439055Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-01-24T01:28:53.5442292Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-01-24T01:28:53.5445931Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5448666Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-01-24T01:28:53.5451822Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-01-24T01:28:53.5454997Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-01-24T01:28:53.5458577Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5461445Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-01-24T01:28:53.5464944Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-01-24T01:28:53.5468304Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-01-24T01:28:53.5471735Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5474943Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5477945Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-01-24T01:28:53.5481400Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-01-24T01:28:53.5484772Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-01-24T01:28:53.5488255Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-01-24T01:28:53.5492362Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5495525Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.5498980Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.5502129Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-01-24T01:28:53.5505480Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-01-24T01:28:53.5508666Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-01-24T01:28:53.5512163Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-01-24T01:28:53.5515698Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5518786Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-01-24T01:28:53.5522054Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-01-24T01:28:53.5525663Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-01-24T01:28:53.5529040Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-01-24T01:28:53.5532342Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-01-24T01:28:53.5535781Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-01-24T01:28:53.5539300Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-01-24T01:28:53.5542713Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-01-24T01:28:53.5546253Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5549391Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.5552651Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.5555825Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-01-24T01:28:53.5559116Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-01-24T01:28:53.5562311Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-01-24T01:28:53.5565901Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-01-24T01:28:53.5569458Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5572771Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-01-24T01:28:53.5576144Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-01-24T01:28:53.5579538Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-01-24T01:28:53.5583002Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-01-24T01:28:53.5586280Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-01-24T01:28:53.5589883Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-01-24T01:28:53.5593152Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-01-24T01:28:53.5596794Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5600069Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-01-24T01:28:53.5603369Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-01-24T01:28:53.5606658Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-01-24T01:28:53.5609981Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-01-24T01:28:53.5613246Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-01-24T01:28:53.5616733Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-01-24T01:28:53.5620517Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-01-24T01:28:53.5624230Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5627336Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-01-24T01:28:53.5631041Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-01-24T01:28:53.5634347Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-01-24T01:28:53.5637812Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-01-24T01:28:53.5641300Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:28:53.5644611Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:53.5648078Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-01-24T01:28:53.5651681Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5655049Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-01-24T01:28:53.5658520Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-01-24T01:28:53.5661937Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-01-24T01:28:53.5665348Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-01-24T01:28:53.5669004Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-01-24T01:28:53.5672362Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-01-24T01:28:53.5675951Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5679247Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-01-24T01:28:53.5682517Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-01-24T01:28:53.5686665Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-01-24T01:28:53.5690325Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5693606Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-01-24T01:28:53.5697343Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-01-24T01:28:53.5700445Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-01-24T01:28:53.5703815Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-01-24T01:28:53.5707382Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-01-24T01:28:53.5711266Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5714217Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-01-24T01:28:53.5717477Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-01-24T01:28:53.5720950Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-01-24T01:28:53.5724678Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-01-24T01:28:53.5729602Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5731572Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-01-24T01:28:53.5735338Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-01-24T01:28:53.5738409Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-01-24T01:28:53.5741697Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-01-24T01:28:53.5745021Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-01-24T01:28:53.5748556Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-01-24T01:28:53.5753006Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5755346Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-01-24T01:28:53.5758866Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-01-24T01:28:53.5761802Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-01-24T01:28:53.5765279Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-01-24T01:28:53.5768773Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5772134Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-01-24T01:28:53.5776430Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-01-24T01:28:53.5779096Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-01-24T01:28:53.5803662Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-01-24T01:28:53.5804086Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-01-24T01:28:53.5804563Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5805375Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5805989Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-01-24T01:28:53.5806417Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-01-24T01:28:53.5806904Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-01-24T01:28:53.5808380Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-01-24T01:28:53.5811991Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-01-24T01:28:53.5815403Z adding 'torch/include/ATen/ops/bilinear.h' 2025-01-24T01:28:53.5818983Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.5822179Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-01-24T01:28:53.5825663Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-01-24T01:28:53.5829114Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-01-24T01:28:53.5832399Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-01-24T01:28:53.5835777Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-01-24T01:28:53.5839159Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-01-24T01:28:53.5842538Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-01-24T01:28:53.5845937Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-01-24T01:28:53.5849241Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-01-24T01:28:53.5852490Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-01-24T01:28:53.5855793Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-01-24T01:28:53.5859456Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-01-24T01:28:53.5862809Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-01-24T01:28:53.5866145Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5869240Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-01-24T01:28:53.5872611Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-01-24T01:28:53.5875857Z adding 'torch/include/ATen/ops/bincount.h' 2025-01-24T01:28:53.5879301Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5882258Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-01-24T01:28:53.5885394Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-01-24T01:28:53.5888666Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-01-24T01:28:53.5891976Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-01-24T01:28:53.5895346Z adding 'torch/include/ATen/ops/binomial.h' 2025-01-24T01:28:53.5898822Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5901901Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-01-24T01:28:53.5905154Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-01-24T01:28:53.5908132Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-01-24T01:28:53.5911533Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-01-24T01:28:53.5914976Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-01-24T01:28:53.5918282Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5921569Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5924569Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-01-24T01:28:53.5927725Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-01-24T01:28:53.5930783Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-01-24T01:28:53.5933956Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-01-24T01:28:53.5937301Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-01-24T01:28:53.5941012Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-01-24T01:28:53.5944745Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-01-24T01:28:53.5948318Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.5951674Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5954637Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-01-24T01:28:53.5957823Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-01-24T01:28:53.5961066Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-01-24T01:28:53.5964233Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-01-24T01:28:53.5967240Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-01-24T01:28:53.5970916Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-01-24T01:28:53.5974214Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-01-24T01:28:53.5977895Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.5980934Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-01-24T01:28:53.5983985Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-01-24T01:28:53.5987048Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-01-24T01:28:53.5990236Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-01-24T01:28:53.5993319Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-01-24T01:28:53.5996665Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-01-24T01:28:53.6000099Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-01-24T01:28:53.6003388Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6006658Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6009649Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-01-24T01:28:53.6012931Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-01-24T01:28:53.6016040Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-01-24T01:28:53.6019470Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-01-24T01:28:53.6023136Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-01-24T01:28:53.6026913Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-01-24T01:28:53.6041461Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-01-24T01:28:53.6042137Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6042955Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6043733Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-01-24T01:28:53.6044329Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-01-24T01:28:53.6046618Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-01-24T01:28:53.6050482Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-01-24T01:28:53.6053039Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-01-24T01:28:53.6056606Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-01-24T01:28:53.6060223Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-01-24T01:28:53.6063767Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6067100Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6069995Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-01-24T01:28:53.6073222Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-01-24T01:28:53.6076371Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-01-24T01:28:53.6087928Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-01-24T01:28:53.6093117Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-01-24T01:28:53.6099019Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-01-24T01:28:53.6104646Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-01-24T01:28:53.6109905Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6114878Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-01-24T01:28:53.6120208Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-01-24T01:28:53.6125266Z adding 'torch/include/ATen/ops/block_diag.h' 2025-01-24T01:28:53.6130452Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6135176Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-01-24T01:28:53.6140356Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-01-24T01:28:53.6146093Z adding 'torch/include/ATen/ops/bmm.h' 2025-01-24T01:28:53.6150733Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6155475Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-01-24T01:28:53.6160388Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-01-24T01:28:53.6165229Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-01-24T01:28:53.6170242Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-01-24T01:28:53.6175147Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-01-24T01:28:53.6180410Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-01-24T01:28:53.6185327Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-01-24T01:28:53.6190455Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6195108Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-01-24T01:28:53.6200047Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-01-24T01:28:53.6205003Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-01-24T01:28:53.6210172Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6214861Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-01-24T01:28:53.6219977Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-01-24T01:28:53.6225440Z adding 'torch/include/ATen/ops/bucketize.h' 2025-01-24T01:28:53.6230442Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6235362Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-01-24T01:28:53.6238869Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-01-24T01:28:53.6242172Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-01-24T01:28:53.6245714Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-01-24T01:28:53.6249238Z adding 'torch/include/ATen/ops/can_cast.h' 2025-01-24T01:28:53.6252765Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6256048Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-01-24T01:28:53.6259551Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-01-24T01:28:53.6262685Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-01-24T01:28:53.6266310Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6269221Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-01-24T01:28:53.6272628Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-01-24T01:28:53.6275998Z adding 'torch/include/ATen/ops/cat.h' 2025-01-24T01:28:53.6279695Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6282943Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6286645Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-01-24T01:28:53.6290462Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-01-24T01:28:53.6294839Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-01-24T01:28:53.6299102Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-01-24T01:28:53.6303041Z adding 'torch/include/ATen/ops/cat_native.h' 2025-01-24T01:28:53.6307125Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-01-24T01:28:53.6311096Z adding 'torch/include/ATen/ops/cauchy.h' 2025-01-24T01:28:53.6315057Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6318769Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-01-24T01:28:53.6322607Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-01-24T01:28:53.6326381Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-01-24T01:28:53.6329652Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-01-24T01:28:53.6333203Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-01-24T01:28:53.6336506Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-01-24T01:28:53.6340239Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6343362Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-01-24T01:28:53.6347044Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6350387Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6353341Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-01-24T01:28:53.6356666Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-01-24T01:28:53.6360042Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-01-24T01:28:53.6363254Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-01-24T01:28:53.6366440Z adding 'torch/include/ATen/ops/cdist.h' 2025-01-24T01:28:53.6369821Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6372833Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-01-24T01:28:53.6376470Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-01-24T01:28:53.6379864Z adding 'torch/include/ATen/ops/ceil.h' 2025-01-24T01:28:53.6383255Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6386320Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-01-24T01:28:53.6389518Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-01-24T01:28:53.6392621Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-01-24T01:28:53.6395897Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-01-24T01:28:53.6399047Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-01-24T01:28:53.6402322Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-01-24T01:28:53.6405781Z adding 'torch/include/ATen/ops/celu.h' 2025-01-24T01:28:53.6409295Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6412331Z adding 'torch/include/ATen/ops/celu_native.h' 2025-01-24T01:28:53.6415700Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-01-24T01:28:53.6419194Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-01-24T01:28:53.6422638Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6425547Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-01-24T01:28:53.6428973Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-01-24T01:28:53.6431987Z adding 'torch/include/ATen/ops/chalf.h' 2025-01-24T01:28:53.6435355Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6438370Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-01-24T01:28:53.6441677Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-01-24T01:28:53.6445203Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-01-24T01:28:53.6448694Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6451909Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-01-24T01:28:53.6455123Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-01-24T01:28:53.6458322Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-01-24T01:28:53.6461666Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-01-24T01:28:53.6464879Z adding 'torch/include/ATen/ops/cholesky.h' 2025-01-24T01:28:53.6468248Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-01-24T01:28:53.6471469Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-01-24T01:28:53.6474612Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-01-24T01:28:53.6478532Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-01-24T01:28:53.6481163Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-01-24T01:28:53.6484248Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-01-24T01:28:53.6487570Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-01-24T01:28:53.6490652Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-01-24T01:28:53.6493933Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-01-24T01:28:53.6497227Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-01-24T01:28:53.6500713Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6503990Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-01-24T01:28:53.6507119Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-01-24T01:28:53.6510327Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-01-24T01:28:53.6513730Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6517430Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-01-24T01:28:53.6520813Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-01-24T01:28:53.6523920Z adding 'torch/include/ATen/ops/chunk.h' 2025-01-24T01:28:53.6527323Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6530342Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-01-24T01:28:53.6533577Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-01-24T01:28:53.6537180Z adding 'torch/include/ATen/ops/clamp.h' 2025-01-24T01:28:53.6540885Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6543983Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-01-24T01:28:53.6547299Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-01-24T01:28:53.6550641Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-01-24T01:28:53.6554293Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6557344Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-01-24T01:28:53.6560566Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-01-24T01:28:53.6563739Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-01-24T01:28:53.6567121Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-01-24T01:28:53.6570332Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-01-24T01:28:53.6573784Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-01-24T01:28:53.6577103Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-01-24T01:28:53.6580570Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-01-24T01:28:53.6583960Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-01-24T01:28:53.6587548Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6590608Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-01-24T01:28:53.6593798Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-01-24T01:28:53.6596939Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-01-24T01:28:53.6600388Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-01-24T01:28:53.6605134Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-01-24T01:28:53.6607852Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-01-24T01:28:53.6611362Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-01-24T01:28:53.6615078Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-01-24T01:28:53.6618968Z adding 'torch/include/ATen/ops/clip.h' 2025-01-24T01:28:53.6623059Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6625924Z adding 'torch/include/ATen/ops/clip_native.h' 2025-01-24T01:28:53.6629758Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-01-24T01:28:53.6633125Z adding 'torch/include/ATen/ops/clone.h' 2025-01-24T01:28:53.6636888Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6640555Z adding 'torch/include/ATen/ops/clone_native.h' 2025-01-24T01:28:53.6643515Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-01-24T01:28:53.6646800Z adding 'torch/include/ATen/ops/coalesce.h' 2025-01-24T01:28:53.6650152Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6653312Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-01-24T01:28:53.6656568Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-01-24T01:28:53.6660461Z adding 'torch/include/ATen/ops/col2im.h' 2025-01-24T01:28:53.6664205Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-01-24T01:28:53.6667582Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-01-24T01:28:53.6670954Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-01-24T01:28:53.6674994Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-01-24T01:28:53.6677631Z adding 'torch/include/ATen/ops/col_indices.h' 2025-01-24T01:28:53.6681714Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6684169Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-01-24T01:28:53.6687724Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6690992Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.6694122Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-01-24T01:28:53.6697469Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-01-24T01:28:53.6700815Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-01-24T01:28:53.6705066Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-01-24T01:28:53.6707372Z adding 'torch/include/ATen/ops/column_stack.h' 2025-01-24T01:28:53.6711181Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6713871Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-01-24T01:28:53.6717319Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-01-24T01:28:53.6720513Z adding 'torch/include/ATen/ops/combinations.h' 2025-01-24T01:28:53.6724091Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6727030Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-01-24T01:28:53.6730432Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-01-24T01:28:53.6734378Z adding 'torch/include/ATen/ops/complex.h' 2025-01-24T01:28:53.6737198Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6740487Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-01-24T01:28:53.6743688Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-01-24T01:28:53.6747027Z adding 'torch/include/ATen/ops/complex_native.h' 2025-01-24T01:28:53.6750249Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-01-24T01:28:53.6753787Z adding 'torch/include/ATen/ops/concat.h' 2025-01-24T01:28:53.6758284Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6760415Z adding 'torch/include/ATen/ops/concat_native.h' 2025-01-24T01:28:53.6764112Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-01-24T01:28:53.6767474Z adding 'torch/include/ATen/ops/concatenate.h' 2025-01-24T01:28:53.6771186Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6774189Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-01-24T01:28:53.6777961Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-01-24T01:28:53.6781718Z adding 'torch/include/ATen/ops/conj.h' 2025-01-24T01:28:53.6784726Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6807056Z adding 'torch/include/ATen/ops/conj_native.h' 2025-01-24T01:28:53.6807233Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-01-24T01:28:53.6807358Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-01-24T01:28:53.6807729Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6808011Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6808187Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-01-24T01:28:53.6810176Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-01-24T01:28:53.6813522Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-01-24T01:28:53.6816826Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-01-24T01:28:53.6820711Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-01-24T01:28:53.6825904Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6827593Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-01-24T01:28:53.6830901Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-01-24T01:28:53.6834005Z adding 'torch/include/ATen/ops/contiguous.h' 2025-01-24T01:28:53.6837621Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6840577Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-01-24T01:28:53.6843813Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-01-24T01:28:53.6847297Z adding 'torch/include/ATen/ops/conv1d.h' 2025-01-24T01:28:53.6850855Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6854209Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-01-24T01:28:53.6857729Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-01-24T01:28:53.6861320Z adding 'torch/include/ATen/ops/conv2d.h' 2025-01-24T01:28:53.6864885Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6867934Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-01-24T01:28:53.6871770Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-01-24T01:28:53.6875323Z adding 'torch/include/ATen/ops/conv3d.h' 2025-01-24T01:28:53.6878875Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6881951Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-01-24T01:28:53.6885624Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-01-24T01:28:53.6889401Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-01-24T01:28:53.6893106Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6896292Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-01-24T01:28:53.6899575Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-01-24T01:28:53.6902996Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-01-24T01:28:53.6906261Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-01-24T01:28:53.6909526Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-01-24T01:28:53.6912842Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6915785Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-01-24T01:28:53.6919020Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-01-24T01:28:53.6922350Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6925305Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-01-24T01:28:53.6928910Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-01-24T01:28:53.6932386Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-01-24T01:28:53.6935919Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6939098Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-01-24T01:28:53.6942595Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-01-24T01:28:53.6946555Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-01-24T01:28:53.6949728Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6952986Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-01-24T01:28:53.6956389Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-01-24T01:28:53.6959945Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-01-24T01:28:53.6964256Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.6966659Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-01-24T01:28:53.6970157Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-01-24T01:28:53.6974108Z adding 'torch/include/ATen/ops/convolution.h' 2025-01-24T01:28:53.6978725Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-01-24T01:28:53.6982856Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.6986111Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-01-24T01:28:53.6989510Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-01-24T01:28:53.6993720Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-01-24T01:28:53.6997270Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-01-24T01:28:53.7001425Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7005554Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-01-24T01:28:53.7008341Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-01-24T01:28:53.7012046Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7015171Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-01-24T01:28:53.7018960Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-01-24T01:28:53.7023178Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-01-24T01:28:53.7026831Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7030146Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-01-24T01:28:53.7034807Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-01-24T01:28:53.7036989Z adding 'torch/include/ATen/ops/copy.h' 2025-01-24T01:28:53.7040869Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7043863Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7047071Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-01-24T01:28:53.7050200Z adding 'torch/include/ATen/ops/copy_native.h' 2025-01-24T01:28:53.7053775Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-01-24T01:28:53.7058386Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-01-24T01:28:53.7060962Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7064420Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-01-24T01:28:53.7067297Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-01-24T01:28:53.7070828Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-01-24T01:28:53.7074210Z adding 'torch/include/ATen/ops/copysign.h' 2025-01-24T01:28:53.7077879Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7082064Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7084395Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-01-24T01:28:53.7087790Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-01-24T01:28:53.7090844Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-01-24T01:28:53.7094265Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-01-24T01:28:53.7097518Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-01-24T01:28:53.7101338Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-01-24T01:28:53.7105327Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-01-24T01:28:53.7108123Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7111336Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-01-24T01:28:53.7114577Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-01-24T01:28:53.7117936Z adding 'torch/include/ATen/ops/cos.h' 2025-01-24T01:28:53.7121446Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7124756Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-01-24T01:28:53.7128813Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-01-24T01:28:53.7131388Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-01-24T01:28:53.7134829Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-01-24T01:28:53.7138151Z adding 'torch/include/ATen/ops/cos_native.h' 2025-01-24T01:28:53.7141713Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-01-24T01:28:53.7146419Z adding 'torch/include/ATen/ops/cosh.h' 2025-01-24T01:28:53.7149006Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7152536Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-01-24T01:28:53.7155527Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-01-24T01:28:53.7158805Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-01-24T01:28:53.7162053Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-01-24T01:28:53.7165407Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-01-24T01:28:53.7169387Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-01-24T01:28:53.7172177Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-01-24T01:28:53.7176199Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7178964Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-01-24T01:28:53.7182475Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-01-24T01:28:53.7185687Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-01-24T01:28:53.7194219Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7197334Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-01-24T01:28:53.7200848Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-01-24T01:28:53.7204214Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-01-24T01:28:53.7208390Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7212134Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-01-24T01:28:53.7215998Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-01-24T01:28:53.7219546Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-01-24T01:28:53.7223168Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-01-24T01:28:53.7226703Z adding 'torch/include/ATen/ops/cov.h' 2025-01-24T01:28:53.7230507Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7233594Z adding 'torch/include/ATen/ops/cov_native.h' 2025-01-24T01:28:53.7237074Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-01-24T01:28:53.7240379Z adding 'torch/include/ATen/ops/cross.h' 2025-01-24T01:28:53.7243849Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7247258Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-01-24T01:28:53.7251072Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7254166Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-01-24T01:28:53.7257633Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-01-24T01:28:53.7260787Z adding 'torch/include/ATen/ops/cross_native.h' 2025-01-24T01:28:53.7264352Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-01-24T01:28:53.7267564Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-01-24T01:28:53.7270992Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7274055Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-01-24T01:28:53.7277552Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7280823Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7283755Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-01-24T01:28:53.7287058Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-01-24T01:28:53.7290208Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-01-24T01:28:53.7293456Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-01-24T01:28:53.7297175Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-01-24T01:28:53.7300719Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7303829Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-01-24T01:28:53.7315834Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-01-24T01:28:53.7319458Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-01-24T01:28:53.7322826Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-01-24T01:28:53.7326362Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7329585Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-01-24T01:28:53.7332788Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-01-24T01:28:53.7336182Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-01-24T01:28:53.7339835Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7343007Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-01-24T01:28:53.7346240Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-01-24T01:28:53.7349632Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-01-24T01:28:53.7353491Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-01-24T01:28:53.7357199Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-01-24T01:28:53.7360968Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7364456Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:53.7368328Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-01-24T01:28:53.7372521Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-01-24T01:28:53.7376914Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7380785Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-01-24T01:28:53.7384738Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-01-24T01:28:53.7388887Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-01-24T01:28:53.7393333Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-01-24T01:28:53.7398143Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-01-24T01:28:53.7402598Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7406639Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:28:53.7410452Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-01-24T01:28:53.7414596Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-01-24T01:28:53.7418817Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-01-24T01:28:53.7422349Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-01-24T01:28:53.7426006Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-01-24T01:28:53.7429884Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-01-24T01:28:53.7433871Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7437209Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-01-24T01:28:53.7440562Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-01-24T01:28:53.7444040Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-01-24T01:28:53.7448205Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-01-24T01:28:53.7452236Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7455536Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:28:53.7458893Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-01-24T01:28:53.7462411Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-01-24T01:28:53.7465943Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-01-24T01:28:53.7469348Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-01-24T01:28:53.7472824Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7476005Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-01-24T01:28:53.7479140Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-01-24T01:28:53.7482554Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-01-24T01:28:53.7485967Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7489067Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-01-24T01:28:53.7492146Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-01-24T01:28:53.7495451Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-01-24T01:28:53.7499005Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-01-24T01:28:53.7502465Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7505476Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-01-24T01:28:53.7508680Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-01-24T01:28:53.7512004Z adding 'torch/include/ATen/ops/cummax.h' 2025-01-24T01:28:53.7515498Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7518772Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7521855Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-01-24T01:28:53.7525409Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-01-24T01:28:53.7528744Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-01-24T01:28:53.7532165Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7535200Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-01-24T01:28:53.7538600Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-01-24T01:28:53.7541924Z adding 'torch/include/ATen/ops/cummin.h' 2025-01-24T01:28:53.7545418Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7548694Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7551739Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-01-24T01:28:53.7555501Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-01-24T01:28:53.7558931Z adding 'torch/include/ATen/ops/cumprod.h' 2025-01-24T01:28:53.7562196Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-01-24T01:28:53.7565617Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7568608Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-01-24T01:28:53.7571870Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-01-24T01:28:53.7575346Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7578795Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7582018Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-01-24T01:28:53.7585327Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-01-24T01:28:53.7588411Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-01-24T01:28:53.7591685Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-01-24T01:28:53.7594840Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-01-24T01:28:53.7598486Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-01-24T01:28:53.7601959Z adding 'torch/include/ATen/ops/cumsum.h' 2025-01-24T01:28:53.7605547Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7608961Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7612122Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-01-24T01:28:53.7615389Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-01-24T01:28:53.7618681Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-01-24T01:28:53.7621953Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-01-24T01:28:53.7625179Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-01-24T01:28:53.7628781Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-01-24T01:28:53.7632206Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-01-24T01:28:53.7635644Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7638645Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-01-24T01:28:53.7641968Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-01-24T01:28:53.7645008Z adding 'torch/include/ATen/ops/data.h' 2025-01-24T01:28:53.7648371Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7651318Z adding 'torch/include/ATen/ops/data_native.h' 2025-01-24T01:28:53.7654521Z adding 'torch/include/ATen/ops/data_ops.h' 2025-01-24T01:28:53.7657897Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-01-24T01:28:53.7661290Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7664340Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-01-24T01:28:53.7667732Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-01-24T01:28:53.7670837Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-01-24T01:28:53.7674213Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7677330Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-01-24T01:28:53.7680572Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-01-24T01:28:53.7683921Z adding 'torch/include/ATen/ops/dequantize.h' 2025-01-24T01:28:53.7687378Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7690569Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-01-24T01:28:53.7693696Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-01-24T01:28:53.7696839Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-01-24T01:28:53.7700459Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-01-24T01:28:53.7703630Z adding 'torch/include/ATen/ops/det.h' 2025-01-24T01:28:53.7707297Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7710291Z adding 'torch/include/ATen/ops/det_native.h' 2025-01-24T01:28:53.7713531Z adding 'torch/include/ATen/ops/det_ops.h' 2025-01-24T01:28:53.7716724Z adding 'torch/include/ATen/ops/detach.h' 2025-01-24T01:28:53.7720051Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7723088Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-01-24T01:28:53.7726462Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7729773Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7732720Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-01-24T01:28:53.7735998Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-01-24T01:28:53.7739327Z adding 'torch/include/ATen/ops/detach_native.h' 2025-01-24T01:28:53.7742596Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-01-24T01:28:53.7745827Z adding 'torch/include/ATen/ops/diag.h' 2025-01-24T01:28:53.7749300Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7752399Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-01-24T01:28:53.7755833Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7759183Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7762136Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-01-24T01:28:53.7765706Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-01-24T01:28:53.7768967Z adding 'torch/include/ATen/ops/diag_native.h' 2025-01-24T01:28:53.7772468Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-01-24T01:28:53.7775654Z adding 'torch/include/ATen/ops/diagflat.h' 2025-01-24T01:28:53.7779401Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7782472Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-01-24T01:28:53.7785813Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-01-24T01:28:53.7789197Z adding 'torch/include/ATen/ops/diagonal.h' 2025-01-24T01:28:53.7792824Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-01-24T01:28:53.7796792Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7799915Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-01-24T01:28:53.7803692Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-01-24T01:28:53.7807141Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7810771Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7813928Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-01-24T01:28:53.7817976Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7821403Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7824913Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-01-24T01:28:53.7828340Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-01-24T01:28:53.7831864Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-01-24T01:28:53.7835256Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-01-24T01:28:53.7838920Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-01-24T01:28:53.7842405Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7846307Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7849300Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-01-24T01:28:53.7853000Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-01-24T01:28:53.7856347Z adding 'torch/include/ATen/ops/diff.h' 2025-01-24T01:28:53.7860274Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7863354Z adding 'torch/include/ATen/ops/diff_native.h' 2025-01-24T01:28:53.7867060Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-01-24T01:28:53.7870380Z adding 'torch/include/ATen/ops/digamma.h' 2025-01-24T01:28:53.7874403Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7878044Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-01-24T01:28:53.7881350Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-01-24T01:28:53.7884899Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-01-24T01:28:53.7888189Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-01-24T01:28:53.7891708Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-01-24T01:28:53.7895287Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-01-24T01:28:53.7898913Z adding 'torch/include/ATen/ops/dist.h' 2025-01-24T01:28:53.7902492Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7905908Z adding 'torch/include/ATen/ops/dist_native.h' 2025-01-24T01:28:53.7909781Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-01-24T01:28:53.7914174Z adding 'torch/include/ATen/ops/div.h' 2025-01-24T01:28:53.7917540Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7921154Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.7924298Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-01-24T01:28:53.7927892Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-01-24T01:28:53.7931142Z adding 'torch/include/ATen/ops/div_meta.h' 2025-01-24T01:28:53.7934746Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-01-24T01:28:53.7938303Z adding 'torch/include/ATen/ops/div_native.h' 2025-01-24T01:28:53.7942145Z adding 'torch/include/ATen/ops/div_ops.h' 2025-01-24T01:28:53.7946094Z adding 'torch/include/ATen/ops/divide.h' 2025-01-24T01:28:53.7949673Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7952791Z adding 'torch/include/ATen/ops/divide_native.h' 2025-01-24T01:28:53.7956786Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-01-24T01:28:53.7960194Z adding 'torch/include/ATen/ops/dot.h' 2025-01-24T01:28:53.7963617Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.7966719Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-01-24T01:28:53.7969915Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-01-24T01:28:53.7973021Z adding 'torch/include/ATen/ops/dot_native.h' 2025-01-24T01:28:53.7976722Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-01-24T01:28:53.7980095Z adding 'torch/include/ATen/ops/dropout.h' 2025-01-24T01:28:53.7983427Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7986445Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-01-24T01:28:53.7989735Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-01-24T01:28:53.7992999Z adding 'torch/include/ATen/ops/dsplit.h' 2025-01-24T01:28:53.7996487Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.7999460Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-01-24T01:28:53.8002704Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-01-24T01:28:53.8005984Z adding 'torch/include/ATen/ops/dstack.h' 2025-01-24T01:28:53.8009406Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8012424Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-01-24T01:28:53.8015896Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-01-24T01:28:53.8019189Z adding 'torch/include/ATen/ops/einsum.h' 2025-01-24T01:28:53.8022485Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8025511Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-01-24T01:28:53.8028770Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-01-24T01:28:53.8032036Z adding 'torch/include/ATen/ops/elu.h' 2025-01-24T01:28:53.8035456Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-01-24T01:28:53.8038985Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8042045Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-01-24T01:28:53.8045281Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-01-24T01:28:53.8048430Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-01-24T01:28:53.8051712Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-01-24T01:28:53.8054866Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-01-24T01:28:53.8058383Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-01-24T01:28:53.8061898Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8065116Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-01-24T01:28:53.8068307Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-01-24T01:28:53.8071471Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-01-24T01:28:53.8074768Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-01-24T01:28:53.8077850Z adding 'torch/include/ATen/ops/elu_native.h' 2025-01-24T01:28:53.8081295Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-01-24T01:28:53.8090048Z adding 'torch/include/ATen/ops/embedding.h' 2025-01-24T01:28:53.8090912Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-01-24T01:28:53.8094511Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8097548Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-01-24T01:28:53.8100930Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-01-24T01:28:53.8104856Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-01-24T01:28:53.8108419Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8111501Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-01-24T01:28:53.8115180Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-01-24T01:28:53.8118738Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8122225Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-01-24T01:28:53.8125947Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8129107Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-01-24T01:28:53.8132370Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-01-24T01:28:53.8135480Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-01-24T01:28:53.8139054Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-01-24T01:28:53.8142259Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-01-24T01:28:53.8145829Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-01-24T01:28:53.8149108Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-01-24T01:28:53.8152535Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8155619Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-01-24T01:28:53.8158746Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-01-24T01:28:53.8161928Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-01-24T01:28:53.8165023Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-01-24T01:28:53.8168401Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-01-24T01:28:53.8171723Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-01-24T01:28:53.8175014Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8178118Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-01-24T01:28:53.8181341Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-01-24T01:28:53.8185200Z adding 'torch/include/ATen/ops/empty.h' 2025-01-24T01:28:53.8188955Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8192256Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8195479Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-01-24T01:28:53.8198780Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-01-24T01:28:53.8202338Z adding 'torch/include/ATen/ops/empty_like.h' 2025-01-24T01:28:53.8205839Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8209023Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-01-24T01:28:53.8212444Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-01-24T01:28:53.8215785Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-01-24T01:28:53.8219314Z adding 'torch/include/ATen/ops/empty_native.h' 2025-01-24T01:28:53.8222904Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-01-24T01:28:53.8226701Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-01-24T01:28:53.8230373Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8233481Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-01-24T01:28:53.8236870Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-01-24T01:28:53.8241016Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-01-24T01:28:53.8244401Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8247396Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-01-24T01:28:53.8250897Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-01-24T01:28:53.8254695Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-01-24T01:28:53.8258544Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8261726Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-01-24T01:28:53.8265030Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-01-24T01:28:53.8268328Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-01-24T01:28:53.8271525Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-01-24T01:28:53.8275001Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-01-24T01:28:53.8278311Z adding 'torch/include/ATen/ops/eq.h' 2025-01-24T01:28:53.8281790Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8284890Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-01-24T01:28:53.8288273Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-01-24T01:28:53.8291399Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-01-24T01:28:53.8294611Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-01-24T01:28:53.8297928Z adding 'torch/include/ATen/ops/eq_native.h' 2025-01-24T01:28:53.8301841Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-01-24T01:28:53.8305411Z adding 'torch/include/ATen/ops/equal.h' 2025-01-24T01:28:53.8308486Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-01-24T01:28:53.8311617Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-01-24T01:28:53.8314719Z adding 'torch/include/ATen/ops/equal_native.h' 2025-01-24T01:28:53.8317999Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-01-24T01:28:53.8321302Z adding 'torch/include/ATen/ops/erf.h' 2025-01-24T01:28:53.8324759Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8327799Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-01-24T01:28:53.8331108Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-01-24T01:28:53.8334185Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-01-24T01:28:53.8337543Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-01-24T01:28:53.8340782Z adding 'torch/include/ATen/ops/erf_native.h' 2025-01-24T01:28:53.8344036Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-01-24T01:28:53.8347262Z adding 'torch/include/ATen/ops/erfc.h' 2025-01-24T01:28:53.8350677Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8353959Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-01-24T01:28:53.8357015Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-01-24T01:28:53.8360114Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-01-24T01:28:53.8363342Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-01-24T01:28:53.8366455Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-01-24T01:28:53.8369877Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-01-24T01:28:53.8373174Z adding 'torch/include/ATen/ops/erfinv.h' 2025-01-24T01:28:53.8376574Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8379788Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-01-24T01:28:53.8383119Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-01-24T01:28:53.8386216Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-01-24T01:28:53.8389416Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-01-24T01:28:53.8392558Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-01-24T01:28:53.8395862Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-01-24T01:28:53.8399096Z adding 'torch/include/ATen/ops/exp.h' 2025-01-24T01:28:53.8402548Z adding 'torch/include/ATen/ops/exp2.h' 2025-01-24T01:28:53.8406180Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8409371Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-01-24T01:28:53.8412711Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-01-24T01:28:53.8416063Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-01-24T01:28:53.8419852Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-01-24T01:28:53.8423001Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-01-24T01:28:53.8426674Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-01-24T01:28:53.8430205Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8433742Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-01-24T01:28:53.8437235Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-01-24T01:28:53.8440403Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-01-24T01:28:53.8443853Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-01-24T01:28:53.8447278Z adding 'torch/include/ATen/ops/exp_native.h' 2025-01-24T01:28:53.8451069Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-01-24T01:28:53.8454312Z adding 'torch/include/ATen/ops/expand.h' 2025-01-24T01:28:53.8457741Z adding 'torch/include/ATen/ops/expand_as.h' 2025-01-24T01:28:53.8461206Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8464313Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-01-24T01:28:53.8467817Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-01-24T01:28:53.8471261Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8474745Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-01-24T01:28:53.8478321Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8481884Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8485000Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-01-24T01:28:53.8488521Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-01-24T01:28:53.8491765Z adding 'torch/include/ATen/ops/expand_native.h' 2025-01-24T01:28:53.8495172Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-01-24T01:28:53.8498678Z adding 'torch/include/ATen/ops/expm1.h' 2025-01-24T01:28:53.8502291Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.8506015Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-01-24T01:28:53.8509328Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-01-24T01:28:53.8512558Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-01-24T01:28:53.8515978Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-01-24T01:28:53.8519186Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-01-24T01:28:53.8522714Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-01-24T01:28:53.8526087Z adding 'torch/include/ATen/ops/exponential.h' 2025-01-24T01:28:53.8529748Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8532942Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-01-24T01:28:53.8536293Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-01-24T01:28:53.8539918Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-01-24T01:28:53.8543121Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-01-24T01:28:53.8546739Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-01-24T01:28:53.8550658Z adding 'torch/include/ATen/ops/eye.h' 2025-01-24T01:28:53.8554623Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8558044Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-01-24T01:28:53.8561426Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-01-24T01:28:53.8564861Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-01-24T01:28:53.8568082Z adding 'torch/include/ATen/ops/eye_native.h' 2025-01-24T01:28:53.8571829Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-01-24T01:28:53.8575477Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-01-24T01:28:53.8579145Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-01-24T01:28:53.8582546Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-01-24T01:28:53.8586093Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8589333Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-01-24T01:28:53.8592783Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-01-24T01:28:53.8596397Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8599658Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:28:53.8604003Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:28:53.8607503Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-01-24T01:28:53.8611155Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-01-24T01:28:53.8614673Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8617907Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-01-24T01:28:53.8621256Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-01-24T01:28:53.8624683Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-01-24T01:28:53.8628142Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-01-24T01:28:53.8631719Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-01-24T01:28:53.8635294Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8638804Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-01-24T01:28:53.8641876Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-01-24T01:28:53.8645310Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8648644Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:28:53.8651992Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:28:53.8655374Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-01-24T01:28:53.8658910Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-01-24T01:28:53.8662515Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8665767Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-01-24T01:28:53.8669238Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-01-24T01:28:53.8672624Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-01-24T01:28:53.8676109Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8679225Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-01-24T01:28:53.8682854Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8685915Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-01-24T01:28:53.8689259Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-01-24T01:28:53.8692328Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-01-24T01:28:53.8695571Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-01-24T01:28:53.8699122Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-01-24T01:28:53.8702587Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8705790Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-01-24T01:28:53.8709236Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8712285Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-01-24T01:28:53.8715615Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-01-24T01:28:53.8718823Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-01-24T01:28:53.8722096Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-01-24T01:28:53.8725224Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-01-24T01:28:53.8728703Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8731896Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-01-24T01:28:53.8735149Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-01-24T01:28:53.8738649Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-01-24T01:28:53.8741926Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8744940Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-01-24T01:28:53.8748155Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-01-24T01:28:53.8751621Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-01-24T01:28:53.8754777Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8757783Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-01-24T01:28:53.8761486Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-01-24T01:28:53.8764282Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-01-24T01:28:53.8767640Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8771125Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-01-24T01:28:53.8774410Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-01-24T01:28:53.8777724Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-01-24T01:28:53.8781158Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8784991Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-01-24T01:28:53.8787722Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-01-24T01:28:53.8791254Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-01-24T01:28:53.8794958Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-01-24T01:28:53.8798604Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8801779Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-01-24T01:28:53.8805106Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-01-24T01:28:53.8808646Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8811804Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-01-24T01:28:53.8815113Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-01-24T01:28:53.8818606Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-01-24T01:28:53.8822106Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.8825164Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-01-24T01:28:53.8828526Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-01-24T01:28:53.8832175Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-01-24T01:28:53.8835834Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8838877Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-01-24T01:28:53.8842311Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-01-24T01:28:53.8845741Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-01-24T01:28:53.8848931Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8851830Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-01-24T01:28:53.8855094Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-01-24T01:28:53.8858954Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-01-24T01:28:53.8862630Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-01-24T01:28:53.8866165Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8869248Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-01-24T01:28:53.8872789Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-01-24T01:28:53.8876307Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8880053Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-01-24T01:28:53.8883562Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-01-24T01:28:53.8887586Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-01-24T01:28:53.8891986Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8895669Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-01-24T01:28:53.8899953Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-01-24T01:28:53.8904056Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-01-24T01:28:53.8907906Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-01-24T01:28:53.8912236Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8915880Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-01-24T01:28:53.8919952Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-01-24T01:28:53.8924228Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8927907Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-01-24T01:28:53.8931157Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-01-24T01:28:53.8935563Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-01-24T01:28:53.8939945Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8943727Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-01-24T01:28:53.8947872Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-01-24T01:28:53.8951505Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-01-24T01:28:53.8954937Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8958105Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-01-24T01:28:53.8961460Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-01-24T01:28:53.8965032Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-01-24T01:28:53.8968925Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-01-24T01:28:53.8972609Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8975877Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-01-24T01:28:53.8979549Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-01-24T01:28:53.8983646Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.8986423Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-01-24T01:28:53.8989946Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-01-24T01:28:53.8993732Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-01-24T01:28:53.8997506Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9000633Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-01-24T01:28:53.9004281Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-01-24T01:28:53.9008053Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-01-24T01:28:53.9011855Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-01-24T01:28:53.9015708Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9018962Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-01-24T01:28:53.9022550Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-01-24T01:28:53.9026255Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9029382Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-01-24T01:28:53.9032969Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-01-24T01:28:53.9036854Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-01-24T01:28:53.9040593Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9043643Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-01-24T01:28:53.9047041Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-01-24T01:28:53.9051455Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-01-24T01:28:53.9055169Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-01-24T01:28:53.9058858Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9061959Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-01-24T01:28:53.9065565Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-01-24T01:28:53.9069140Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9072220Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-01-24T01:28:53.9075624Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-01-24T01:28:53.9079076Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-01-24T01:28:53.9082791Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9085740Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-01-24T01:28:53.9089006Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-01-24T01:28:53.9092607Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-01-24T01:28:53.9096553Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9100193Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-01-24T01:28:53.9103163Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-01-24T01:28:53.9106555Z adding 'torch/include/ATen/ops/fill.h' 2025-01-24T01:28:53.9110013Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9113247Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-01-24T01:28:53.9116415Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-01-24T01:28:53.9119430Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-01-24T01:28:53.9122825Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9125833Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-01-24T01:28:53.9129093Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-01-24T01:28:53.9132313Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-01-24T01:28:53.9135506Z adding 'torch/include/ATen/ops/fill_native.h' 2025-01-24T01:28:53.9139217Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-01-24T01:28:53.9142653Z adding 'torch/include/ATen/ops/fix.h' 2025-01-24T01:28:53.9145979Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9149417Z adding 'torch/include/ATen/ops/fix_native.h' 2025-01-24T01:28:53.9152588Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-01-24T01:28:53.9156167Z adding 'torch/include/ATen/ops/flatten.h' 2025-01-24T01:28:53.9159627Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9162597Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-01-24T01:28:53.9166026Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9169041Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-01-24T01:28:53.9172360Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-01-24T01:28:53.9175459Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-01-24T01:28:53.9178983Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-01-24T01:28:53.9182332Z adding 'torch/include/ATen/ops/flip.h' 2025-01-24T01:28:53.9185834Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9188962Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-01-24T01:28:53.9192116Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-01-24T01:28:53.9195221Z adding 'torch/include/ATen/ops/flip_native.h' 2025-01-24T01:28:53.9198487Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-01-24T01:28:53.9201777Z adding 'torch/include/ATen/ops/fliplr.h' 2025-01-24T01:28:53.9205148Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9208002Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-01-24T01:28:53.9211252Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-01-24T01:28:53.9214391Z adding 'torch/include/ATen/ops/flipud.h' 2025-01-24T01:28:53.9217850Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9220832Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-01-24T01:28:53.9224078Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-01-24T01:28:53.9227475Z adding 'torch/include/ATen/ops/float_power.h' 2025-01-24T01:28:53.9231232Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9234141Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-01-24T01:28:53.9237814Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-01-24T01:28:53.9241254Z adding 'torch/include/ATen/ops/floor.h' 2025-01-24T01:28:53.9244764Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9247825Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-01-24T01:28:53.9251049Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-01-24T01:28:53.9254610Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-01-24T01:28:53.9258697Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9261727Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-01-24T01:28:53.9265051Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-01-24T01:28:53.9268170Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-01-24T01:28:53.9271542Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-01-24T01:28:53.9275129Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-01-24T01:28:53.9278597Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-01-24T01:28:53.9282048Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-01-24T01:28:53.9285291Z adding 'torch/include/ATen/ops/floor_native.h' 2025-01-24T01:28:53.9291381Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-01-24T01:28:53.9294829Z adding 'torch/include/ATen/ops/fmax.h' 2025-01-24T01:28:53.9299805Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9301942Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-01-24T01:28:53.9305266Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-01-24T01:28:53.9308463Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-01-24T01:28:53.9311973Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-01-24T01:28:53.9316729Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-01-24T01:28:53.9320076Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-01-24T01:28:53.9323916Z adding 'torch/include/ATen/ops/fmin.h' 2025-01-24T01:28:53.9328094Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9354917Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-01-24T01:28:53.9355075Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-01-24T01:28:53.9355198Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-01-24T01:28:53.9355450Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-01-24T01:28:53.9355570Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-01-24T01:28:53.9355694Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-01-24T01:28:53.9355802Z adding 'torch/include/ATen/ops/fmod.h' 2025-01-24T01:28:53.9358114Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9361619Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9364681Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-01-24T01:28:53.9368147Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-01-24T01:28:53.9371322Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-01-24T01:28:53.9374949Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-01-24T01:28:53.9378296Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-01-24T01:28:53.9382083Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-01-24T01:28:53.9385514Z adding 'torch/include/ATen/ops/frac.h' 2025-01-24T01:28:53.9388970Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9392042Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-01-24T01:28:53.9395248Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-01-24T01:28:53.9398524Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-01-24T01:28:53.9401993Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-01-24T01:28:53.9405146Z adding 'torch/include/ATen/ops/frac_native.h' 2025-01-24T01:28:53.9408496Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-01-24T01:28:53.9411935Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-01-24T01:28:53.9415587Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-01-24T01:28:53.9419197Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9422193Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.9425527Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.9429360Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-01-24T01:28:53.9432314Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:28:53.9435441Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-01-24T01:28:53.9438934Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-01-24T01:28:53.9442478Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9445609Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-01-24T01:28:53.9448890Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-01-24T01:28:53.9452061Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-01-24T01:28:53.9455356Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-01-24T01:28:53.9458850Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-01-24T01:28:53.9462397Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-01-24T01:28:53.9465725Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-01-24T01:28:53.9469156Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-01-24T01:28:53.9473113Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.9475947Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.9479087Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-01-24T01:28:53.9482513Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-01-24T01:28:53.9486080Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9489429Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-01-24T01:28:53.9492740Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-01-24T01:28:53.9496922Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-01-24T01:28:53.9500653Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-01-24T01:28:53.9503925Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-01-24T01:28:53.9507370Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-01-24T01:28:53.9510649Z adding 'torch/include/ATen/ops/frexp.h' 2025-01-24T01:28:53.9514037Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9517326Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-01-24T01:28:53.9520488Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-01-24T01:28:53.9523557Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-01-24T01:28:53.9526906Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-01-24T01:28:53.9530201Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-01-24T01:28:53.9533733Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9536794Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-01-24T01:28:53.9540144Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-01-24T01:28:53.9543929Z adding 'torch/include/ATen/ops/from_blob.h' 2025-01-24T01:28:53.9547560Z adding 'torch/include/ATen/ops/from_file.h' 2025-01-24T01:28:53.9550966Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9554108Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-01-24T01:28:53.9557336Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-01-24T01:28:53.9560914Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-01-24T01:28:53.9564782Z adding 'torch/include/ATen/ops/full.h' 2025-01-24T01:28:53.9568406Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9571792Z adding 'torch/include/ATen/ops/full_like.h' 2025-01-24T01:28:53.9575509Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9578782Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-01-24T01:28:53.9582118Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-01-24T01:28:53.9585811Z adding 'torch/include/ATen/ops/full_native.h' 2025-01-24T01:28:53.9589588Z adding 'torch/include/ATen/ops/full_ops.h' 2025-01-24T01:28:53.9593155Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-01-24T01:28:53.9596935Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9624678Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-01-24T01:28:53.9625289Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-01-24T01:28:53.9625749Z adding 'torch/include/ATen/ops/gather.h' 2025-01-24T01:28:53.9626101Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-01-24T01:28:53.9626641Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9630627Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-01-24T01:28:53.9631058Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-01-24T01:28:53.9632191Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9632905Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9633413Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-01-24T01:28:53.9633822Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-01-24T01:28:53.9637282Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-01-24T01:28:53.9640531Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-01-24T01:28:53.9643819Z adding 'torch/include/ATen/ops/gather_native.h' 2025-01-24T01:28:53.9647344Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-01-24T01:28:53.9650925Z adding 'torch/include/ATen/ops/gcd.h' 2025-01-24T01:28:53.9654593Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9658110Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-01-24T01:28:53.9661345Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-01-24T01:28:53.9664537Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-01-24T01:28:53.9667939Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-01-24T01:28:53.9671214Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-01-24T01:28:53.9674728Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-01-24T01:28:53.9678765Z adding 'torch/include/ATen/ops/ge.h' 2025-01-24T01:28:53.9682587Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9685875Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-01-24T01:28:53.9689280Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-01-24T01:28:53.9692713Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-01-24T01:28:53.9695926Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-01-24T01:28:53.9699453Z adding 'torch/include/ATen/ops/ge_native.h' 2025-01-24T01:28:53.9703022Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-01-24T01:28:53.9706715Z adding 'torch/include/ATen/ops/gelu.h' 2025-01-24T01:28:53.9710149Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-01-24T01:28:53.9713815Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9717070Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-01-24T01:28:53.9720375Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-01-24T01:28:53.9723724Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-01-24T01:28:53.9727040Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-01-24T01:28:53.9730442Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-01-24T01:28:53.9733849Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-01-24T01:28:53.9737694Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9740877Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-01-24T01:28:53.9744275Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-01-24T01:28:53.9747569Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-01-24T01:28:53.9750880Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-01-24T01:28:53.9754272Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-01-24T01:28:53.9757726Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-01-24T01:28:53.9761300Z adding 'torch/include/ATen/ops/geometric.h' 2025-01-24T01:28:53.9764805Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9768230Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-01-24T01:28:53.9771537Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-01-24T01:28:53.9775009Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-01-24T01:28:53.9778354Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-01-24T01:28:53.9781822Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-01-24T01:28:53.9785288Z adding 'torch/include/ATen/ops/geqrf.h' 2025-01-24T01:28:53.9788663Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-01-24T01:28:53.9792660Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-01-24T01:28:53.9795354Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-01-24T01:28:53.9798828Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-01-24T01:28:53.9802106Z adding 'torch/include/ATen/ops/ger.h' 2025-01-24T01:28:53.9805721Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9808972Z adding 'torch/include/ATen/ops/ger_native.h' 2025-01-24T01:28:53.9812901Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-01-24T01:28:53.9816309Z adding 'torch/include/ATen/ops/glu.h' 2025-01-24T01:28:53.9819988Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-01-24T01:28:53.9823961Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-01-24T01:28:53.9835095Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-01-24T01:28:53.9835548Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-01-24T01:28:53.9836088Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9838629Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-01-24T01:28:53.9842058Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-01-24T01:28:53.9845183Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-01-24T01:28:53.9848878Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-01-24T01:28:53.9853696Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-01-24T01:28:53.9856151Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-01-24T01:28:53.9860127Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:53.9862987Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-01-24T01:28:53.9866202Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-01-24T01:28:53.9871059Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-01-24T01:28:53.9873167Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9876350Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-01-24T01:28:53.9879548Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-01-24T01:28:53.9882621Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-01-24T01:28:53.9887533Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-01-24T01:28:53.9889427Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-01-24T01:28:53.9892711Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-01-24T01:28:53.9895870Z adding 'torch/include/ATen/ops/glu_native.h' 2025-01-24T01:28:53.9899382Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-01-24T01:28:53.9902848Z adding 'torch/include/ATen/ops/gradient.h' 2025-01-24T01:28:53.9906514Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9909538Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-01-24T01:28:53.9913228Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-01-24T01:28:53.9916647Z adding 'torch/include/ATen/ops/greater.h' 2025-01-24T01:28:53.9920378Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9924803Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-01-24T01:28:53.9931035Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:53.9934173Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-01-24T01:28:53.9937872Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-01-24T01:28:53.9941206Z adding 'torch/include/ATen/ops/greater_native.h' 2025-01-24T01:28:53.9944809Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-01-24T01:28:53.9948146Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-01-24T01:28:53.9951406Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-01-24T01:28:53.9954890Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-01-24T01:28:53.9958495Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9961773Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-01-24T01:28:53.9965191Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-01-24T01:28:53.9968393Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-01-24T01:28:53.9971888Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-01-24T01:28:53.9975573Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:53.9978873Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-01-24T01:28:53.9982440Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-01-24T01:28:53.9986258Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-01-24T01:28:53.9989201Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-01-24T01:28:53.9992925Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-01-24T01:28:53.9996237Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-01-24T01:28:54.0000048Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0004420Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0006811Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0010591Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-01-24T01:28:54.0013760Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-01-24T01:28:54.0017471Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0020713Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-01-24T01:28:54.0024204Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-01-24T01:28:54.0028098Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-01-24T01:28:54.0030973Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-01-24T01:28:54.0034624Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0037609Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-01-24T01:28:54.0041106Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-01-24T01:28:54.0045498Z adding 'torch/include/ATen/ops/group_norm.h' 2025-01-24T01:28:54.0047967Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0051611Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-01-24T01:28:54.0054590Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-01-24T01:28:54.0058310Z adding 'torch/include/ATen/ops/gru.h' 2025-01-24T01:28:54.0061594Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-01-24T01:28:54.0065334Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0069200Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-01-24T01:28:54.0071833Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-01-24T01:28:54.0075462Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0078557Z adding 'torch/include/ATen/ops/gru_native.h' 2025-01-24T01:28:54.0082187Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-01-24T01:28:54.0086719Z adding 'torch/include/ATen/ops/gt.h' 2025-01-24T01:28:54.0089234Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0092713Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-01-24T01:28:54.0095897Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-01-24T01:28:54.0099370Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-01-24T01:28:54.0102659Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-01-24T01:28:54.0106154Z adding 'torch/include/ATen/ops/gt_native.h' 2025-01-24T01:28:54.0110338Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-01-24T01:28:54.0113809Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-01-24T01:28:54.0117872Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0122114Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-01-24T01:28:54.0125447Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-01-24T01:28:54.0129368Z adding 'torch/include/ATen/ops/hann_window.h' 2025-01-24T01:28:54.0133914Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0136270Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-01-24T01:28:54.0140127Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-01-24T01:28:54.0143452Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-01-24T01:28:54.0147023Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-01-24T01:28:54.0151679Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0153772Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0157457Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0160394Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-01-24T01:28:54.0163880Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-01-24T01:28:54.0167158Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-01-24T01:28:54.0170734Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-01-24T01:28:54.0175128Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0177600Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-01-24T01:28:54.0181089Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-01-24T01:28:54.0184251Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-01-24T01:28:54.0187794Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-01-24T01:28:54.0191178Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-01-24T01:28:54.0194448Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-01-24T01:28:54.0197844Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-01-24T01:28:54.0201207Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-01-24T01:28:54.0204878Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0208208Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0211454Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0214614Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-01-24T01:28:54.0218214Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-01-24T01:28:54.0221503Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-01-24T01:28:54.0225022Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-01-24T01:28:54.0228595Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0231655Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-01-24T01:28:54.0235135Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-01-24T01:28:54.0238619Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-01-24T01:28:54.0241985Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-01-24T01:28:54.0245276Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-01-24T01:28:54.0248670Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-01-24T01:28:54.0251985Z adding 'torch/include/ATen/ops/hardswish.h' 2025-01-24T01:28:54.0255302Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-01-24T01:28:54.0259083Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0262300Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0266010Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0269259Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-01-24T01:28:54.0272743Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-01-24T01:28:54.0276104Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-01-24T01:28:54.0280466Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-01-24T01:28:54.0282696Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-01-24T01:28:54.0286475Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-01-24T01:28:54.0289314Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-01-24T01:28:54.0292870Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-01-24T01:28:54.0296254Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-01-24T01:28:54.0299903Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0304365Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0306548Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-01-24T01:28:54.0315401Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-01-24T01:28:54.0315821Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-01-24T01:28:54.0317478Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-01-24T01:28:54.0321665Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-01-24T01:28:54.0324173Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-01-24T01:28:54.0327869Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-01-24T01:28:54.0331180Z adding 'torch/include/ATen/ops/heaviside.h' 2025-01-24T01:28:54.0334959Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0338161Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-01-24T01:28:54.0341391Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-01-24T01:28:54.0345453Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-01-24T01:28:54.0348140Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-01-24T01:28:54.0351299Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-01-24T01:28:54.0354715Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-01-24T01:28:54.0358043Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-01-24T01:28:54.0361909Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0364755Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-01-24T01:28:54.0368072Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-01-24T01:28:54.0371252Z adding 'torch/include/ATen/ops/histc.h' 2025-01-24T01:28:54.0374568Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-01-24T01:28:54.0377953Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-01-24T01:28:54.0381195Z adding 'torch/include/ATen/ops/histc_native.h' 2025-01-24T01:28:54.0384639Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-01-24T01:28:54.0388048Z adding 'torch/include/ATen/ops/histogram.h' 2025-01-24T01:28:54.0393234Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-01-24T01:28:54.0395336Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-01-24T01:28:54.0398994Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-01-24T01:28:54.0402498Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-01-24T01:28:54.0405989Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0409097Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-01-24T01:28:54.0412615Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-01-24T01:28:54.0415900Z adding 'torch/include/ATen/ops/hsplit.h' 2025-01-24T01:28:54.0419430Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0422551Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-01-24T01:28:54.0425916Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-01-24T01:28:54.0429148Z adding 'torch/include/ATen/ops/hspmm.h' 2025-01-24T01:28:54.0432321Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-01-24T01:28:54.0435637Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-01-24T01:28:54.0438939Z adding 'torch/include/ATen/ops/hstack.h' 2025-01-24T01:28:54.0442233Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0445189Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-01-24T01:28:54.0450025Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-01-24T01:28:54.0452121Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-01-24T01:28:54.0455441Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-01-24T01:28:54.0459024Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0462151Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.0465746Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.0469372Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-01-24T01:28:54.0472960Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-01-24T01:28:54.0476259Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-01-24T01:28:54.0479702Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-01-24T01:28:54.0482844Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-01-24T01:28:54.0486381Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-01-24T01:28:54.0489627Z adding 'torch/include/ATen/ops/hypot.h' 2025-01-24T01:28:54.0493247Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0496546Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-01-24T01:28:54.0499853Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-01-24T01:28:54.0503077Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-01-24T01:28:54.0506335Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-01-24T01:28:54.0509585Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-01-24T01:28:54.0512939Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-01-24T01:28:54.0516366Z adding 'torch/include/ATen/ops/i0.h' 2025-01-24T01:28:54.0519791Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0523035Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-01-24T01:28:54.0526276Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-01-24T01:28:54.0529560Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-01-24T01:28:54.0532844Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-01-24T01:28:54.0536105Z adding 'torch/include/ATen/ops/i0_native.h' 2025-01-24T01:28:54.0539742Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-01-24T01:28:54.0542997Z adding 'torch/include/ATen/ops/igamma.h' 2025-01-24T01:28:54.0546640Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0549819Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-01-24T01:28:54.0553164Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-01-24T01:28:54.0556297Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-01-24T01:28:54.0559807Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-01-24T01:28:54.0562965Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-01-24T01:28:54.0566541Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-01-24T01:28:54.0570001Z adding 'torch/include/ATen/ops/igammac.h' 2025-01-24T01:28:54.0573481Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0576613Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-01-24T01:28:54.0580139Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-01-24T01:28:54.0583236Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-01-24T01:28:54.0586477Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-01-24T01:28:54.0589876Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-01-24T01:28:54.0593148Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-01-24T01:28:54.0596634Z adding 'torch/include/ATen/ops/im2col.h' 2025-01-24T01:28:54.0600073Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-01-24T01:28:54.0603418Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-01-24T01:28:54.0606704Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-01-24T01:28:54.0610067Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-01-24T01:28:54.0613452Z adding 'torch/include/ATen/ops/imag.h' 2025-01-24T01:28:54.0616817Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0620153Z adding 'torch/include/ATen/ops/imag_native.h' 2025-01-24T01:28:54.0623435Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-01-24T01:28:54.0626830Z adding 'torch/include/ATen/ops/index.h' 2025-01-24T01:28:54.0630272Z adding 'torch/include/ATen/ops/index_add.h' 2025-01-24T01:28:54.0633779Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0637160Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0640308Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-01-24T01:28:54.0643774Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-01-24T01:28:54.0647336Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-01-24T01:28:54.0650566Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-01-24T01:28:54.0654140Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-01-24T01:28:54.0657798Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-01-24T01:28:54.0661683Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0664881Z adding 'torch/include/ATen/ops/index_copy.h' 2025-01-24T01:28:54.0668386Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0671777Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0674912Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-01-24T01:28:54.0679470Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-01-24T01:28:54.0684326Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-01-24T01:28:54.0689423Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-01-24T01:28:54.0694242Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-01-24T01:28:54.0699759Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-01-24T01:28:54.0704990Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-01-24T01:28:54.0709896Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-01-24T01:28:54.0714576Z adding 'torch/include/ATen/ops/index_fill.h' 2025-01-24T01:28:54.0719144Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0722115Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0725339Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-01-24T01:28:54.0728911Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-01-24T01:28:54.0732625Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-01-24T01:28:54.0737098Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-01-24T01:28:54.0740696Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-01-24T01:28:54.0744642Z adding 'torch/include/ATen/ops/index_meta.h' 2025-01-24T01:28:54.0748899Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-01-24T01:28:54.0751793Z adding 'torch/include/ATen/ops/index_native.h' 2025-01-24T01:28:54.0755663Z adding 'torch/include/ATen/ops/index_ops.h' 2025-01-24T01:28:54.0763767Z adding 'torch/include/ATen/ops/index_put.h' 2025-01-24T01:28:54.0766781Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0770563Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-01-24T01:28:54.0774956Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-01-24T01:28:54.0779533Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-01-24T01:28:54.0784179Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0787394Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-01-24T01:28:54.0790687Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-01-24T01:28:54.0793948Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-01-24T01:28:54.0797474Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-01-24T01:28:54.0800639Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-01-24T01:28:54.0804047Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-01-24T01:28:54.0807428Z adding 'torch/include/ATen/ops/index_select.h' 2025-01-24T01:28:54.0811973Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-01-24T01:28:54.0814520Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0817680Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-01-24T01:28:54.0820971Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-01-24T01:28:54.0824332Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0827429Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-01-24T01:28:54.0830616Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-01-24T01:28:54.0833783Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-01-24T01:28:54.0837147Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-01-24T01:28:54.0840251Z adding 'torch/include/ATen/ops/indices.h' 2025-01-24T01:28:54.0843921Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0846944Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-01-24T01:28:54.0850294Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0853533Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.0856411Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-01-24T01:28:54.0859818Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-01-24T01:28:54.0862886Z adding 'torch/include/ATen/ops/indices_native.h' 2025-01-24T01:28:54.0866088Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-01-24T01:28:54.0869373Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-01-24T01:28:54.0872770Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0875772Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-01-24T01:28:54.0878971Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-01-24T01:28:54.0882124Z adding 'torch/include/ATen/ops/inner.h' 2025-01-24T01:28:54.0885362Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0888328Z adding 'torch/include/ATen/ops/inner_native.h' 2025-01-24T01:28:54.0891576Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-01-24T01:28:54.0894793Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-01-24T01:28:54.0899272Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0901595Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-01-24T01:28:54.0904864Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-01-24T01:28:54.0908064Z adding 'torch/include/ATen/ops/int_repr.h' 2025-01-24T01:28:54.0911372Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0914343Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-01-24T01:28:54.0917589Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-01-24T01:28:54.0920730Z adding 'torch/include/ATen/ops/inverse.h' 2025-01-24T01:28:54.0924085Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0927049Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-01-24T01:28:54.0930357Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-01-24T01:28:54.0933386Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-01-24T01:28:54.0937006Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.0940119Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-01-24T01:28:54.0943288Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-01-24T01:28:54.0946398Z adding 'torch/include/ATen/ops/is_complex.h' 2025-01-24T01:28:54.0949788Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0952832Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-01-24T01:28:54.0956006Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-01-24T01:28:54.0959147Z adding 'torch/include/ATen/ops/is_conj.h' 2025-01-24T01:28:54.0962429Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0965399Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-01-24T01:28:54.0969359Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-01-24T01:28:54.0971804Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-01-24T01:28:54.0975141Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0978188Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-01-24T01:28:54.0981416Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-01-24T01:28:54.0984570Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-01-24T01:28:54.0987892Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.0990844Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-01-24T01:28:54.0994028Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-01-24T01:28:54.0997097Z adding 'torch/include/ATen/ops/is_inference.h' 2025-01-24T01:28:54.1000386Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1003327Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-01-24T01:28:54.1006467Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-01-24T01:28:54.1009861Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-01-24T01:28:54.1013082Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1016026Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-01-24T01:28:54.1019467Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-01-24T01:28:54.1022468Z adding 'torch/include/ATen/ops/is_neg.h' 2025-01-24T01:28:54.1025769Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1028676Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-01-24T01:28:54.1031843Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-01-24T01:28:54.1034961Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-01-24T01:28:54.1038184Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1041171Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-01-24T01:28:54.1044408Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-01-24T01:28:54.1047433Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-01-24T01:28:54.1050908Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1053880Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-01-24T01:28:54.1057030Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-01-24T01:28:54.1060348Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-01-24T01:28:54.1063732Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1066785Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-01-24T01:28:54.1070055Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-01-24T01:28:54.1073101Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-01-24T01:28:54.1076342Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-01-24T01:28:54.1079520Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-01-24T01:28:54.1082760Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-01-24T01:28:54.1085907Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-01-24T01:28:54.1088948Z adding 'torch/include/ATen/ops/is_signed.h' 2025-01-24T01:28:54.1092344Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1095290Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-01-24T01:28:54.1098762Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-01-24T01:28:54.1101998Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-01-24T01:28:54.1105284Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1108245Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-01-24T01:28:54.1111453Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-01-24T01:28:54.1114686Z adding 'torch/include/ATen/ops/isclose.h' 2025-01-24T01:28:54.1118084Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1120989Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-01-24T01:28:54.1124211Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-01-24T01:28:54.1127639Z adding 'torch/include/ATen/ops/isfinite.h' 2025-01-24T01:28:54.1131215Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1134361Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-01-24T01:28:54.1137735Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-01-24T01:28:54.1141342Z adding 'torch/include/ATen/ops/isin.h' 2025-01-24T01:28:54.1145073Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1148344Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-01-24T01:28:54.1151950Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-01-24T01:28:54.1155246Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-01-24T01:28:54.1158722Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-01-24T01:28:54.1162128Z adding 'torch/include/ATen/ops/isin_native.h' 2025-01-24T01:28:54.1165807Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-01-24T01:28:54.1169369Z adding 'torch/include/ATen/ops/isinf.h' 2025-01-24T01:28:54.1172864Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1176085Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-01-24T01:28:54.1179767Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-01-24T01:28:54.1183050Z adding 'torch/include/ATen/ops/isnan.h' 2025-01-24T01:28:54.1186540Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1189674Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-01-24T01:28:54.1193448Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-01-24T01:28:54.1196727Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-01-24T01:28:54.1200133Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-01-24T01:28:54.1203479Z adding 'torch/include/ATen/ops/isneginf.h' 2025-01-24T01:28:54.1206977Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1210227Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-01-24T01:28:54.1213559Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-01-24T01:28:54.1216925Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-01-24T01:28:54.1220548Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-01-24T01:28:54.1223735Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-01-24T01:28:54.1227361Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-01-24T01:28:54.1230625Z adding 'torch/include/ATen/ops/isposinf.h' 2025-01-24T01:28:54.1234272Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1237537Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-01-24T01:28:54.1240821Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-01-24T01:28:54.1244310Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-01-24T01:28:54.1247498Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-01-24T01:28:54.1251481Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-01-24T01:28:54.1255041Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-01-24T01:28:54.1258420Z adding 'torch/include/ATen/ops/isreal.h' 2025-01-24T01:28:54.1261972Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1265030Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-01-24T01:28:54.1268476Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-01-24T01:28:54.1271888Z adding 'torch/include/ATen/ops/istft.h' 2025-01-24T01:28:54.1275598Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1278768Z adding 'torch/include/ATen/ops/istft_native.h' 2025-01-24T01:28:54.1282360Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-01-24T01:28:54.1285480Z adding 'torch/include/ATen/ops/item.h' 2025-01-24T01:28:54.1288842Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1292048Z adding 'torch/include/ATen/ops/item_native.h' 2025-01-24T01:28:54.1295404Z adding 'torch/include/ATen/ops/item_ops.h' 2025-01-24T01:28:54.1299474Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-01-24T01:28:54.1303282Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1306466Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-01-24T01:28:54.1310389Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-01-24T01:28:54.1314355Z adding 'torch/include/ATen/ops/kl_div.h' 2025-01-24T01:28:54.1317414Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1336361Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-01-24T01:28:54.1336483Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-01-24T01:28:54.1336596Z adding 'torch/include/ATen/ops/kron.h' 2025-01-24T01:28:54.1336846Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1336962Z adding 'torch/include/ATen/ops/kron_native.h' 2025-01-24T01:28:54.1339415Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-01-24T01:28:54.1365470Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-01-24T01:28:54.1365916Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1366188Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1366350Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-01-24T01:28:54.1366505Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-01-24T01:28:54.1366715Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-01-24T01:28:54.1366843Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-01-24T01:28:54.1369847Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-01-24T01:28:54.1373430Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1376497Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-01-24T01:28:54.1380119Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-01-24T01:28:54.1383801Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-01-24T01:28:54.1387409Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1390728Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-01-24T01:28:54.1394088Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-01-24T01:28:54.1397451Z adding 'torch/include/ATen/ops/lcm.h' 2025-01-24T01:28:54.1401043Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1404189Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-01-24T01:28:54.1407466Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-01-24T01:28:54.1410603Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-01-24T01:28:54.1413858Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-01-24T01:28:54.1417265Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-01-24T01:28:54.1420787Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-01-24T01:28:54.1424070Z adding 'torch/include/ATen/ops/ldexp.h' 2025-01-24T01:28:54.1427529Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1430587Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-01-24T01:28:54.1433950Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-01-24T01:28:54.1437300Z adding 'torch/include/ATen/ops/le.h' 2025-01-24T01:28:54.1440842Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1444021Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-01-24T01:28:54.1447324Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-01-24T01:28:54.1450595Z adding 'torch/include/ATen/ops/le_meta.h' 2025-01-24T01:28:54.1453885Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-01-24T01:28:54.1457204Z adding 'torch/include/ATen/ops/le_native.h' 2025-01-24T01:28:54.1460814Z adding 'torch/include/ATen/ops/le_ops.h' 2025-01-24T01:28:54.1464593Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-01-24T01:28:54.1467989Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-01-24T01:28:54.1471497Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1474752Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-01-24T01:28:54.1478027Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-01-24T01:28:54.1481092Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-01-24T01:28:54.1484350Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-01-24T01:28:54.1487490Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-01-24T01:28:54.1490914Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-01-24T01:28:54.1494455Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1497508Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-01-24T01:28:54.1500866Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-01-24T01:28:54.1503990Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-01-24T01:28:54.1507332Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-01-24T01:28:54.1510473Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-01-24T01:28:54.1513836Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-01-24T01:28:54.1517226Z adding 'torch/include/ATen/ops/lerp.h' 2025-01-24T01:28:54.1520739Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1523986Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-01-24T01:28:54.1527232Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-01-24T01:28:54.1530368Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-01-24T01:28:54.1533690Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-01-24T01:28:54.1536886Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-01-24T01:28:54.1540659Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-01-24T01:28:54.1544006Z adding 'torch/include/ATen/ops/less.h' 2025-01-24T01:28:54.1547483Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1550685Z adding 'torch/include/ATen/ops/less_equal.h' 2025-01-24T01:28:54.1554173Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1557209Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-01-24T01:28:54.1560746Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-01-24T01:28:54.1563998Z adding 'torch/include/ATen/ops/less_native.h' 2025-01-24T01:28:54.1567609Z adding 'torch/include/ATen/ops/less_ops.h' 2025-01-24T01:28:54.1570941Z adding 'torch/include/ATen/ops/lgamma.h' 2025-01-24T01:28:54.1574395Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1577431Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-01-24T01:28:54.1580698Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-01-24T01:28:54.1583869Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-01-24T01:28:54.1587118Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-01-24T01:28:54.1590154Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-01-24T01:28:54.1593471Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-01-24T01:28:54.1596695Z adding 'torch/include/ATen/ops/lift.h' 2025-01-24T01:28:54.1600144Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1603162Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-01-24T01:28:54.1606452Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1609505Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-01-24T01:28:54.1612890Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1616273Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1619353Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-01-24T01:28:54.1622620Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-01-24T01:28:54.1625756Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-01-24T01:28:54.1628973Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-01-24T01:28:54.1632353Z adding 'torch/include/ATen/ops/lift_native.h' 2025-01-24T01:28:54.1635658Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-01-24T01:28:54.1639050Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-01-24T01:28:54.1642589Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1645771Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-01-24T01:28:54.1649529Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1652660Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-01-24T01:28:54.1656146Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-01-24T01:28:54.1659489Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-01-24T01:28:54.1663031Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-01-24T01:28:54.1666303Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-01-24T01:28:54.1669683Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-01-24T01:28:54.1673103Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-01-24T01:28:54.1676436Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-01-24T01:28:54.1680168Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-01-24T01:28:54.1683639Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1686847Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-01-24T01:28:54.1690508Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-01-24T01:28:54.1693824Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-01-24T01:28:54.1697694Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1700907Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-01-24T01:28:54.1704259Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-01-24T01:28:54.1707530Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-01-24T01:28:54.1710867Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-01-24T01:28:54.1714208Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-01-24T01:28:54.1717600Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-01-24T01:28:54.1721044Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-01-24T01:28:54.1733718Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1734118Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-01-24T01:28:54.1734258Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-01-24T01:28:54.1734584Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-01-24T01:28:54.1738422Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1741456Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-01-24T01:28:54.1744960Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-01-24T01:28:54.1748388Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-01-24T01:28:54.1751718Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-01-24T01:28:54.1755151Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-01-24T01:28:54.1758355Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-01-24T01:28:54.1761951Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-01-24T01:28:54.1765307Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-01-24T01:28:54.1768984Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1772176Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-01-24T01:28:54.1775581Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-01-24T01:28:54.1779159Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-01-24T01:28:54.1782606Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1785959Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:28:54.1789354Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:28:54.1792511Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-01-24T01:28:54.1796014Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-01-24T01:28:54.1799293Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-01-24T01:28:54.1802918Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1805950Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-01-24T01:28:54.1809513Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-01-24T01:28:54.1812895Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-01-24T01:28:54.1816441Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-01-24T01:28:54.1820108Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-01-24T01:28:54.1823799Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-01-24T01:28:54.1827709Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-01-24T01:28:54.1831395Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-01-24T01:28:54.1835255Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1838348Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-01-24T01:28:54.1842529Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1846221Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-01-24T01:28:54.1849968Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-01-24T01:28:54.1853153Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-01-24T01:28:54.1856701Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-01-24T01:28:54.1860016Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-01-24T01:28:54.1863603Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-01-24T01:28:54.1866796Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-01-24T01:28:54.1870401Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-01-24T01:28:54.1873690Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-01-24T01:28:54.1877467Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1880616Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-01-24T01:28:54.1884221Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1887554Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-01-24T01:28:54.1890862Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-01-24T01:28:54.1894022Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-01-24T01:28:54.1897395Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-01-24T01:28:54.1900633Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-01-24T01:28:54.1904297Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-01-24T01:28:54.1907458Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-01-24T01:28:54.1910798Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-01-24T01:28:54.1914076Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-01-24T01:28:54.1917619Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1920689Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-01-24T01:28:54.1923900Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-01-24T01:28:54.1927035Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-01-24T01:28:54.1930278Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-01-24T01:28:54.1933449Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-01-24T01:28:54.1937032Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-01-24T01:28:54.1940545Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-01-24T01:28:54.1944051Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.1947268Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-01-24T01:28:54.1950563Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-01-24T01:28:54.1953735Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-01-24T01:28:54.1957159Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-01-24T01:28:54.1960491Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-01-24T01:28:54.1963946Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1967045Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-01-24T01:28:54.1970326Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-01-24T01:28:54.1973573Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-01-24T01:28:54.1977067Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.1980478Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-01-24T01:28:54.1984102Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.1987332Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-01-24T01:28:54.1990921Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-01-24T01:28:54.1994101Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-01-24T01:28:54.1997389Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-01-24T01:28:54.2000541Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-01-24T01:28:54.2003945Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-01-24T01:28:54.2007119Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-01-24T01:28:54.2010459Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-01-24T01:28:54.2013613Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-01-24T01:28:54.2017220Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-01-24T01:28:54.2020465Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-01-24T01:28:54.2023828Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-01-24T01:28:54.2027130Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-01-24T01:28:54.2031382Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2034545Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-01-24T01:28:54.2037770Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-01-24T01:28:54.2040905Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-01-24T01:28:54.2044185Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-01-24T01:28:54.2047304Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-01-24T01:28:54.2050647Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-01-24T01:28:54.2053870Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-01-24T01:28:54.2057344Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2060404Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-01-24T01:28:54.2063697Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-01-24T01:28:54.2066909Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-01-24T01:28:54.2070342Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2073431Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-01-24T01:28:54.2076593Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-01-24T01:28:54.2079725Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-01-24T01:28:54.2082988Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-01-24T01:28:54.2086370Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-01-24T01:28:54.2089962Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2093088Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-01-24T01:28:54.2096676Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-01-24T01:28:54.2100141Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-01-24T01:28:54.2103555Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2106544Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-01-24T01:28:54.2109847Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-01-24T01:28:54.2113409Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-01-24T01:28:54.2117201Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2120390Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-01-24T01:28:54.2124196Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-01-24T01:28:54.2127587Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-01-24T01:28:54.2131080Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2134049Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-01-24T01:28:54.2137603Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-01-24T01:28:54.2141227Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-01-24T01:28:54.2144867Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2147990Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-01-24T01:28:54.2151565Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-01-24T01:28:54.2155208Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-01-24T01:28:54.2158769Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2162137Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2165423Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2168571Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-01-24T01:28:54.2172403Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-01-24T01:28:54.2175850Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-01-24T01:28:54.2179557Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2182566Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-01-24T01:28:54.2185818Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-01-24T01:28:54.2188954Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-01-24T01:28:54.2192239Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-01-24T01:28:54.2195361Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-01-24T01:28:54.2198687Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-01-24T01:28:54.2201968Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-01-24T01:28:54.2205402Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2208395Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-01-24T01:28:54.2211729Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-01-24T01:28:54.2215062Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-01-24T01:28:54.2218655Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2221853Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-01-24T01:28:54.2225342Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2228412Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-01-24T01:28:54.2231823Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-01-24T01:28:54.2235002Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-01-24T01:28:54.2238579Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-01-24T01:28:54.2241925Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-01-24T01:28:54.2245324Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-01-24T01:28:54.2248593Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-01-24T01:28:54.2252039Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-01-24T01:28:54.2255414Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-01-24T01:28:54.2258807Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-01-24T01:28:54.2262313Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2265374Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-01-24T01:28:54.2268873Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-01-24T01:28:54.2272202Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-01-24T01:28:54.2275658Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2278691Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-01-24T01:28:54.2282118Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-01-24T01:28:54.2285313Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-01-24T01:28:54.2288772Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2291778Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-01-24T01:28:54.2295160Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-01-24T01:28:54.2298595Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-01-24T01:28:54.2302044Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2305082Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-01-24T01:28:54.2308455Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-01-24T01:28:54.2311751Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-01-24T01:28:54.2315167Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2318198Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-01-24T01:28:54.2321496Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-01-24T01:28:54.2324699Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-01-24T01:28:54.2328155Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2331140Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-01-24T01:28:54.2334509Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-01-24T01:28:54.2338158Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-01-24T01:28:54.2341955Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2345118Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-01-24T01:28:54.2348405Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-01-24T01:28:54.2351554Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-01-24T01:28:54.2354897Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-01-24T01:28:54.2358075Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-01-24T01:28:54.2361492Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-01-24T01:28:54.2364759Z adding 'torch/include/ATen/ops/linear.h' 2025-01-24T01:28:54.2368168Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-01-24T01:28:54.2371661Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2374705Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-01-24T01:28:54.2378229Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-01-24T01:28:54.2381648Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2384851Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2387850Z adding 'torch/include/ATen/ops/linear_native.h' 2025-01-24T01:28:54.2391208Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-01-24T01:28:54.2395048Z adding 'torch/include/ATen/ops/linspace.h' 2025-01-24T01:28:54.2398846Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2402041Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-01-24T01:28:54.2405258Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-01-24T01:28:54.2408468Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-01-24T01:28:54.2411719Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-01-24T01:28:54.2415676Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-01-24T01:28:54.2419254Z adding 'torch/include/ATen/ops/log.h' 2025-01-24T01:28:54.2422552Z adding 'torch/include/ATen/ops/log10.h' 2025-01-24T01:28:54.2426035Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2429063Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-01-24T01:28:54.2432273Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-01-24T01:28:54.2435435Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-01-24T01:28:54.2438598Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-01-24T01:28:54.2442042Z adding 'torch/include/ATen/ops/log10_native.h' 2025-01-24T01:28:54.2445427Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-01-24T01:28:54.2448697Z adding 'torch/include/ATen/ops/log1p.h' 2025-01-24T01:28:54.2452147Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2455209Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-01-24T01:28:54.2458556Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-01-24T01:28:54.2461667Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-01-24T01:28:54.2464902Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-01-24T01:28:54.2468040Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-01-24T01:28:54.2471388Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-01-24T01:28:54.2474684Z adding 'torch/include/ATen/ops/log2.h' 2025-01-24T01:28:54.2478166Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2481404Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-01-24T01:28:54.2484724Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-01-24T01:28:54.2487889Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-01-24T01:28:54.2491071Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-01-24T01:28:54.2494132Z adding 'torch/include/ATen/ops/log2_native.h' 2025-01-24T01:28:54.2497608Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-01-24T01:28:54.2501165Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2504193Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-01-24T01:28:54.2507384Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-01-24T01:28:54.2511044Z adding 'torch/include/ATen/ops/log_meta.h' 2025-01-24T01:28:54.2514312Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-01-24T01:28:54.2517463Z adding 'torch/include/ATen/ops/log_native.h' 2025-01-24T01:28:54.2520693Z adding 'torch/include/ATen/ops/log_normal.h' 2025-01-24T01:28:54.2524130Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2527310Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-01-24T01:28:54.2530516Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-01-24T01:28:54.2533723Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-01-24T01:28:54.2536848Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-01-24T01:28:54.2540417Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-01-24T01:28:54.2544022Z adding 'torch/include/ATen/ops/log_ops.h' 2025-01-24T01:28:54.2547372Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-01-24T01:28:54.2551051Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-01-24T01:28:54.2554358Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:28:54.2557628Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:28:54.2560957Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-01-24T01:28:54.2564741Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-01-24T01:28:54.2567969Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2571331Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-01-24T01:28:54.2574723Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-01-24T01:28:54.2578265Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-01-24T01:28:54.2581508Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-01-24T01:28:54.2585084Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-01-24T01:28:54.2588245Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-01-24T01:28:54.2591711Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-01-24T01:28:54.2595302Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-01-24T01:28:54.2598720Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2602689Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2606198Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-01-24T01:28:54.2609880Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-01-24T01:28:54.2613170Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-01-24T01:28:54.2616489Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-01-24T01:28:54.2620299Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2623330Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-01-24T01:28:54.2626705Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-01-24T01:28:54.2629980Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-01-24T01:28:54.2633278Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-01-24T01:28:54.2636601Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-01-24T01:28:54.2639915Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-01-24T01:28:54.2643654Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2646804Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-01-24T01:28:54.2650050Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-01-24T01:28:54.2653432Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-01-24T01:28:54.2656705Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-01-24T01:28:54.2660110Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-01-24T01:28:54.2663443Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-01-24T01:28:54.2666971Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-01-24T01:28:54.2670591Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2673909Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2677111Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-01-24T01:28:54.2680566Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-01-24T01:28:54.2683962Z adding 'torch/include/ATen/ops/logdet.h' 2025-01-24T01:28:54.2687378Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2690669Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-01-24T01:28:54.2693918Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-01-24T01:28:54.2697284Z adding 'torch/include/ATen/ops/logical_and.h' 2025-01-24T01:28:54.2700901Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2704061Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-01-24T01:28:54.2707478Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-01-24T01:28:54.2710583Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-01-24T01:28:54.2714204Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-01-24T01:28:54.2717637Z adding 'torch/include/ATen/ops/logical_not.h' 2025-01-24T01:28:54.2721150Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2724518Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-01-24T01:28:54.2727808Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-01-24T01:28:54.2731143Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-01-24T01:28:54.2734408Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-01-24T01:28:54.2737979Z adding 'torch/include/ATen/ops/logical_or.h' 2025-01-24T01:28:54.2741549Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2744799Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-01-24T01:28:54.2748207Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-01-24T01:28:54.2751336Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-01-24T01:28:54.2754844Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-01-24T01:28:54.2758220Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-01-24T01:28:54.2761828Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2765155Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-01-24T01:28:54.2768288Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-01-24T01:28:54.2771613Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-01-24T01:28:54.2775513Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-01-24T01:28:54.2779130Z adding 'torch/include/ATen/ops/logit.h' 2025-01-24T01:28:54.2782669Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-01-24T01:28:54.2786212Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2789480Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-01-24T01:28:54.2792770Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-01-24T01:28:54.2796113Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-01-24T01:28:54.2800325Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-01-24T01:28:54.2803653Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-01-24T01:28:54.2807150Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-01-24T01:28:54.2810469Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-01-24T01:28:54.2813905Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-01-24T01:28:54.2817567Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-01-24T01:28:54.2820627Z adding 'torch/include/ATen/ops/logit_native.h' 2025-01-24T01:28:54.2824161Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-01-24T01:28:54.2828059Z adding 'torch/include/ATen/ops/logspace.h' 2025-01-24T01:28:54.2832462Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2835735Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-01-24T01:28:54.2839264Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-01-24T01:28:54.2842525Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-01-24T01:28:54.2846047Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-01-24T01:28:54.2850247Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-01-24T01:28:54.2853855Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-01-24T01:28:54.2857633Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2861052Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2864263Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2867453Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-01-24T01:28:54.2871005Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-01-24T01:28:54.2874418Z adding 'torch/include/ATen/ops/lshift.h' 2025-01-24T01:28:54.2877906Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2881024Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-01-24T01:28:54.2884510Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-01-24T01:28:54.2887755Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-01-24T01:28:54.2890891Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-01-24T01:28:54.2894468Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-01-24T01:28:54.2898025Z adding 'torch/include/ATen/ops/lstm.h' 2025-01-24T01:28:54.2901362Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-01-24T01:28:54.2904847Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2907876Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-01-24T01:28:54.2911184Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-01-24T01:28:54.2914816Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2918286Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-01-24T01:28:54.2921913Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.2925042Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-01-24T01:28:54.2928668Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-01-24T01:28:54.2931882Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-01-24T01:28:54.2935307Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-01-24T01:28:54.2938806Z adding 'torch/include/ATen/ops/lt.h' 2025-01-24T01:28:54.2942281Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2945396Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-01-24T01:28:54.2948705Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-01-24T01:28:54.2951887Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-01-24T01:28:54.2955179Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-01-24T01:28:54.2958334Z adding 'torch/include/ATen/ops/lt_native.h' 2025-01-24T01:28:54.2961852Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-01-24T01:28:54.2965172Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-01-24T01:28:54.2968624Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.2971822Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-01-24T01:28:54.2975950Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-01-24T01:28:54.2979412Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-01-24T01:28:54.2983111Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.2986233Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-01-24T01:28:54.2989737Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-01-24T01:28:54.2992988Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-01-24T01:28:54.2996444Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-01-24T01:28:54.2999741Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-01-24T01:28:54.3003314Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-01-24T01:28:54.3006818Z adding 'torch/include/ATen/ops/mH.h' 2025-01-24T01:28:54.3010095Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3013302Z adding 'torch/include/ATen/ops/mH_native.h' 2025-01-24T01:28:54.3016609Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-01-24T01:28:54.3019998Z adding 'torch/include/ATen/ops/mT.h' 2025-01-24T01:28:54.3023579Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3026608Z adding 'torch/include/ATen/ops/mT_native.h' 2025-01-24T01:28:54.3029951Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-01-24T01:28:54.3033233Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-01-24T01:28:54.3036891Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3040044Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-01-24T01:28:54.3043795Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-01-24T01:28:54.3047281Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-01-24T01:28:54.3050798Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3054144Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-01-24T01:28:54.3057482Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-01-24T01:28:54.3061037Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-01-24T01:28:54.3064377Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-01-24T01:28:54.3068015Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-01-24T01:28:54.3071575Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-01-24T01:28:54.3075036Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-01-24T01:28:54.3078722Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3081877Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-01-24T01:28:54.3085121Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-01-24T01:28:54.3088713Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3091848Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-01-24T01:28:54.3095362Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-01-24T01:28:54.3098857Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-01-24T01:28:54.3102019Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-01-24T01:28:54.3105590Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-01-24T01:28:54.3108907Z adding 'torch/include/ATen/ops/masked_select.h' 2025-01-24T01:28:54.3112337Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-01-24T01:28:54.3115848Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3119065Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-01-24T01:28:54.3122494Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-01-24T01:28:54.3125858Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-01-24T01:28:54.3129179Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-01-24T01:28:54.3132390Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-01-24T01:28:54.3135906Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-01-24T01:28:54.3139216Z adding 'torch/include/ATen/ops/matmul.h' 2025-01-24T01:28:54.3142774Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-01-24T01:28:54.3146420Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3149526Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-01-24T01:28:54.3153144Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-01-24T01:28:54.3156611Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3159754Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-01-24T01:28:54.3163136Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-01-24T01:28:54.3166362Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-01-24T01:28:54.3169955Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3173004Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-01-24T01:28:54.3176343Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-01-24T01:28:54.3179639Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-01-24T01:28:54.3183029Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-01-24T01:28:54.3186600Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3189655Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-01-24T01:28:54.3193105Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-01-24T01:28:54.3196380Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3199528Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-01-24T01:28:54.3202818Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-01-24T01:28:54.3206200Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-01-24T01:28:54.3209645Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3212880Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-01-24T01:28:54.3216352Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-01-24T01:28:54.3220069Z adding 'torch/include/ATen/ops/max.h' 2025-01-24T01:28:54.3223847Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3227371Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3230726Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-01-24T01:28:54.3234227Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-01-24T01:28:54.3237436Z adding 'torch/include/ATen/ops/max_meta.h' 2025-01-24T01:28:54.3240890Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-01-24T01:28:54.3244162Z adding 'torch/include/ATen/ops/max_native.h' 2025-01-24T01:28:54.3248094Z adding 'torch/include/ATen/ops/max_ops.h' 2025-01-24T01:28:54.3251684Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-01-24T01:28:54.3255145Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3258525Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-01-24T01:28:54.3261888Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-01-24T01:28:54.3265429Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-01-24T01:28:54.3269079Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3272151Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-01-24T01:28:54.3275664Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-01-24T01:28:54.3278885Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-01-24T01:28:54.3282469Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-01-24T01:28:54.3286112Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3289235Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-01-24T01:28:54.3292823Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-01-24T01:28:54.3296265Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3299597Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-01-24T01:28:54.3302964Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-01-24T01:28:54.3306578Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-01-24T01:28:54.3310588Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-01-24T01:28:54.3314221Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3317559Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:28:54.3321019Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:28:54.3324406Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-01-24T01:28:54.3327841Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-01-24T01:28:54.3331107Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-01-24T01:28:54.3334847Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-01-24T01:28:54.3338531Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3341655Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-01-24T01:28:54.3344959Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-01-24T01:28:54.3348277Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-01-24T01:28:54.3351775Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-01-24T01:28:54.3354995Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-01-24T01:28:54.3358401Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-01-24T01:28:54.3361617Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-01-24T01:28:54.3364997Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3367994Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-01-24T01:28:54.3371265Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-01-24T01:28:54.3374646Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-01-24T01:28:54.3378303Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-01-24T01:28:54.3382151Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:28:54.3385441Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:28:54.3388724Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-01-24T01:28:54.3392203Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-01-24T01:28:54.3395604Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-01-24T01:28:54.3398937Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-01-24T01:28:54.3402155Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-01-24T01:28:54.3405597Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-01-24T01:28:54.3409067Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-01-24T01:28:54.3412546Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-01-24T01:28:54.3415883Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-01-24T01:28:54.3419184Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-01-24T01:28:54.3422545Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-01-24T01:28:54.3426148Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-01-24T01:28:54.3429722Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-01-24T01:28:54.3433026Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-01-24T01:28:54.3436369Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-01-24T01:28:54.3439808Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-01-24T01:28:54.3443065Z adding 'torch/include/ATen/ops/maximum.h' 2025-01-24T01:28:54.3446608Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3449704Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-01-24T01:28:54.3452889Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-01-24T01:28:54.3455983Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-01-24T01:28:54.3459350Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-01-24T01:28:54.3462447Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-01-24T01:28:54.3465810Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-01-24T01:28:54.3469222Z adding 'torch/include/ATen/ops/mean.h' 2025-01-24T01:28:54.3478692Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3485137Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3490573Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3495553Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-01-24T01:28:54.3500709Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-01-24T01:28:54.3505542Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-01-24T01:28:54.3510506Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-01-24T01:28:54.3515530Z adding 'torch/include/ATen/ops/mean_native.h' 2025-01-24T01:28:54.3521082Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-01-24T01:28:54.3526537Z adding 'torch/include/ATen/ops/median.h' 2025-01-24T01:28:54.3531823Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3536935Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3541411Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-01-24T01:28:54.3544856Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-01-24T01:28:54.3548160Z adding 'torch/include/ATen/ops/median_native.h' 2025-01-24T01:28:54.3551915Z adding 'torch/include/ATen/ops/median_ops.h' 2025-01-24T01:28:54.3555271Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-01-24T01:28:54.3558698Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3561754Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-01-24T01:28:54.3565171Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-01-24T01:28:54.3568617Z adding 'torch/include/ATen/ops/min.h' 2025-01-24T01:28:54.3572275Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3575535Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3578895Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-01-24T01:28:54.3582197Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-01-24T01:28:54.3585452Z adding 'torch/include/ATen/ops/min_meta.h' 2025-01-24T01:28:54.3588754Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-01-24T01:28:54.3592032Z adding 'torch/include/ATen/ops/min_native.h' 2025-01-24T01:28:54.3595831Z adding 'torch/include/ATen/ops/min_ops.h' 2025-01-24T01:28:54.3599275Z adding 'torch/include/ATen/ops/minimum.h' 2025-01-24T01:28:54.3603211Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3606347Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-01-24T01:28:54.3610296Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-01-24T01:28:54.3613536Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-01-24T01:28:54.3616858Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-01-24T01:28:54.3620117Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-01-24T01:28:54.3623456Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-01-24T01:28:54.3626919Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-01-24T01:28:54.3630591Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-01-24T01:28:54.3634221Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3637435Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:54.3640895Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-01-24T01:28:54.3644493Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-01-24T01:28:54.3648235Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3651700Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-01-24T01:28:54.3654946Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-01-24T01:28:54.3659029Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-01-24T01:28:54.3663047Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-01-24T01:28:54.3666782Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-01-24T01:28:54.3670558Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:28:54.3673781Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-01-24T01:28:54.3677362Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-01-24T01:28:54.3681065Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3684338Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-01-24T01:28:54.3687749Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-01-24T01:28:54.3691237Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-01-24T01:28:54.3695238Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-01-24T01:28:54.3698948Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-01-24T01:28:54.3702168Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-01-24T01:28:54.3705719Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-01-24T01:28:54.3709821Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-01-24T01:28:54.3713590Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3717135Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:28:54.3720963Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-01-24T01:28:54.3724173Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-01-24T01:28:54.3728139Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-01-24T01:28:54.3731955Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3735425Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-01-24T01:28:54.3738943Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-01-24T01:28:54.3742483Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-01-24T01:28:54.3746194Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-01-24T01:28:54.3750030Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-01-24T01:28:54.3753907Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3757376Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-01-24T01:28:54.3760794Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-01-24T01:28:54.3764775Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-01-24T01:28:54.3768662Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3771879Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-01-24T01:28:54.3775310Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-01-24T01:28:54.3779239Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-01-24T01:28:54.3782710Z adding 'torch/include/ATen/ops/mish.h' 2025-01-24T01:28:54.3786169Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-01-24T01:28:54.3789614Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.3792918Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-01-24T01:28:54.3796156Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-01-24T01:28:54.3799520Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-01-24T01:28:54.3802827Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-01-24T01:28:54.3806445Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.3809683Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-01-24T01:28:54.3812940Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-01-24T01:28:54.3816226Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-01-24T01:28:54.3819627Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-01-24T01:28:54.3822971Z adding 'torch/include/ATen/ops/mish_native.h' 2025-01-24T01:28:54.3826384Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-01-24T01:28:54.3829918Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-01-24T01:28:54.3833506Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-01-24T01:28:54.3837337Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3840432Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:28:54.3844132Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:28:54.3847438Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-01-24T01:28:54.3851117Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-01-24T01:28:54.3854970Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-01-24T01:28:54.3859494Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3863134Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-01-24T01:28:54.3866621Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-01-24T01:28:54.3870479Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-01-24T01:28:54.3873950Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-01-24T01:28:54.3877781Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3881427Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-01-24T01:28:54.3885246Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3888483Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-01-24T01:28:54.3892001Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-01-24T01:28:54.3895248Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-01-24T01:28:54.3898810Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-01-24T01:28:54.3902494Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-01-24T01:28:54.3906033Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3909097Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-01-24T01:28:54.3912574Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-01-24T01:28:54.3916024Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3919398Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-01-24T01:28:54.3922861Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-01-24T01:28:54.3926238Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-01-24T01:28:54.3929655Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-01-24T01:28:54.3933174Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3936274Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-01-24T01:28:54.3940023Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-01-24T01:28:54.3943611Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3946733Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-01-24T01:28:54.3950463Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-01-24T01:28:54.3953842Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-01-24T01:28:54.3957334Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-01-24T01:28:54.3960858Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3963990Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-01-24T01:28:54.3967451Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-01-24T01:28:54.3970943Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3974031Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-01-24T01:28:54.3977487Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-01-24T01:28:54.3981497Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-01-24T01:28:54.3985259Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.3988527Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-01-24T01:28:54.3992133Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-01-24T01:28:54.3995946Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-01-24T01:28:54.3999847Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4003029Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-01-24T01:28:54.4006682Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-01-24T01:28:54.4010274Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-01-24T01:28:54.4014333Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-01-24T01:28:54.4018520Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4021957Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4025446Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-01-24T01:28:54.4029474Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-01-24T01:28:54.4033254Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4036698Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-01-24T01:28:54.4040026Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-01-24T01:28:54.4043867Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-01-24T01:28:54.4047393Z adding 'torch/include/ATen/ops/mm.h' 2025-01-24T01:28:54.4050922Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4054216Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-01-24T01:28:54.4057630Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-01-24T01:28:54.4061051Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-01-24T01:28:54.4064438Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-01-24T01:28:54.4067685Z adding 'torch/include/ATen/ops/mm_native.h' 2025-01-24T01:28:54.4071213Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-01-24T01:28:54.4075352Z adding 'torch/include/ATen/ops/mode.h' 2025-01-24T01:28:54.4078458Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4081928Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4085156Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-01-24T01:28:54.4088644Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-01-24T01:28:54.4091849Z adding 'torch/include/ATen/ops/mode_native.h' 2025-01-24T01:28:54.4095509Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-01-24T01:28:54.4099017Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-01-24T01:28:54.4102608Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4105830Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-01-24T01:28:54.4109255Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-01-24T01:28:54.4112695Z adding 'torch/include/ATen/ops/movedim.h' 2025-01-24T01:28:54.4116140Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4119375Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-01-24T01:28:54.4122802Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-01-24T01:28:54.4126838Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-01-24T01:28:54.4130851Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4134034Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-01-24T01:28:54.4137895Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-01-24T01:28:54.4142053Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-01-24T01:28:54.4145993Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4149260Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-01-24T01:28:54.4153006Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-01-24T01:28:54.4156755Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-01-24T01:28:54.4160339Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-01-24T01:28:54.4163823Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4167196Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4170527Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-01-24T01:28:54.4173934Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-01-24T01:28:54.4177658Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4181022Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-01-24T01:28:54.4184402Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-01-24T01:28:54.4187709Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-01-24T01:28:54.4191324Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-01-24T01:28:54.4194400Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-01-24T01:28:54.4197742Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-01-24T01:28:54.4201186Z adding 'torch/include/ATen/ops/msort.h' 2025-01-24T01:28:54.4205884Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4207903Z adding 'torch/include/ATen/ops/msort_native.h' 2025-01-24T01:28:54.4211717Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-01-24T01:28:54.4214814Z adding 'torch/include/ATen/ops/mul.h' 2025-01-24T01:28:54.4218604Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4222669Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4225303Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-01-24T01:28:54.4229288Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-01-24T01:28:54.4231888Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-01-24T01:28:54.4235477Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-01-24T01:28:54.4239056Z adding 'torch/include/ATen/ops/mul_native.h' 2025-01-24T01:28:54.4242647Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-01-24T01:28:54.4246222Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-01-24T01:28:54.4249823Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-01-24T01:28:54.4253557Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4256903Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4260438Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-01-24T01:28:54.4264049Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-01-24T01:28:54.4267557Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-01-24T01:28:54.4270947Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-01-24T01:28:54.4274227Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-01-24T01:28:54.4277856Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-01-24T01:28:54.4281229Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-01-24T01:28:54.4284832Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-01-24T01:28:54.4288433Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4291892Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4295393Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-01-24T01:28:54.4299103Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-01-24T01:28:54.4302636Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4305967Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-01-24T01:28:54.4309413Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-01-24T01:28:54.4312982Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-01-24T01:28:54.4316320Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-01-24T01:28:54.4319890Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-01-24T01:28:54.4323246Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-01-24T01:28:54.4326609Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-01-24T01:28:54.4329869Z adding 'torch/include/ATen/ops/multinomial.h' 2025-01-24T01:28:54.4333396Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-01-24T01:28:54.4336843Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-01-24T01:28:54.4340088Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-01-24T01:28:54.4343448Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-01-24T01:28:54.4346725Z adding 'torch/include/ATen/ops/multiply.h' 2025-01-24T01:28:54.4350529Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4353625Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-01-24T01:28:54.4357150Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-01-24T01:28:54.4360462Z adding 'torch/include/ATen/ops/mv.h' 2025-01-24T01:28:54.4363890Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4366893Z adding 'torch/include/ATen/ops/mv_native.h' 2025-01-24T01:28:54.4370223Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-01-24T01:28:54.4373429Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-01-24T01:28:54.4376814Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4380179Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-01-24T01:28:54.4383572Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-01-24T01:28:54.4386708Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-01-24T01:28:54.4390204Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-01-24T01:28:54.4393595Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-01-24T01:28:54.4397050Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4400163Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-01-24T01:28:54.4403402Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-01-24T01:28:54.4406617Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-01-24T01:28:54.4410109Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-01-24T01:28:54.4414299Z adding 'torch/include/ATen/ops/nanmean.h' 2025-01-24T01:28:54.4418022Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4421131Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-01-24T01:28:54.4424934Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-01-24T01:28:54.4428414Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-01-24T01:28:54.4431937Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4435197Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4438784Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-01-24T01:28:54.4442845Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-01-24T01:28:54.4445906Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-01-24T01:28:54.4450154Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-01-24T01:28:54.4454232Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-01-24T01:28:54.4458682Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4462377Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-01-24T01:28:54.4466634Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-01-24T01:28:54.4470602Z adding 'torch/include/ATen/ops/nansum.h' 2025-01-24T01:28:54.4474554Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-01-24T01:28:54.4478444Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-01-24T01:28:54.4482262Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-01-24T01:28:54.4486098Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-01-24T01:28:54.4489527Z adding 'torch/include/ATen/ops/narrow.h' 2025-01-24T01:28:54.4493330Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4496885Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-01-24T01:28:54.4500658Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4504057Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-01-24T01:28:54.4507370Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-01-24T01:28:54.4510810Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-01-24T01:28:54.4514088Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-01-24T01:28:54.4517541Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-01-24T01:28:54.4521186Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-01-24T01:28:54.4524804Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-01-24T01:28:54.4528681Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4532056Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4535425Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4539005Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-01-24T01:28:54.4542640Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-01-24T01:28:54.4546349Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-01-24T01:28:54.4549952Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-01-24T01:28:54.4553285Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-01-24T01:28:54.4557104Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-01-24T01:28:54.4560690Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-01-24T01:28:54.4564126Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4567336Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-01-24T01:28:54.4570440Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-01-24T01:28:54.4573922Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-01-24T01:28:54.4577217Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-01-24T01:28:54.4580710Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-01-24T01:28:54.4584198Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4587290Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4590731Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4593896Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-01-24T01:28:54.4597307Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-01-24T01:28:54.4600939Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4603908Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-01-24T01:28:54.4607052Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-01-24T01:28:54.4610183Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-01-24T01:28:54.4613562Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-01-24T01:28:54.4617420Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-01-24T01:28:54.4621970Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-01-24T01:28:54.4625668Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4628953Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4632455Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4635468Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-01-24T01:28:54.4639046Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-01-24T01:28:54.4642684Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4645927Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-01-24T01:28:54.4649194Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-01-24T01:28:54.4652419Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-01-24T01:28:54.4655996Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-01-24T01:28:54.4659859Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-01-24T01:28:54.4664063Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-01-24T01:28:54.4667915Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4671215Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-01-24T01:28:54.4674619Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-01-24T01:28:54.4678098Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-01-24T01:28:54.4681631Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-01-24T01:28:54.4685306Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4688547Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-01-24T01:28:54.4691825Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-01-24T01:28:54.4695038Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-01-24T01:28:54.4698669Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-01-24T01:28:54.4702607Z adding 'torch/include/ATen/ops/native_norm.h' 2025-01-24T01:28:54.4706102Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4709194Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-01-24T01:28:54.4712694Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-01-24T01:28:54.4716057Z adding 'torch/include/ATen/ops/ne.h' 2025-01-24T01:28:54.4719567Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4722699Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-01-24T01:28:54.4725997Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-01-24T01:28:54.4729162Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-01-24T01:28:54.4732496Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-01-24T01:28:54.4735719Z adding 'torch/include/ATen/ops/ne_native.h' 2025-01-24T01:28:54.4739409Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-01-24T01:28:54.4742893Z adding 'torch/include/ATen/ops/neg.h' 2025-01-24T01:28:54.4746353Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4749442Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-01-24T01:28:54.4752664Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-01-24T01:28:54.4755836Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-01-24T01:28:54.4759109Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-01-24T01:28:54.4762333Z adding 'torch/include/ATen/ops/neg_native.h' 2025-01-24T01:28:54.4765704Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-01-24T01:28:54.4768959Z adding 'torch/include/ATen/ops/negative.h' 2025-01-24T01:28:54.4772380Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4775383Z adding 'torch/include/ATen/ops/negative_native.h' 2025-01-24T01:28:54.4780608Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-01-24T01:28:54.4892646Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-01-24T01:28:54.4898908Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.4904794Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-01-24T01:28:54.4910559Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-01-24T01:28:54.4917092Z adding 'torch/include/ATen/ops/new_empty.h' 2025-01-24T01:28:54.4923342Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4928881Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-01-24T01:28:54.4935081Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-01-24T01:28:54.4940927Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-01-24T01:28:54.4946709Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4952213Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.4957058Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-01-24T01:28:54.4962492Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-01-24T01:28:54.4968180Z adding 'torch/include/ATen/ops/new_full.h' 2025-01-24T01:28:54.4974270Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.4979057Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-01-24T01:28:54.4984389Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-01-24T01:28:54.4990293Z adding 'torch/include/ATen/ops/new_ones.h' 2025-01-24T01:28:54.4995898Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5000947Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-01-24T01:28:54.5006431Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-01-24T01:28:54.5012075Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-01-24T01:28:54.5017734Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5022796Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-01-24T01:28:54.5028057Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-01-24T01:28:54.5033203Z adding 'torch/include/ATen/ops/nextafter.h' 2025-01-24T01:28:54.5038512Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5043506Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-01-24T01:28:54.5048590Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-01-24T01:28:54.5053511Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-01-24T01:28:54.5059002Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-01-24T01:28:54.5063888Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-01-24T01:28:54.5069281Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-01-24T01:28:54.5075055Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-01-24T01:28:54.5081049Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-01-24T01:28:54.5087229Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-01-24T01:28:54.5092940Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.5098506Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.5103583Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-01-24T01:28:54.5109060Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-01-24T01:28:54.5114535Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5120301Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-01-24T01:28:54.5125999Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-01-24T01:28:54.5131313Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-01-24T01:28:54.5136481Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-01-24T01:28:54.5142026Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-01-24T01:28:54.5147157Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-01-24T01:28:54.5152540Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-01-24T01:28:54.5158571Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-01-24T01:28:54.5164472Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5169893Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.5175393Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.5180717Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-01-24T01:28:54.5186252Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-01-24T01:28:54.5191640Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-01-24T01:28:54.5197073Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-01-24T01:28:54.5202639Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5208422Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-01-24T01:28:54.5214120Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5219409Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-01-24T01:28:54.5225059Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-01-24T01:28:54.5230316Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-01-24T01:28:54.5235467Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-01-24T01:28:54.5240654Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-01-24T01:28:54.5246038Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-01-24T01:28:54.5251126Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-01-24T01:28:54.5256492Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-01-24T01:28:54.5262196Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5267311Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-01-24T01:28:54.5273025Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-01-24T01:28:54.5278978Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-01-24T01:28:54.5283012Z adding 'torch/include/ATen/ops/nonzero.h' 2025-01-24T01:28:54.5288267Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-01-24T01:28:54.5293443Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-01-24T01:28:54.5298501Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-01-24T01:28:54.5303573Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-01-24T01:28:54.5308867Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5314210Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-01-24T01:28:54.5319872Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-01-24T01:28:54.5324067Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-01-24T01:28:54.5329342Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-01-24T01:28:54.5334619Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-01-24T01:28:54.5340090Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-01-24T01:28:54.5345630Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-01-24T01:28:54.5352439Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-01-24T01:28:54.5391610Z adding 'torch/include/ATen/ops/norm.h' 2025-01-24T01:28:54.5392079Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5392735Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5393404Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5393903Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-01-24T01:28:54.5394293Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-01-24T01:28:54.5394682Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-01-24T01:28:54.5398103Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5402807Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-01-24T01:28:54.5408060Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-01-24T01:28:54.5413151Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-01-24T01:28:54.5418420Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-01-24T01:28:54.5424003Z adding 'torch/include/ATen/ops/norm_native.h' 2025-01-24T01:28:54.5430501Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-01-24T01:28:54.5437953Z adding 'torch/include/ATen/ops/normal.h' 2025-01-24T01:28:54.5443557Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5448779Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-01-24T01:28:54.5453787Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-01-24T01:28:54.5459152Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-01-24T01:28:54.5464466Z adding 'torch/include/ATen/ops/normal_native.h' 2025-01-24T01:28:54.5470914Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-01-24T01:28:54.5476377Z adding 'torch/include/ATen/ops/not_equal.h' 2025-01-24T01:28:54.5481664Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5486449Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-01-24T01:28:54.5492064Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-01-24T01:28:54.5497758Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-01-24T01:28:54.5503017Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5507735Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-01-24T01:28:54.5513131Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-01-24T01:28:54.5518020Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-01-24T01:28:54.5523042Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5527990Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-01-24T01:28:54.5532891Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-01-24T01:28:54.5537938Z adding 'torch/include/ATen/ops/one_hot.h' 2025-01-24T01:28:54.5543107Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5547779Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-01-24T01:28:54.5552883Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-01-24T01:28:54.5558676Z adding 'torch/include/ATen/ops/ones.h' 2025-01-24T01:28:54.5564351Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5570715Z adding 'torch/include/ATen/ops/ones_like.h' 2025-01-24T01:28:54.5576132Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5581238Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-01-24T01:28:54.5586726Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-01-24T01:28:54.5591744Z adding 'torch/include/ATen/ops/ones_native.h' 2025-01-24T01:28:54.5597300Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-01-24T01:28:54.5602320Z adding 'torch/include/ATen/ops/or.h' 2025-01-24T01:28:54.5607391Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5612229Z adding 'torch/include/ATen/ops/or_native.h' 2025-01-24T01:28:54.5617739Z adding 'torch/include/ATen/ops/or_ops.h' 2025-01-24T01:28:54.5622916Z adding 'torch/include/ATen/ops/orgqr.h' 2025-01-24T01:28:54.5628475Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5633384Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-01-24T01:28:54.5638987Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-01-24T01:28:54.5644008Z adding 'torch/include/ATen/ops/ormqr.h' 2025-01-24T01:28:54.5649236Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-01-24T01:28:54.5654413Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-01-24T01:28:54.5659645Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-01-24T01:28:54.5666581Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-01-24T01:28:54.5671934Z adding 'torch/include/ATen/ops/outer.h' 2025-01-24T01:28:54.5677349Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5682264Z adding 'torch/include/ATen/ops/outer_native.h' 2025-01-24T01:28:54.5687639Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-01-24T01:28:54.5692639Z adding 'torch/include/ATen/ops/output_nr.h' 2025-01-24T01:28:54.5698050Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5702945Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-01-24T01:28:54.5708297Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-01-24T01:28:54.5713385Z adding 'torch/include/ATen/ops/pad.h' 2025-01-24T01:28:54.5718772Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5723726Z adding 'torch/include/ATen/ops/pad_native.h' 2025-01-24T01:28:54.5728977Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-01-24T01:28:54.5734178Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-01-24T01:28:54.5739716Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5744712Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-01-24T01:28:54.5750061Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-01-24T01:28:54.5755135Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-01-24T01:28:54.5760742Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5765706Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-01-24T01:28:54.5771025Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-01-24T01:28:54.5776106Z adding 'torch/include/ATen/ops/pdist.h' 2025-01-24T01:28:54.5781504Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5786365Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-01-24T01:28:54.5791638Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-01-24T01:28:54.5796777Z adding 'torch/include/ATen/ops/permute.h' 2025-01-24T01:28:54.5802010Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5806875Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-01-24T01:28:54.5812178Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5817541Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5822449Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-01-24T01:28:54.5827939Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-01-24T01:28:54.5833078Z adding 'torch/include/ATen/ops/permute_native.h' 2025-01-24T01:28:54.5838419Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-01-24T01:28:54.5843430Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-01-24T01:28:54.5858814Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5859361Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-01-24T01:28:54.5860388Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-01-24T01:28:54.5865589Z adding 'torch/include/ATen/ops/pinverse.h' 2025-01-24T01:28:54.5871247Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5877267Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-01-24T01:28:54.5881051Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-01-24T01:28:54.5886038Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-01-24T01:28:54.5891356Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5896650Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5901521Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-01-24T01:28:54.5906332Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-01-24T01:28:54.5911760Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-01-24T01:28:54.5916832Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-01-24T01:28:54.5922097Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5927344Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.5932220Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-01-24T01:28:54.5937121Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-01-24T01:28:54.5942612Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-01-24T01:28:54.5947731Z adding 'torch/include/ATen/ops/poisson.h' 2025-01-24T01:28:54.5952875Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.5957838Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-01-24T01:28:54.5962870Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-01-24T01:28:54.5967704Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-01-24T01:28:54.5972556Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-01-24T01:28:54.5977716Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.5982415Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-01-24T01:28:54.5987374Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-01-24T01:28:54.5992398Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-01-24T01:28:54.5997434Z adding 'torch/include/ATen/ops/polar.h' 2025-01-24T01:28:54.6002715Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6007751Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-01-24T01:28:54.6012857Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-01-24T01:28:54.6017643Z adding 'torch/include/ATen/ops/polar_native.h' 2025-01-24T01:28:54.6022724Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-01-24T01:28:54.6027521Z adding 'torch/include/ATen/ops/polygamma.h' 2025-01-24T01:28:54.6032574Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6037579Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6042364Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-01-24T01:28:54.6047398Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-01-24T01:28:54.6052343Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-01-24T01:28:54.6057519Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-01-24T01:28:54.6062479Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-01-24T01:28:54.6067767Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-01-24T01:28:54.6072683Z adding 'torch/include/ATen/ops/positive.h' 2025-01-24T01:28:54.6077849Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6082467Z adding 'torch/include/ATen/ops/positive_native.h' 2025-01-24T01:28:54.6087380Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-01-24T01:28:54.6092417Z adding 'torch/include/ATen/ops/pow.h' 2025-01-24T01:28:54.6098362Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6103280Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-01-24T01:28:54.6108495Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-01-24T01:28:54.6113609Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-01-24T01:28:54.6118842Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-01-24T01:28:54.6124003Z adding 'torch/include/ATen/ops/pow_native.h' 2025-01-24T01:28:54.6129962Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-01-24T01:28:54.6135280Z adding 'torch/include/ATen/ops/prelu.h' 2025-01-24T01:28:54.6140611Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6145408Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-01-24T01:28:54.6150411Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-01-24T01:28:54.6155711Z adding 'torch/include/ATen/ops/prod.h' 2025-01-24T01:28:54.6161046Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6166688Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6171898Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6176886Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-01-24T01:28:54.6182084Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-01-24T01:28:54.6186978Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-01-24T01:28:54.6192088Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-01-24T01:28:54.6196848Z adding 'torch/include/ATen/ops/prod_native.h' 2025-01-24T01:28:54.6202504Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-01-24T01:28:54.6207827Z adding 'torch/include/ATen/ops/promote_types.h' 2025-01-24T01:28:54.6213168Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6218234Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-01-24T01:28:54.6223441Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-01-24T01:28:54.6228634Z adding 'torch/include/ATen/ops/put.h' 2025-01-24T01:28:54.6233962Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6238929Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-01-24T01:28:54.6243969Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-01-24T01:28:54.6249050Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-01-24T01:28:54.6254085Z adding 'torch/include/ATen/ops/put_native.h' 2025-01-24T01:28:54.6259670Z adding 'torch/include/ATen/ops/put_ops.h' 2025-01-24T01:28:54.6264901Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-01-24T01:28:54.6269776Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-01-24T01:28:54.6274877Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-01-24T01:28:54.6279773Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-01-24T01:28:54.6285143Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6290066Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-01-24T01:28:54.6295491Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-01-24T01:28:54.6300916Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-01-24T01:28:54.6306458Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6311435Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-01-24T01:28:54.6316797Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-01-24T01:28:54.6321893Z adding 'torch/include/ATen/ops/q_scale.h' 2025-01-24T01:28:54.6326905Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-01-24T01:28:54.6331982Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-01-24T01:28:54.6337054Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-01-24T01:28:54.6342194Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-01-24T01:28:54.6347535Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-01-24T01:28:54.6353147Z adding 'torch/include/ATen/ops/qr.h' 2025-01-24T01:28:54.6359124Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6364295Z adding 'torch/include/ATen/ops/qr_native.h' 2025-01-24T01:28:54.6369576Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-01-24T01:28:54.6374441Z adding 'torch/include/ATen/ops/qscheme.h' 2025-01-24T01:28:54.6379516Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-01-24T01:28:54.6384621Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-01-24T01:28:54.6389828Z adding 'torch/include/ATen/ops/quantile.h' 2025-01-24T01:28:54.6395435Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6400224Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-01-24T01:28:54.6405550Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-01-24T01:28:54.6411001Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-01-24T01:28:54.6416211Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6421130Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-01-24T01:28:54.6426002Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-01-24T01:28:54.6430563Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-01-24T01:28:54.6435737Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-01-24T01:28:54.6440914Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-01-24T01:28:54.6444701Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6447976Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-01-24T01:28:54.6451241Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-01-24T01:28:54.6454473Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-01-24T01:28:54.6458043Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6461245Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-01-24T01:28:54.6464525Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-01-24T01:28:54.6467645Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-01-24T01:28:54.6470975Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-01-24T01:28:54.6474315Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-01-24T01:28:54.6477933Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-01-24T01:28:54.6481445Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-01-24T01:28:54.6485063Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6488009Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-01-24T01:28:54.6491432Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-01-24T01:28:54.6494779Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-01-24T01:28:54.6498608Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6502598Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-01-24T01:28:54.6505345Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-01-24T01:28:54.6508823Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-01-24T01:28:54.6512402Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6515724Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-01-24T01:28:54.6519226Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-01-24T01:28:54.6522765Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-01-24T01:28:54.6526978Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6529928Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-01-24T01:28:54.6533579Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-01-24T01:28:54.6537948Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-01-24T01:28:54.6540776Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6544275Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-01-24T01:28:54.6547511Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-01-24T01:28:54.6551025Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-01-24T01:28:54.6554608Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6557969Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-01-24T01:28:54.6561485Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-01-24T01:28:54.6564842Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-01-24T01:28:54.6568555Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6571639Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-01-24T01:28:54.6575253Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-01-24T01:28:54.6579119Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-01-24T01:28:54.6582504Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6585677Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-01-24T01:28:54.6589110Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-01-24T01:28:54.6592497Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-01-24T01:28:54.6596737Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6599136Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-01-24T01:28:54.6602670Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-01-24T01:28:54.6608335Z adding 'torch/include/ATen/ops/rand.h' 2025-01-24T01:28:54.6612259Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6615926Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6620193Z adding 'torch/include/ATen/ops/rand_like.h' 2025-01-24T01:28:54.6623458Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6626886Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-01-24T01:28:54.6630489Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-01-24T01:28:54.6634133Z adding 'torch/include/ATen/ops/rand_native.h' 2025-01-24T01:28:54.6638251Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-01-24T01:28:54.6643743Z adding 'torch/include/ATen/ops/randint.h' 2025-01-24T01:28:54.6648029Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6653576Z adding 'torch/include/ATen/ops/randint_like.h' 2025-01-24T01:28:54.6658657Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6662944Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-01-24T01:28:54.6667171Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-01-24T01:28:54.6670759Z adding 'torch/include/ATen/ops/randint_native.h' 2025-01-24T01:28:54.6674840Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-01-24T01:28:54.6680145Z adding 'torch/include/ATen/ops/randn.h' 2025-01-24T01:28:54.6684944Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6688129Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6691837Z adding 'torch/include/ATen/ops/randn_like.h' 2025-01-24T01:28:54.6696609Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6699307Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:28:54.6702588Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-01-24T01:28:54.6706482Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-01-24T01:28:54.6709815Z adding 'torch/include/ATen/ops/randn_native.h' 2025-01-24T01:28:54.6713870Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-01-24T01:28:54.6717559Z adding 'torch/include/ATen/ops/random.h' 2025-01-24T01:28:54.6721313Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6724495Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-01-24T01:28:54.6727927Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-01-24T01:28:54.6731197Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-01-24T01:28:54.6734556Z adding 'torch/include/ATen/ops/random_native.h' 2025-01-24T01:28:54.6738555Z adding 'torch/include/ATen/ops/random_ops.h' 2025-01-24T01:28:54.6742847Z adding 'torch/include/ATen/ops/randperm.h' 2025-01-24T01:28:54.6746807Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6750203Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-01-24T01:28:54.6753489Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-01-24T01:28:54.6756874Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-01-24T01:28:54.6760564Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-01-24T01:28:54.6764273Z adding 'torch/include/ATen/ops/range.h' 2025-01-24T01:28:54.6768083Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.6771160Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-01-24T01:28:54.6774594Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-01-24T01:28:54.6777972Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-01-24T01:28:54.6781354Z adding 'torch/include/ATen/ops/range_native.h' 2025-01-24T01:28:54.6785108Z adding 'torch/include/ATen/ops/range_ops.h' 2025-01-24T01:28:54.6788388Z adding 'torch/include/ATen/ops/ravel.h' 2025-01-24T01:28:54.6791988Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6795067Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-01-24T01:28:54.6798538Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-01-24T01:28:54.6801849Z adding 'torch/include/ATen/ops/real.h' 2025-01-24T01:28:54.6805224Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6808424Z adding 'torch/include/ATen/ops/real_native.h' 2025-01-24T01:28:54.6811696Z adding 'torch/include/ATen/ops/real_ops.h' 2025-01-24T01:28:54.6815537Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-01-24T01:28:54.6819401Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6822455Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-01-24T01:28:54.6825824Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-01-24T01:28:54.6828960Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-01-24T01:28:54.6832373Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-01-24T01:28:54.6835504Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-01-24T01:28:54.6839035Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-01-24T01:28:54.6842209Z adding 'torch/include/ATen/ops/record_stream.h' 2025-01-24T01:28:54.6845712Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-01-24T01:28:54.6848807Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-01-24T01:28:54.6852024Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-01-24T01:28:54.6855369Z adding 'torch/include/ATen/ops/refine_names.h' 2025-01-24T01:28:54.6858906Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.6861879Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-01-24T01:28:54.6865326Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-01-24T01:28:54.6868582Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-01-24T01:28:54.6872494Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-01-24T01:28:54.6876206Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6879357Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.6882922Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.6885828Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-01-24T01:28:54.6889146Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-01-24T01:28:54.6892307Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-01-24T01:28:54.6895685Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-01-24T01:28:54.6899340Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6902683Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-01-24T01:28:54.6906039Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-01-24T01:28:54.6909170Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-01-24T01:28:54.6912451Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-01-24T01:28:54.6915638Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-01-24T01:28:54.6919696Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-01-24T01:28:54.6922539Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-01-24T01:28:54.6926139Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-01-24T01:28:54.6929620Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.6932934Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.6936075Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-01-24T01:28:54.6939553Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-01-24T01:28:54.6942839Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-01-24T01:28:54.6946127Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-01-24T01:28:54.6949298Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-01-24T01:28:54.6952644Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-01-24T01:28:54.6956102Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-01-24T01:28:54.6959985Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-01-24T01:28:54.6963680Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6966869Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.6970162Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.6973342Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-01-24T01:28:54.6976690Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-01-24T01:28:54.6980022Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-01-24T01:28:54.6983364Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-01-24T01:28:54.6986878Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.6989978Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-01-24T01:28:54.6993256Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-01-24T01:28:54.6996400Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-01-24T01:28:54.6999701Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-01-24T01:28:54.7002827Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-01-24T01:28:54.7006368Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-01-24T01:28:54.7009515Z adding 'torch/include/ATen/ops/relu.h' 2025-01-24T01:28:54.7012751Z adding 'torch/include/ATen/ops/relu6.h' 2025-01-24T01:28:54.7016048Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7019187Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-01-24T01:28:54.7022615Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-01-24T01:28:54.7025965Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7029010Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-01-24T01:28:54.7032682Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-01-24T01:28:54.7042600Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-01-24T01:28:54.7045724Z adding 'torch/include/ATen/ops/relu_native.h' 2025-01-24T01:28:54.7049016Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-01-24T01:28:54.7052411Z adding 'torch/include/ATen/ops/remainder.h' 2025-01-24T01:28:54.7056022Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7059479Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7062515Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-01-24T01:28:54.7065730Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-01-24T01:28:54.7068892Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-01-24T01:28:54.7072068Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-01-24T01:28:54.7075683Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-01-24T01:28:54.7078862Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-01-24T01:28:54.7082470Z adding 'torch/include/ATen/ops/rename.h' 2025-01-24T01:28:54.7085900Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7088918Z adding 'torch/include/ATen/ops/rename_native.h' 2025-01-24T01:28:54.7092219Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-01-24T01:28:54.7095422Z adding 'torch/include/ATen/ops/renorm.h' 2025-01-24T01:28:54.7098990Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7102096Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-01-24T01:28:54.7105353Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-01-24T01:28:54.7108476Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-01-24T01:28:54.7111693Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-01-24T01:28:54.7114785Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-01-24T01:28:54.7118206Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-01-24T01:28:54.7121609Z adding 'torch/include/ATen/ops/repeat.h' 2025-01-24T01:28:54.7125063Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7128783Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-01-24T01:28:54.7132514Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7135845Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7139087Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-01-24T01:28:54.7142272Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-01-24T01:28:54.7145443Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-01-24T01:28:54.7148952Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-01-24T01:28:54.7152147Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-01-24T01:28:54.7155461Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-01-24T01:28:54.7158974Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-01-24T01:28:54.7162864Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-01-24T01:28:54.7166487Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7169579Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.7172831Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.7175955Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-01-24T01:28:54.7179452Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-01-24T01:28:54.7182653Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-01-24T01:28:54.7185966Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-01-24T01:28:54.7189419Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7192475Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-01-24T01:28:54.7195735Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-01-24T01:28:54.7198808Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-01-24T01:28:54.7202083Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-01-24T01:28:54.7205272Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-01-24T01:28:54.7208557Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-01-24T01:28:54.7211979Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-01-24T01:28:54.7215611Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-01-24T01:28:54.7219264Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.7222980Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.7225749Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-01-24T01:28:54.7229067Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-01-24T01:28:54.7232527Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7235631Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-01-24T01:28:54.7238867Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-01-24T01:28:54.7241982Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-01-24T01:28:54.7245273Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-01-24T01:28:54.7248403Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-01-24T01:28:54.7251724Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-01-24T01:28:54.7255126Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-01-24T01:28:54.7258912Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-01-24T01:28:54.7264035Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:28:54.7266217Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:28:54.7274145Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-01-24T01:28:54.7274353Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-01-24T01:28:54.7276999Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7282331Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-01-24T01:28:54.7283977Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-01-24T01:28:54.7295747Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-01-24T01:28:54.7296057Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-01-24T01:28:54.7296232Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-01-24T01:28:54.7298340Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-01-24T01:28:54.7331508Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-01-24T01:28:54.7331812Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7331977Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-01-24T01:28:54.7332107Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-01-24T01:28:54.7332219Z adding 'torch/include/ATen/ops/reshape.h' 2025-01-24T01:28:54.7332353Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-01-24T01:28:54.7332627Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7332971Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:28:54.7333103Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-01-24T01:28:54.7334551Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-01-24T01:28:54.7338367Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7341697Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:28:54.7344992Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-01-24T01:28:54.7349852Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-01-24T01:28:54.7352524Z adding 'torch/include/ATen/ops/resize.h' 2025-01-24T01:28:54.7355964Z adding 'torch/include/ATen/ops/resize_as.h' 2025-01-24T01:28:54.7361230Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7362921Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-01-24T01:28:54.7366374Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-01-24T01:28:54.7369697Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-01-24T01:28:54.7373432Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7377008Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-01-24T01:28:54.7379923Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-01-24T01:28:54.7383216Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-01-24T01:28:54.7386742Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7390222Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-01-24T01:28:54.7393467Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-01-24T01:28:54.7396674Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-01-24T01:28:54.7399909Z adding 'torch/include/ATen/ops/resize_native.h' 2025-01-24T01:28:54.7403320Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-01-24T01:28:54.7406553Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-01-24T01:28:54.7409895Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7412883Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-01-24T01:28:54.7416139Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-01-24T01:28:54.7420263Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-01-24T01:28:54.7422995Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7426505Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-01-24T01:28:54.7429175Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-01-24T01:28:54.7432404Z adding 'torch/include/ATen/ops/result_type.h' 2025-01-24T01:28:54.7435822Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7438781Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-01-24T01:28:54.7442208Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-01-24T01:28:54.7445347Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-01-24T01:28:54.7448710Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7458674Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-01-24T01:28:54.7461984Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-01-24T01:28:54.7465065Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-01-24T01:28:54.7468429Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7471395Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-01-24T01:28:54.7474575Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-01-24T01:28:54.7478135Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-01-24T01:28:54.7481614Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7484614Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-01-24T01:28:54.7488034Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-01-24T01:28:54.7491482Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-01-24T01:28:54.7494699Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-01-24T01:28:54.7498212Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7501208Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-01-24T01:28:54.7504484Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-01-24T01:28:54.7508134Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7511190Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-01-24T01:28:54.7514631Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-01-24T01:28:54.7517948Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-01-24T01:28:54.7521174Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-01-24T01:28:54.7524578Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7527526Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-01-24T01:28:54.7530875Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-01-24T01:28:54.7534314Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7537832Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-01-24T01:28:54.7540921Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-01-24T01:28:54.7544378Z adding 'torch/include/ATen/ops/roll.h' 2025-01-24T01:28:54.7547847Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7550932Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-01-24T01:28:54.7554186Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-01-24T01:28:54.7557376Z adding 'torch/include/ATen/ops/roll_native.h' 2025-01-24T01:28:54.7560692Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-01-24T01:28:54.7563953Z adding 'torch/include/ATen/ops/rot90.h' 2025-01-24T01:28:54.7567354Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7570310Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-01-24T01:28:54.7573619Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-01-24T01:28:54.7577937Z adding 'torch/include/ATen/ops/round.h' 2025-01-24T01:28:54.7580789Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7583879Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-01-24T01:28:54.7587111Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-01-24T01:28:54.7590737Z adding 'torch/include/ATen/ops/round_meta.h' 2025-01-24T01:28:54.7593499Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-01-24T01:28:54.7596632Z adding 'torch/include/ATen/ops/round_native.h' 2025-01-24T01:28:54.7600140Z adding 'torch/include/ATen/ops/round_ops.h' 2025-01-24T01:28:54.7603297Z adding 'torch/include/ATen/ops/row_indices.h' 2025-01-24T01:28:54.7606951Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7610201Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-01-24T01:28:54.7614266Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7617659Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7620622Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-01-24T01:28:54.7623921Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-01-24T01:28:54.7627028Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-01-24T01:28:54.7630202Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-01-24T01:28:54.7633438Z adding 'torch/include/ATen/ops/row_stack.h' 2025-01-24T01:28:54.7636824Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7639813Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-01-24T01:28:54.7643102Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-01-24T01:28:54.7646334Z adding 'torch/include/ATen/ops/rrelu.h' 2025-01-24T01:28:54.7649742Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7652781Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-01-24T01:28:54.7656130Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-01-24T01:28:54.7659786Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-01-24T01:28:54.7663205Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-01-24T01:28:54.7666713Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7669710Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-01-24T01:28:54.7673053Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-01-24T01:28:54.7676453Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7679611Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-01-24T01:28:54.7682924Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-01-24T01:28:54.7686163Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-01-24T01:28:54.7689369Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-01-24T01:28:54.7693330Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-01-24T01:28:54.7696304Z adding 'torch/include/ATen/ops/rshift.h' 2025-01-24T01:28:54.7699873Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7702965Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-01-24T01:28:54.7706167Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-01-24T01:28:54.7709347Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-01-24T01:28:54.7712420Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-01-24T01:28:54.7715939Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-01-24T01:28:54.7719197Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-01-24T01:28:54.7722633Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7725639Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-01-24T01:28:54.7728813Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-01-24T01:28:54.7731944Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-01-24T01:28:54.7735140Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-01-24T01:28:54.7738344Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-01-24T01:28:54.7742150Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-01-24T01:28:54.7744987Z adding 'torch/include/ATen/ops/rsub.h' 2025-01-24T01:28:54.7748364Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7751452Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-01-24T01:28:54.7754582Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-01-24T01:28:54.7757679Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-01-24T01:28:54.7761104Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-01-24T01:28:54.7765678Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-01-24T01:28:54.7768237Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7771226Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-01-24T01:28:54.7774557Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-01-24T01:28:54.7777978Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-01-24T01:28:54.7781446Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7784477Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-01-24T01:28:54.7787747Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-01-24T01:28:54.7791232Z adding 'torch/include/ATen/ops/scatter.h' 2025-01-24T01:28:54.7794603Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-01-24T01:28:54.7798065Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7801196Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7804373Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-01-24T01:28:54.7807614Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-01-24T01:28:54.7810682Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-01-24T01:28:54.7813922Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-01-24T01:28:54.7817045Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-01-24T01:28:54.7820640Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-01-24T01:28:54.7824221Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7827397Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7830725Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-01-24T01:28:54.7834183Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-01-24T01:28:54.7837411Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-01-24T01:28:54.7840803Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-01-24T01:28:54.7844447Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-01-24T01:28:54.7848215Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-01-24T01:28:54.7851803Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-01-24T01:28:54.7855325Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7858541Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-01-24T01:28:54.7861813Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-01-24T01:28:54.7864928Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-01-24T01:28:54.7868563Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-01-24T01:28:54.7872471Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-01-24T01:28:54.7875923Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-01-24T01:28:54.7879475Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-01-24T01:28:54.7882914Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-01-24T01:28:54.7886281Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-01-24T01:28:54.7889530Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-01-24T01:28:54.7893214Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-01-24T01:28:54.7897458Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-01-24T01:28:54.7900354Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7903508Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-01-24T01:28:54.7906721Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-01-24T01:28:54.7909877Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-01-24T01:28:54.7913290Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-01-24T01:28:54.7916574Z adding 'torch/include/ATen/ops/select.h' 2025-01-24T01:28:54.7920098Z adding 'torch/include/ATen/ops/select_backward.h' 2025-01-24T01:28:54.7923667Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7926996Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7929914Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-01-24T01:28:54.7933251Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-01-24T01:28:54.7936559Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7939944Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.7943208Z adding 'torch/include/ATen/ops/select_copy.h' 2025-01-24T01:28:54.7946738Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7950089Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.7953009Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-01-24T01:28:54.7956276Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-01-24T01:28:54.7959419Z adding 'torch/include/ATen/ops/select_native.h' 2025-01-24T01:28:54.7962719Z adding 'torch/include/ATen/ops/select_ops.h' 2025-01-24T01:28:54.7966169Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-01-24T01:28:54.7970148Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.7973494Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8002244Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-01-24T01:28:54.8002405Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-01-24T01:28:54.8002503Z adding 'torch/include/ATen/ops/selu.h' 2025-01-24T01:28:54.8002743Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8002870Z adding 'torch/include/ATen/ops/selu_native.h' 2025-01-24T01:28:54.8002976Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-01-24T01:28:54.8003071Z adding 'torch/include/ATen/ops/set.h' 2025-01-24T01:28:54.8004564Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8008318Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8010904Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-01-24T01:28:54.8014649Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-01-24T01:28:54.8017486Z adding 'torch/include/ATen/ops/set_data.h' 2025-01-24T01:28:54.8021075Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8024237Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-01-24T01:28:54.8027485Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-01-24T01:28:54.8030780Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-01-24T01:28:54.8034273Z adding 'torch/include/ATen/ops/set_native.h' 2025-01-24T01:28:54.8038449Z adding 'torch/include/ATen/ops/set_ops.h' 2025-01-24T01:28:54.8041891Z adding 'torch/include/ATen/ops/sgn.h' 2025-01-24T01:28:54.8045575Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8048827Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-01-24T01:28:54.8051996Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-01-24T01:28:54.8055964Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-01-24T01:28:54.8058758Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-01-24T01:28:54.8062088Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-01-24T01:28:54.8065424Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-01-24T01:28:54.8069020Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-01-24T01:28:54.8072480Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-01-24T01:28:54.8076046Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8079279Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:28:54.8082552Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:28:54.8085894Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-01-24T01:28:54.8089184Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-01-24T01:28:54.8092541Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-01-24T01:28:54.8096036Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-01-24T01:28:54.8099699Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8102906Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-01-24T01:28:54.8106142Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-01-24T01:28:54.8109530Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-01-24T01:28:54.8112844Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-01-24T01:28:54.8116056Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-01-24T01:28:54.8119528Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-01-24T01:28:54.8122739Z adding 'torch/include/ATen/ops/sign.h' 2025-01-24T01:28:54.8126347Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8129431Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-01-24T01:28:54.8132878Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-01-24T01:28:54.8136027Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-01-24T01:28:54.8140317Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-01-24T01:28:54.8143663Z adding 'torch/include/ATen/ops/sign_native.h' 2025-01-24T01:28:54.8147024Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-01-24T01:28:54.8150479Z adding 'torch/include/ATen/ops/signbit.h' 2025-01-24T01:28:54.8153926Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8156959Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-01-24T01:28:54.8160333Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-01-24T01:28:54.8163519Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-01-24T01:28:54.8166687Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-01-24T01:28:54.8169792Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-01-24T01:28:54.8173046Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-01-24T01:28:54.8176439Z adding 'torch/include/ATen/ops/silu.h' 2025-01-24T01:28:54.8179844Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-01-24T01:28:54.8183310Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8186421Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8189532Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-01-24T01:28:54.8192827Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-01-24T01:28:54.8195944Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-01-24T01:28:54.8199208Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-01-24T01:28:54.8202324Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-01-24T01:28:54.8205648Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-01-24T01:28:54.8209285Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8212822Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-01-24T01:28:54.8215553Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-01-24T01:28:54.8218805Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-01-24T01:28:54.8222028Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-01-24T01:28:54.8225894Z adding 'torch/include/ATen/ops/silu_native.h' 2025-01-24T01:28:54.8229292Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-01-24T01:28:54.8232477Z adding 'torch/include/ATen/ops/sin.h' 2025-01-24T01:28:54.8235933Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8238903Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-01-24T01:28:54.8242070Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-01-24T01:28:54.8245152Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-01-24T01:28:54.8248411Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-01-24T01:28:54.8251604Z adding 'torch/include/ATen/ops/sin_native.h' 2025-01-24T01:28:54.8254912Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-01-24T01:28:54.8258218Z adding 'torch/include/ATen/ops/sinc.h' 2025-01-24T01:28:54.8261867Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8264928Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-01-24T01:28:54.8268124Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-01-24T01:28:54.8271185Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-01-24T01:28:54.8274424Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-01-24T01:28:54.8277504Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-01-24T01:28:54.8280808Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-01-24T01:28:54.8284006Z adding 'torch/include/ATen/ops/sinh.h' 2025-01-24T01:28:54.8287399Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8290396Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-01-24T01:28:54.8293576Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-01-24T01:28:54.8296648Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-01-24T01:28:54.8300028Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-01-24T01:28:54.8303175Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-01-24T01:28:54.8306570Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-01-24T01:28:54.8309813Z adding 'torch/include/ATen/ops/size.h' 2025-01-24T01:28:54.8313133Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8316075Z adding 'torch/include/ATen/ops/size_native.h' 2025-01-24T01:28:54.8319337Z adding 'torch/include/ATen/ops/size_ops.h' 2025-01-24T01:28:54.8322755Z adding 'torch/include/ATen/ops/slice.h' 2025-01-24T01:28:54.8326276Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-01-24T01:28:54.8329885Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8332936Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-01-24T01:28:54.8336413Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-01-24T01:28:54.8339931Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8343441Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-01-24T01:28:54.8347036Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8350406Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8362094Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-01-24T01:28:54.8362420Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-01-24T01:28:54.8362668Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-01-24T01:28:54.8366928Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8367261Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-01-24T01:28:54.8370741Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-01-24T01:28:54.8374870Z adding 'torch/include/ATen/ops/slice_native.h' 2025-01-24T01:28:54.8419677Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-01-24T01:28:54.8419941Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-01-24T01:28:54.8420248Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8420597Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8420764Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-01-24T01:28:54.8421445Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-01-24T01:28:54.8421554Z adding 'torch/include/ATen/ops/slogdet.h' 2025-01-24T01:28:54.8421834Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8421966Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-01-24T01:28:54.8422084Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-01-24T01:28:54.8422215Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-01-24T01:28:54.8422490Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8425491Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-01-24T01:28:54.8429214Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-01-24T01:28:54.8432544Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-01-24T01:28:54.8435951Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-01-24T01:28:54.8439397Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-01-24T01:28:54.8442804Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-01-24T01:28:54.8446887Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-01-24T01:28:54.8450603Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8453810Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-01-24T01:28:54.8457426Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-01-24T01:28:54.8460687Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-01-24T01:28:54.8464275Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-01-24T01:28:54.8468048Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-01-24T01:28:54.8472456Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8475208Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-01-24T01:28:54.8478551Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-01-24T01:28:54.8481703Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-01-24T01:28:54.8485259Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-01-24T01:28:54.8489027Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-01-24T01:28:54.8492801Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8496042Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-01-24T01:28:54.8499625Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-01-24T01:28:54.8503191Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-01-24T01:28:54.8506501Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-01-24T01:28:54.8509704Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-01-24T01:28:54.8513519Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-01-24T01:28:54.8517115Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-01-24T01:28:54.8520776Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-01-24T01:28:54.8524232Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-01-24T01:28:54.8527460Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-01-24T01:28:54.8530899Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-01-24T01:28:54.8534617Z adding 'torch/include/ATen/ops/smm.h' 2025-01-24T01:28:54.8537429Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8540480Z adding 'torch/include/ATen/ops/smm_native.h' 2025-01-24T01:28:54.8543697Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-01-24T01:28:54.8546939Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-01-24T01:28:54.8550246Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-01-24T01:28:54.8553642Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8556812Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-01-24T01:28:54.8560059Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-01-24T01:28:54.8563144Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-01-24T01:28:54.8566502Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-01-24T01:28:54.8569926Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8572972Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-01-24T01:28:54.8576175Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-01-24T01:28:54.8579414Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-01-24T01:28:54.8582667Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-01-24T01:28:54.8585754Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-01-24T01:28:54.8589101Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-01-24T01:28:54.8592382Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-01-24T01:28:54.8595703Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-01-24T01:28:54.8599101Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8602091Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-01-24T01:28:54.8605386Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-01-24T01:28:54.8608727Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8611743Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-01-24T01:28:54.8615070Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-01-24T01:28:54.8618486Z adding 'torch/include/ATen/ops/softmax.h' 2025-01-24T01:28:54.8621889Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8625126Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8628126Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-01-24T01:28:54.8631581Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-01-24T01:28:54.8634718Z adding 'torch/include/ATen/ops/softplus.h' 2025-01-24T01:28:54.8637972Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-01-24T01:28:54.8641513Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8644527Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-01-24T01:28:54.8647723Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-01-24T01:28:54.8650786Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-01-24T01:28:54.8653990Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-01-24T01:28:54.8657111Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-01-24T01:28:54.8660576Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-01-24T01:28:54.8664047Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8667458Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-01-24T01:28:54.8671005Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-01-24T01:28:54.8674006Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-01-24T01:28:54.8677327Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-01-24T01:28:54.8680368Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-01-24T01:28:54.8683688Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-01-24T01:28:54.8686874Z adding 'torch/include/ATen/ops/softshrink.h' 2025-01-24T01:28:54.8690177Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-01-24T01:28:54.8693688Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8696730Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-01-24T01:28:54.8700081Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-01-24T01:28:54.8703184Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-01-24T01:28:54.8706435Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-01-24T01:28:54.8709535Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-01-24T01:28:54.8712807Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-01-24T01:28:54.8716295Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8719328Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-01-24T01:28:54.8722539Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-01-24T01:28:54.8725629Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-01-24T01:28:54.8728833Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-01-24T01:28:54.8731929Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-01-24T01:28:54.8735211Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-01-24T01:28:54.8738896Z adding 'torch/include/ATen/ops/sort.h' 2025-01-24T01:28:54.8742450Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8746030Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8749122Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8752176Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-01-24T01:28:54.8755354Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-01-24T01:28:54.8758472Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-01-24T01:28:54.8761711Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-01-24T01:28:54.8764978Z adding 'torch/include/ATen/ops/sort_native.h' 2025-01-24T01:28:54.8768813Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-01-24T01:28:54.8772587Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-01-24T01:28:54.8776150Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8779433Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-01-24T01:28:54.8782825Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-01-24T01:28:54.8786305Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-01-24T01:28:54.8789827Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8792896Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-01-24T01:28:54.8796346Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-01-24T01:28:54.8800081Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-01-24T01:28:54.8803823Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8806878Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-01-24T01:28:54.8810343Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-01-24T01:28:54.8813935Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-01-24T01:28:54.8817564Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8820937Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8824078Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-01-24T01:28:54.8827608Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-01-24T01:28:54.8831130Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-01-24T01:28:54.8834693Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8837846Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-01-24T01:28:54.8841273Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-01-24T01:28:54.8844748Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-01-24T01:28:54.8848346Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.8851404Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-01-24T01:28:54.8854854Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-01-24T01:28:54.8858104Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-01-24T01:28:54.8861460Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8864444Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-01-24T01:28:54.8867625Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-01-24T01:28:54.8870769Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-01-24T01:28:54.8874556Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8878113Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-01-24T01:28:54.8881729Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-01-24T01:28:54.8885044Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-01-24T01:28:54.8888969Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-01-24T01:28:54.8893043Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8896689Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-01-24T01:28:54.8900659Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-01-24T01:28:54.8904607Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-01-24T01:28:54.8908679Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.8912299Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-01-24T01:28:54.8916075Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-01-24T01:28:54.8919974Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-01-24T01:28:54.8923960Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-01-24T01:28:54.8927568Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-01-24T01:28:54.8931616Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-01-24T01:28:54.8935753Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-01-24T01:28:54.8939430Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8942678Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-01-24T01:28:54.8946133Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-01-24T01:28:54.8949305Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-01-24T01:28:54.8952754Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-01-24T01:28:54.8955887Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-01-24T01:28:54.8959124Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-01-24T01:28:54.8962332Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-01-24T01:28:54.8966063Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8969109Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-01-24T01:28:54.8972319Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-01-24T01:28:54.8975388Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-01-24T01:28:54.8978861Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-01-24T01:28:54.8982111Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-01-24T01:28:54.8985383Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-01-24T01:28:54.8988584Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-01-24T01:28:54.8992039Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.8995083Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-01-24T01:28:54.8998310Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-01-24T01:28:54.9001400Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-01-24T01:28:54.9005332Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-01-24T01:28:54.9008512Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-01-24T01:28:54.9011992Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-01-24T01:28:54.9015242Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-01-24T01:28:54.9018950Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9022010Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-01-24T01:28:54.9025217Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-01-24T01:28:54.9028286Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-01-24T01:28:54.9031488Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-01-24T01:28:54.9034554Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-01-24T01:28:54.9037776Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-01-24T01:28:54.9040948Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-01-24T01:28:54.9044350Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9047374Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-01-24T01:28:54.9050556Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-01-24T01:28:54.9053660Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-01-24T01:28:54.9056856Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-01-24T01:28:54.9060070Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-01-24T01:28:54.9063333Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-01-24T01:28:54.9066719Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-01-24T01:28:54.9070226Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9073666Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9076806Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:28:54.9080060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:28:54.9083190Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-01-24T01:28:54.9086437Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:28:54.9089600Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-01-24T01:28:54.9093100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-01-24T01:28:54.9096536Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-01-24T01:28:54.9100182Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9103568Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9106649Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:28:54.9109872Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:28:54.9113054Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-01-24T01:28:54.9116229Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:28:54.9119336Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-01-24T01:28:54.9122887Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-01-24T01:28:54.9126343Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-01-24T01:28:54.9129827Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9133146Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9136130Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:28:54.9139464Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:28:54.9142534Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-01-24T01:28:54.9145801Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:28:54.9149021Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-01-24T01:28:54.9152557Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-01-24T01:28:54.9156036Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-01-24T01:28:54.9159537Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9162878Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9165911Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:28:54.9169107Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:28:54.9172254Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-01-24T01:28:54.9175745Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:28:54.9179188Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-01-24T01:28:54.9182751Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-01-24T01:28:54.9186176Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-01-24T01:28:54.9189582Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9193216Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-01-24T01:28:54.9196655Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-01-24T01:28:54.9199946Z adding 'torch/include/ATen/ops/special_entr.h' 2025-01-24T01:28:54.9203640Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9206631Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-01-24T01:28:54.9210044Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-01-24T01:28:54.9213154Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-01-24T01:28:54.9216623Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-01-24T01:28:54.9220779Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-01-24T01:28:54.9223395Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-01-24T01:28:54.9227068Z adding 'torch/include/ATen/ops/special_erf.h' 2025-01-24T01:28:54.9230497Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9233703Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-01-24T01:28:54.9238067Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-01-24T01:28:54.9240450Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-01-24T01:28:54.9244181Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9246966Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-01-24T01:28:54.9250494Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-01-24T01:28:54.9253615Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-01-24T01:28:54.9257319Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9261659Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-01-24T01:28:54.9263989Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-01-24T01:28:54.9267574Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-01-24T01:28:54.9270536Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-01-24T01:28:54.9273784Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-01-24T01:28:54.9277013Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-01-24T01:28:54.9280391Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-01-24T01:28:54.9284926Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9287009Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-01-24T01:28:54.9291046Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-01-24T01:28:54.9293625Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-01-24T01:28:54.9297198Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9300338Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-01-24T01:28:54.9303798Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-01-24T01:28:54.9307033Z adding 'torch/include/ATen/ops/special_expit.h' 2025-01-24T01:28:54.9310620Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9314547Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-01-24T01:28:54.9317202Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-01-24T01:28:54.9320769Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-01-24T01:28:54.9324002Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9327137Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-01-24T01:28:54.9330418Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-01-24T01:28:54.9333797Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-01-24T01:28:54.9338435Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9340548Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-01-24T01:28:54.9344420Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-01-24T01:28:54.9347225Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-01-24T01:28:54.9350864Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9353932Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-01-24T01:28:54.9357310Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-01-24T01:28:54.9360492Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-01-24T01:28:54.9403313Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9403497Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-01-24T01:28:54.9403645Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-01-24T01:28:54.9403831Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-01-24T01:28:54.9404196Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9404611Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9404855Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-01-24T01:28:54.9405199Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-01-24T01:28:54.9405404Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-01-24T01:28:54.9405706Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-01-24T01:28:54.9405919Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-01-24T01:28:54.9406127Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-01-24T01:28:54.9409670Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-01-24T01:28:54.9413025Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9416615Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9419825Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-01-24T01:28:54.9423339Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-01-24T01:28:54.9426468Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-01-24T01:28:54.9430025Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-01-24T01:28:54.9433206Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-01-24T01:28:54.9436682Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-01-24T01:28:54.9440164Z adding 'torch/include/ATen/ops/special_i0.h' 2025-01-24T01:28:54.9443547Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9446515Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-01-24T01:28:54.9449811Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-01-24T01:28:54.9452985Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-01-24T01:28:54.9456667Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9460357Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-01-24T01:28:54.9463531Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-01-24T01:28:54.9466708Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-01-24T01:28:54.9469821Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-01-24T01:28:54.9472875Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-01-24T01:28:54.9476175Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-01-24T01:28:54.9479376Z adding 'torch/include/ATen/ops/special_i1.h' 2025-01-24T01:28:54.9482802Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9486854Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-01-24T01:28:54.9489235Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-01-24T01:28:54.9492289Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-01-24T01:28:54.9495483Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-01-24T01:28:54.9498805Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-01-24T01:28:54.9502023Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-01-24T01:28:54.9505228Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-01-24T01:28:54.9508642Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9511626Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-01-24T01:28:54.9514777Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-01-24T01:28:54.9517965Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-01-24T01:28:54.9521142Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-01-24T01:28:54.9524185Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-01-24T01:28:54.9527386Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-01-24T01:28:54.9530868Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-01-24T01:28:54.9534420Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9537822Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9541037Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-01-24T01:28:54.9544161Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-01-24T01:28:54.9547264Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-01-24T01:28:54.9550463Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-01-24T01:28:54.9553585Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-01-24T01:28:54.9557149Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-01-24T01:28:54.9560626Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-01-24T01:28:54.9564151Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9567481Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9570501Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-01-24T01:28:54.9573770Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-01-24T01:28:54.9576849Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-01-24T01:28:54.9580274Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-01-24T01:28:54.9583478Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-01-24T01:28:54.9587019Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-01-24T01:28:54.9590284Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-01-24T01:28:54.9593666Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9596643Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-01-24T01:28:54.9599886Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-01-24T01:28:54.9603023Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-01-24T01:28:54.9606519Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9609538Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-01-24T01:28:54.9612705Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-01-24T01:28:54.9615762Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-01-24T01:28:54.9619137Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-01-24T01:28:54.9622236Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-01-24T01:28:54.9625477Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-01-24T01:28:54.9628658Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-01-24T01:28:54.9632096Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9635011Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-01-24T01:28:54.9638224Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-01-24T01:28:54.9641389Z adding 'torch/include/ATen/ops/special_logit.h' 2025-01-24T01:28:54.9644759Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9647758Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-01-24T01:28:54.9651000Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-01-24T01:28:54.9654218Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-01-24T01:28:54.9657710Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9660750Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-01-24T01:28:54.9664065Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-01-24T01:28:54.9667283Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-01-24T01:28:54.9670741Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9674650Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-01-24T01:28:54.9677359Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-01-24T01:28:54.9680825Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-01-24T01:28:54.9683881Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-01-24T01:28:54.9687161Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-01-24T01:28:54.9690478Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-01-24T01:28:54.9693911Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-01-24T01:28:54.9697695Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9700823Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-01-24T01:28:54.9704180Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-01-24T01:28:54.9707292Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-01-24T01:28:54.9710699Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-01-24T01:28:54.9714470Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-01-24T01:28:54.9718101Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-01-24T01:28:54.9721781Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-01-24T01:28:54.9724843Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9728034Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:28:54.9731252Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:28:54.9734522Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-01-24T01:28:54.9737870Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:28:54.9741250Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-01-24T01:28:54.9745515Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-01-24T01:28:54.9747965Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-01-24T01:28:54.9751651Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9754689Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:28:54.9758025Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:28:54.9761119Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-01-24T01:28:54.9764656Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:28:54.9768979Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-01-24T01:28:54.9771975Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-01-24T01:28:54.9775451Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-01-24T01:28:54.9778998Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9782236Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-01-24T01:28:54.9786611Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-01-24T01:28:54.9788939Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-01-24T01:28:54.9792650Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9795584Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-01-24T01:28:54.9799055Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-01-24T01:28:54.9802250Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-01-24T01:28:54.9805974Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9810140Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-01-24T01:28:54.9812476Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-01-24T01:28:54.9816068Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-01-24T01:28:54.9818983Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-01-24T01:28:54.9822278Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-01-24T01:28:54.9825581Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-01-24T01:28:54.9829312Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-01-24T01:28:54.9832599Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9835703Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-01-24T01:28:54.9839135Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-01-24T01:28:54.9842326Z adding 'torch/include/ATen/ops/special_psi.h' 2025-01-24T01:28:54.9845930Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9848799Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-01-24T01:28:54.9852282Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-01-24T01:28:54.9855521Z adding 'torch/include/ATen/ops/special_round.h' 2025-01-24T01:28:54.9859246Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:54.9889299Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-01-24T01:28:54.9889705Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-01-24T01:28:54.9890154Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-01-24T01:28:54.9890908Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9891717Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:28:54.9892360Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:28:54.9892953Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-01-24T01:28:54.9893551Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:28:54.9895813Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-01-24T01:28:54.9896381Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-01-24T01:28:54.9898919Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-01-24T01:28:54.9902671Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9905739Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:28:54.9909356Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:28:54.9912402Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-01-24T01:28:54.9915634Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:28:54.9919505Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-01-24T01:28:54.9922328Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-01-24T01:28:54.9925711Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-01-24T01:28:54.9929222Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9932597Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9935872Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:28:54.9939217Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:28:54.9942354Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-01-24T01:28:54.9945582Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:28:54.9948823Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-01-24T01:28:54.9952358Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-01-24T01:28:54.9955883Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-01-24T01:28:54.9959396Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9962741Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9966719Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:28:54.9969303Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:28:54.9972400Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-01-24T01:28:54.9975619Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:28:54.9979339Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-01-24T01:28:54.9982924Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-01-24T01:28:54.9986413Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-01-24T01:28:54.9989920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:54.9993273Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:54.9996302Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:28:54.9999482Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:28:55.0002613Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-01-24T01:28:55.0005906Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:28:55.0009050Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-01-24T01:28:55.0012571Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-01-24T01:28:55.0016053Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-01-24T01:28:55.0019693Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0023322Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0026517Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:28:55.0029663Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:28:55.0032788Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-01-24T01:28:55.0036005Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:28:55.0039148Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-01-24T01:28:55.0042691Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-01-24T01:28:55.0045825Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-01-24T01:28:55.0049192Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0052175Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-01-24T01:28:55.0055445Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-01-24T01:28:55.0058761Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-01-24T01:28:55.0062165Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0065166Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-01-24T01:28:55.0068574Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-01-24T01:28:55.0071817Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-01-24T01:28:55.0075309Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0078428Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-01-24T01:28:55.0081633Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-01-24T01:28:55.0084707Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-01-24T01:28:55.0087947Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-01-24T01:28:55.0091016Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-01-24T01:28:55.0094278Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-01-24T01:28:55.0097652Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-01-24T01:28:55.0101166Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0104469Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0107561Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-01-24T01:28:55.0110856Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-01-24T01:28:55.0113869Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-01-24T01:28:55.0117079Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-01-24T01:28:55.0120178Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-01-24T01:28:55.0123988Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-01-24T01:28:55.0127403Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-01-24T01:28:55.0131295Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0135377Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-01-24T01:28:55.0138284Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-01-24T01:28:55.0141933Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-01-24T01:28:55.0145421Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0149015Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0153245Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-01-24T01:28:55.0155484Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-01-24T01:28:55.0159220Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-01-24T01:28:55.0162015Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-01-24T01:28:55.0165467Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-01-24T01:28:55.0168939Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-01-24T01:28:55.0172655Z adding 'torch/include/ATen/ops/split.h' 2025-01-24T01:28:55.0176493Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0179798Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0183311Z adding 'torch/include/ATen/ops/split_copy.h' 2025-01-24T01:28:55.0186845Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0190435Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0193473Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-01-24T01:28:55.0197007Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-01-24T01:28:55.0200322Z adding 'torch/include/ATen/ops/split_native.h' 2025-01-24T01:28:55.0203770Z adding 'torch/include/ATen/ops/split_ops.h' 2025-01-24T01:28:55.0207217Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-01-24T01:28:55.0211813Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0214350Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-01-24T01:28:55.0218205Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0221531Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0224808Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-01-24T01:28:55.0227955Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-01-24T01:28:55.0231528Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-01-24T01:28:55.0235510Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-01-24T01:28:55.0238082Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-01-24T01:28:55.0242050Z adding 'torch/include/ATen/ops/sqrt.h' 2025-01-24T01:28:55.0245498Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0248792Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-01-24T01:28:55.0253104Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-01-24T01:28:55.0255317Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-01-24T01:28:55.0259077Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-01-24T01:28:55.0262151Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-01-24T01:28:55.0265696Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-01-24T01:28:55.0268937Z adding 'torch/include/ATen/ops/square.h' 2025-01-24T01:28:55.0272513Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0276643Z adding 'torch/include/ATen/ops/square_native.h' 2025-01-24T01:28:55.0279028Z adding 'torch/include/ATen/ops/square_ops.h' 2025-01-24T01:28:55.0282729Z adding 'torch/include/ATen/ops/squeeze.h' 2025-01-24T01:28:55.0285851Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0289278Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0292569Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-01-24T01:28:55.0296266Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0300502Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0302860Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-01-24T01:28:55.0306514Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-01-24T01:28:55.0309830Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-01-24T01:28:55.0313664Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-01-24T01:28:55.0317898Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-01-24T01:28:55.0320768Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0324007Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-01-24T01:28:55.0327213Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-01-24T01:28:55.0330575Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-01-24T01:28:55.0333944Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-01-24T01:28:55.0337492Z adding 'torch/include/ATen/ops/stack.h' 2025-01-24T01:28:55.0341573Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0344112Z adding 'torch/include/ATen/ops/stack_native.h' 2025-01-24T01:28:55.0347590Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-01-24T01:28:55.0351172Z adding 'torch/include/ATen/ops/std.h' 2025-01-24T01:28:55.0355033Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0359019Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-01-24T01:28:55.0361624Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-01-24T01:28:55.0365276Z adding 'torch/include/ATen/ops/std_mean.h' 2025-01-24T01:28:55.0368792Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0374228Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0376029Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-01-24T01:28:55.0387153Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-01-24T01:28:55.0387557Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-01-24T01:28:55.0387918Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-01-24T01:28:55.0391036Z adding 'torch/include/ATen/ops/std_native.h' 2025-01-24T01:28:55.0395158Z adding 'torch/include/ATen/ops/std_ops.h' 2025-01-24T01:28:55.0399634Z adding 'torch/include/ATen/ops/stft.h' 2025-01-24T01:28:55.0402446Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0405887Z adding 'torch/include/ATen/ops/stft_native.h' 2025-01-24T01:28:55.0409286Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-01-24T01:28:55.0412848Z adding 'torch/include/ATen/ops/stride.h' 2025-01-24T01:28:55.0416178Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0419270Z adding 'torch/include/ATen/ops/stride_native.h' 2025-01-24T01:28:55.0423481Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-01-24T01:28:55.0426068Z adding 'torch/include/ATen/ops/sub.h' 2025-01-24T01:28:55.0429473Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0432772Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0435851Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-01-24T01:28:55.0439784Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-01-24T01:28:55.0442456Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-01-24T01:28:55.0445670Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-01-24T01:28:55.0448843Z adding 'torch/include/ATen/ops/sub_native.h' 2025-01-24T01:28:55.0452413Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-01-24T01:28:55.0455769Z adding 'torch/include/ATen/ops/subtract.h' 2025-01-24T01:28:55.0459355Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0462367Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-01-24T01:28:55.0465873Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-01-24T01:28:55.0470634Z adding 'torch/include/ATen/ops/sum.h' 2025-01-24T01:28:55.0473034Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0476356Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0479551Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0482670Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-01-24T01:28:55.0485889Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-01-24T01:28:55.0489106Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-01-24T01:28:55.0492250Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-01-24T01:28:55.0495500Z adding 'torch/include/ATen/ops/sum_native.h' 2025-01-24T01:28:55.0499235Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-01-24T01:28:55.0502541Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-01-24T01:28:55.0505862Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0509415Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-01-24T01:28:55.0512685Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-01-24T01:28:55.0515927Z adding 'torch/include/ATen/ops/svd.h' 2025-01-24T01:28:55.0519297Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0522297Z adding 'torch/include/ATen/ops/svd_native.h' 2025-01-24T01:28:55.0533178Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-01-24T01:28:55.0536790Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-01-24T01:28:55.0540432Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0543405Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-01-24T01:28:55.0546782Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-01-24T01:28:55.0550097Z adding 'torch/include/ATen/ops/swapdims.h' 2025-01-24T01:28:55.0554100Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0557170Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-01-24T01:28:55.0560514Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-01-24T01:28:55.0563688Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-01-24T01:28:55.0567075Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0570166Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-01-24T01:28:55.0573673Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0576740Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-01-24T01:28:55.0580189Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-01-24T01:28:55.0583320Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-01-24T01:28:55.0586532Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-01-24T01:28:55.0589619Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-01-24T01:28:55.0592954Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0595936Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-01-24T01:28:55.0599136Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-01-24T01:28:55.0602279Z adding 'torch/include/ATen/ops/sym_size.h' 2025-01-24T01:28:55.0605664Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0608639Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-01-24T01:28:55.0611872Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-01-24T01:28:55.0615011Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-01-24T01:28:55.0618446Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0621397Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-01-24T01:28:55.0624617Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-01-24T01:28:55.0627702Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-01-24T01:28:55.0631100Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0634293Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-01-24T01:28:55.0637541Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-01-24T01:28:55.0640616Z adding 'torch/include/ATen/ops/t.h' 2025-01-24T01:28:55.0643911Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0646991Z adding 'torch/include/ATen/ops/t_copy.h' 2025-01-24T01:28:55.0650433Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0653610Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0656484Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-01-24T01:28:55.0659942Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-01-24T01:28:55.0663053Z adding 'torch/include/ATen/ops/t_native.h' 2025-01-24T01:28:55.0666331Z adding 'torch/include/ATen/ops/t_ops.h' 2025-01-24T01:28:55.0669504Z adding 'torch/include/ATen/ops/take.h' 2025-01-24T01:28:55.0672724Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-01-24T01:28:55.0676113Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0679118Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-01-24T01:28:55.0682385Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-01-24T01:28:55.0685626Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-01-24T01:28:55.0688825Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-01-24T01:28:55.0691872Z adding 'torch/include/ATen/ops/take_native.h' 2025-01-24T01:28:55.0695130Z adding 'torch/include/ATen/ops/take_ops.h' 2025-01-24T01:28:55.0698454Z adding 'torch/include/ATen/ops/tan.h' 2025-01-24T01:28:55.0701979Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0704976Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-01-24T01:28:55.0708201Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-01-24T01:28:55.0711276Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-01-24T01:28:55.0714503Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-01-24T01:28:55.0717664Z adding 'torch/include/ATen/ops/tan_native.h' 2025-01-24T01:28:55.0720995Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-01-24T01:28:55.0724193Z adding 'torch/include/ATen/ops/tanh.h' 2025-01-24T01:28:55.0727434Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-01-24T01:28:55.0730862Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0733906Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-01-24T01:28:55.0737627Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-01-24T01:28:55.0741211Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-01-24T01:28:55.0744054Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-01-24T01:28:55.0747383Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-01-24T01:28:55.0750666Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-01-24T01:28:55.0754340Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0758555Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-01-24T01:28:55.0760788Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-01-24T01:28:55.0764571Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-01-24T01:28:55.0767328Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-01-24T01:28:55.0771278Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-01-24T01:28:55.0774628Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-01-24T01:28:55.0778331Z adding 'torch/include/ATen/ops/tensor.h' 2025-01-24T01:28:55.0782403Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-01-24T01:28:55.0785544Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0788768Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-01-24T01:28:55.0792251Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-01-24T01:28:55.0795728Z adding 'torch/include/ATen/ops/tensordot.h' 2025-01-24T01:28:55.0800223Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0802373Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-01-24T01:28:55.0806041Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-01-24T01:28:55.0809686Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-01-24T01:28:55.0813469Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0817797Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-01-24T01:28:55.0820364Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-01-24T01:28:55.0823854Z adding 'torch/include/ATen/ops/threshold.h' 2025-01-24T01:28:55.0827170Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-01-24T01:28:55.0830958Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0834611Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-01-24T01:28:55.0837326Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-01-24T01:28:55.0841271Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-01-24T01:28:55.0843863Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-01-24T01:28:55.0847319Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-01-24T01:28:55.0850684Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-01-24T01:28:55.0854311Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.0858184Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-01-24T01:28:55.0860901Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-01-24T01:28:55.0864796Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-01-24T01:28:55.0867441Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-01-24T01:28:55.0870770Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-01-24T01:28:55.0874210Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-01-24T01:28:55.0877669Z adding 'torch/include/ATen/ops/tile.h' 2025-01-24T01:28:55.0885544Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0886035Z adding 'torch/include/ATen/ops/tile_native.h' 2025-01-24T01:28:55.0887961Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-01-24T01:28:55.0895304Z adding 'torch/include/ATen/ops/to.h' 2025-01-24T01:28:55.0967128Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0967610Z adding 'torch/include/ATen/ops/to_dense.h' 2025-01-24T01:28:55.0968005Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-01-24T01:28:55.0968546Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0969119Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-01-24T01:28:55.0969552Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-01-24T01:28:55.0970077Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0970646Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-01-24T01:28:55.0971019Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-01-24T01:28:55.0971370Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-01-24T01:28:55.0971737Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-01-24T01:28:55.0972278Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0972878Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-01-24T01:28:55.0973333Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-01-24T01:28:55.0973924Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0976164Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-01-24T01:28:55.0976579Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-01-24T01:28:55.0976953Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-01-24T01:28:55.0977404Z adding 'torch/include/ATen/ops/to_native.h' 2025-01-24T01:28:55.0977827Z adding 'torch/include/ATen/ops/to_ops.h' 2025-01-24T01:28:55.0978173Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-01-24T01:28:55.0978716Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.0979410Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-01-24T01:28:55.0979828Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-01-24T01:28:55.0980213Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-01-24T01:28:55.0980585Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-01-24T01:28:55.0983976Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0986890Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-01-24T01:28:55.0990134Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-01-24T01:28:55.0993244Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-01-24T01:28:55.0996520Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.0999524Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-01-24T01:28:55.1002737Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-01-24T01:28:55.1006393Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1009248Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-01-24T01:28:55.1012616Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1015673Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-01-24T01:28:55.1018962Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-01-24T01:28:55.1022051Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-01-24T01:28:55.1025386Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1028347Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-01-24T01:28:55.1031555Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-01-24T01:28:55.1035269Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-01-24T01:28:55.1038797Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-01-24T01:28:55.1042290Z adding 'torch/include/ATen/ops/topk.h' 2025-01-24T01:28:55.1045895Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1048990Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-01-24T01:28:55.1052337Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-01-24T01:28:55.1055420Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-01-24T01:28:55.1058842Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-01-24T01:28:55.1194564Z adding 'torch/include/ATen/ops/topk_native.h' 2025-01-24T01:28:55.1194933Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-01-24T01:28:55.1195248Z adding 'torch/include/ATen/ops/trace.h' 2025-01-24T01:28:55.1195591Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-01-24T01:28:55.1196112Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1196801Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-01-24T01:28:55.1197208Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-01-24T01:28:55.1197723Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1198242Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-01-24T01:28:55.1198635Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-01-24T01:28:55.1199015Z adding 'torch/include/ATen/ops/trace_native.h' 2025-01-24T01:28:55.1199368Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-01-24T01:28:55.1199692Z adding 'torch/include/ATen/ops/transpose.h' 2025-01-24T01:28:55.1200183Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1200918Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1201426Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-01-24T01:28:55.1201954Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1202719Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1203541Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-01-24T01:28:55.1203976Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-01-24T01:28:55.1204369Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-01-24T01:28:55.1204742Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-01-24T01:28:55.1205094Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-01-24T01:28:55.1205589Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1206105Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-01-24T01:28:55.1206478Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-01-24T01:28:55.1206821Z adding 'torch/include/ATen/ops/trapz.h' 2025-01-24T01:28:55.1207273Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1207783Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-01-24T01:28:55.1208199Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-01-24T01:28:55.1208548Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-01-24T01:28:55.1209233Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1209916Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-01-24T01:28:55.1210459Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-01-24T01:28:55.1210927Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-01-24T01:28:55.1211384Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-01-24T01:28:55.1211842Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-01-24T01:28:55.1212273Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-01-24T01:28:55.1212708Z adding 'torch/include/ATen/ops/tril.h' 2025-01-24T01:28:55.1213213Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1213831Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-01-24T01:28:55.1214236Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-01-24T01:28:55.1214616Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-01-24T01:28:55.1215127Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1215779Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-01-24T01:28:55.1216245Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-01-24T01:28:55.1216675Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-01-24T01:28:55.1217068Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-01-24T01:28:55.1217750Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-01-24T01:28:55.1221150Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-01-24T01:28:55.1224239Z adding 'torch/include/ATen/ops/tril_native.h' 2025-01-24T01:28:55.1227570Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-01-24T01:28:55.1348554Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-01-24T01:28:55.1349218Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1349831Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-01-24T01:28:55.1350294Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-01-24T01:28:55.1350664Z adding 'torch/include/ATen/ops/triu.h' 2025-01-24T01:28:55.1351179Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1351811Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-01-24T01:28:55.1352199Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-01-24T01:28:55.1352572Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-01-24T01:28:55.1354280Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1354932Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-01-24T01:28:55.1355406Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-01-24T01:28:55.1355954Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-01-24T01:28:55.1356351Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-01-24T01:28:55.1356723Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-01-24T01:28:55.1357099Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-01-24T01:28:55.1357470Z adding 'torch/include/ATen/ops/triu_native.h' 2025-01-24T01:28:55.1357879Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-01-24T01:28:55.1358217Z adding 'torch/include/ATen/ops/true_divide.h' 2025-01-24T01:28:55.1358697Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1360442Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-01-24T01:28:55.1360831Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-01-24T01:28:55.1361183Z adding 'torch/include/ATen/ops/trunc.h' 2025-01-24T01:28:55.1361709Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1362284Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-01-24T01:28:55.1363235Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-01-24T01:28:55.1363621Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-01-24T01:28:55.1363992Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-01-24T01:28:55.1364425Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-01-24T01:28:55.1365661Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-01-24T01:28:55.1366471Z adding 'torch/include/ATen/ops/type_as.h' 2025-01-24T01:28:55.1366935Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1367444Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-01-24T01:28:55.1367814Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-01-24T01:28:55.1368138Z adding 'torch/include/ATen/ops/unbind.h' 2025-01-24T01:28:55.1368679Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1369326Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1369899Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-01-24T01:28:55.1370400Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1372332Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1372481Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-01-24T01:28:55.1372627Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-01-24T01:28:55.1372759Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-01-24T01:28:55.1374196Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-01-24T01:28:55.1378486Z adding 'torch/include/ATen/ops/unflatten.h' 2025-01-24T01:28:55.1381449Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1430451Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-01-24T01:28:55.1430799Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1431015Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-01-24T01:28:55.1431208Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-01-24T01:28:55.1431356Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-01-24T01:28:55.1431489Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-01-24T01:28:55.1431602Z adding 'torch/include/ATen/ops/unfold.h' 2025-01-24T01:28:55.1431732Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-01-24T01:28:55.1432023Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1432222Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1432406Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1432573Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-01-24T01:28:55.1432786Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-01-24T01:28:55.1433628Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-01-24T01:28:55.1437506Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1440661Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1443847Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-01-24T01:28:55.1513663Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-01-24T01:28:55.1513835Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-01-24T01:28:55.1514001Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-01-24T01:28:55.1514155Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-01-24T01:28:55.1514284Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-01-24T01:28:55.1514422Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-01-24T01:28:55.1514544Z adding 'torch/include/ATen/ops/uniform.h' 2025-01-24T01:28:55.1514808Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1514969Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-01-24T01:28:55.1515221Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-01-24T01:28:55.1515371Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-01-24T01:28:55.1515574Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-01-24T01:28:55.1515699Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-01-24T01:28:55.1515861Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-01-24T01:28:55.1516174Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1516374Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-01-24T01:28:55.1516598Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-01-24T01:28:55.1516772Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-01-24T01:28:55.1516986Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-01-24T01:28:55.1517120Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-01-24T01:28:55.1517399Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1517564Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-01-24T01:28:55.1520491Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1523449Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-01-24T01:28:55.1526879Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-01-24T01:28:55.1529716Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-01-24T01:28:55.1533130Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-01-24T01:28:55.1536364Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-01-24T01:28:55.1539868Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-01-24T01:28:55.1543025Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-01-24T01:28:55.1546418Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-01-24T01:28:55.1549628Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-01-24T01:28:55.1552975Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1556228Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-01-24T01:28:55.1559470Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-01-24T01:28:55.1562884Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-01-24T01:28:55.1566381Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1569398Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-01-24T01:28:55.1572909Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-01-24T01:28:55.1576631Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-01-24T01:28:55.1580370Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1583581Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-01-24T01:28:55.1587051Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-01-24T01:28:55.1590294Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-01-24T01:28:55.1593802Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1597015Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-01-24T01:28:55.1600565Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1603881Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1606950Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-01-24T01:28:55.1610245Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-01-24T01:28:55.1613633Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-01-24T01:28:55.1616993Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-01-24T01:28:55.1621072Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-01-24T01:28:55.1625171Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-01-24T01:28:55.1628974Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1632480Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1635952Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1639151Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-01-24T01:28:55.1642668Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1645896Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-01-24T01:28:55.1649522Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-01-24T01:28:55.1653180Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1656671Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1660033Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-01-24T01:28:55.1663396Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-01-24T01:28:55.1666769Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-01-24T01:28:55.1671373Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-01-24T01:28:55.1673548Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-01-24T01:28:55.1677247Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-01-24T01:28:55.1681292Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-01-24T01:28:55.1685659Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-01-24T01:28:55.1689497Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1692720Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1696280Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1700942Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-01-24T01:28:55.1703269Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1706890Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-01-24T01:28:55.1710082Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-01-24T01:28:55.1713686Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1717767Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1720506Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1724526Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-01-24T01:28:55.1727753Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-01-24T01:28:55.1730560Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-01-24T01:28:55.1733824Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-01-24T01:28:55.1737424Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-01-24T01:28:55.1740835Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-01-24T01:28:55.1744832Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-01-24T01:28:55.1748872Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-01-24T01:28:55.1752573Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1755946Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1759351Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1762673Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-01-24T01:28:55.1766191Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1769394Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-01-24T01:28:55.1773028Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-01-24T01:28:55.1776494Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1780432Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1804728Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-01-24T01:28:55.1805054Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-01-24T01:28:55.1805276Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-01-24T01:28:55.1805587Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-01-24T01:28:55.1805771Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-01-24T01:28:55.1805937Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-01-24T01:28:55.1806829Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-01-24T01:28:55.1810791Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-01-24T01:28:55.1814634Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1818422Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1821842Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1825175Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-01-24T01:28:55.1829000Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1832463Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-01-24T01:28:55.1835895Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-01-24T01:28:55.1839422Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1842655Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1846057Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-01-24T01:28:55.1849346Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-01-24T01:28:55.1852472Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-01-24T01:28:55.1855756Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-01-24T01:28:55.1859290Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-01-24T01:28:55.1862994Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-01-24T01:28:55.1866977Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-01-24T01:28:55.1870952Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-01-24T01:28:55.1874723Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1877844Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1881197Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1884425Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-01-24T01:28:55.1887826Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1891260Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-01-24T01:28:55.1894734Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-01-24T01:28:55.1898605Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.1901739Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1904976Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1908224Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-01-24T01:28:55.1911547Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-01-24T01:28:55.1914773Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-01-24T01:28:55.1918052Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-01-24T01:28:55.1921319Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-01-24T01:28:55.1924823Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-01-24T01:28:55.1928663Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-01-24T01:28:55.1932606Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-01-24T01:28:55.1936328Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1939670Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.1943055Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.1946316Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-01-24T01:28:55.1954826Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-01-24T01:28:55.1955058Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-01-24T01:28:55.1957675Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-01-24T01:28:55.1975332Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.1975648Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.1975858Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-01-24T01:28:55.1976072Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-01-24T01:28:55.1976253Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-01-24T01:28:55.1999389Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-01-24T01:28:55.1999569Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-01-24T01:28:55.1999725Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-01-24T01:28:55.1999889Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-01-24T01:28:55.2000080Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-01-24T01:28:55.2001033Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2018363Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-01-24T01:28:55.2018626Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-01-24T01:28:55.2018933Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-01-24T01:28:55.2019186Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-01-24T01:28:55.2019836Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-01-24T01:28:55.2024719Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-01-24T01:28:55.2027036Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2031095Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2033782Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-01-24T01:28:55.2037444Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-01-24T01:28:55.2040574Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-01-24T01:28:55.2044006Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-01-24T01:28:55.2047392Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-01-24T01:28:55.2051090Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-01-24T01:28:55.2054556Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-01-24T01:28:55.2058080Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2061758Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-01-24T01:28:55.2064409Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-01-24T01:28:55.2067363Z adding 'torch/include/ATen/ops/values.h' 2025-01-24T01:28:55.2070917Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2074015Z adding 'torch/include/ATen/ops/values_copy.h' 2025-01-24T01:28:55.2077400Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2080653Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2083522Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-01-24T01:28:55.2086720Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-01-24T01:28:55.2089816Z adding 'torch/include/ATen/ops/values_native.h' 2025-01-24T01:28:55.2093011Z adding 'torch/include/ATen/ops/values_ops.h' 2025-01-24T01:28:55.2096159Z adding 'torch/include/ATen/ops/vander.h' 2025-01-24T01:28:55.2099809Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2103260Z adding 'torch/include/ATen/ops/vander_native.h' 2025-01-24T01:28:55.2106502Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-01-24T01:28:55.2110890Z adding 'torch/include/ATen/ops/var.h' 2025-01-24T01:28:55.2114615Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2117818Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-01-24T01:28:55.2121051Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-01-24T01:28:55.2124509Z adding 'torch/include/ATen/ops/var_mean.h' 2025-01-24T01:28:55.2128016Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2155664Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2156440Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-01-24T01:28:55.2156618Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-01-24T01:28:55.2156764Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-01-24T01:28:55.2156894Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-01-24T01:28:55.2157014Z adding 'torch/include/ATen/ops/var_native.h' 2025-01-24T01:28:55.2157132Z adding 'torch/include/ATen/ops/var_ops.h' 2025-01-24T01:28:55.2157236Z adding 'torch/include/ATen/ops/vdot.h' 2025-01-24T01:28:55.2159072Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2162275Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-01-24T01:28:55.2165382Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-01-24T01:28:55.2168483Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-01-24T01:28:55.2171921Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-01-24T01:28:55.2175069Z adding 'torch/include/ATen/ops/view.h' 2025-01-24T01:28:55.2178267Z adding 'torch/include/ATen/ops/view_as.h' 2025-01-24T01:28:55.2181405Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-01-24T01:28:55.2184631Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-01-24T01:28:55.2188008Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2191302Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2194256Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-01-24T01:28:55.2197544Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-01-24T01:28:55.2200824Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-01-24T01:28:55.2204044Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-01-24T01:28:55.2207239Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-01-24T01:28:55.2210302Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-01-24T01:28:55.2213514Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-01-24T01:28:55.2217564Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2220079Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-01-24T01:28:55.2223228Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-01-24T01:28:55.2226312Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-01-24T01:28:55.2229562Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-01-24T01:28:55.2232984Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2236257Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2239207Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-01-24T01:28:55.2242446Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-01-24T01:28:55.2245566Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-01-24T01:28:55.2248667Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-01-24T01:28:55.2251758Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-01-24T01:28:55.2254845Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-01-24T01:28:55.2258481Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-01-24T01:28:55.2261757Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2265336Z adding 'torch/include/ATen/ops/view_copy.h' 2025-01-24T01:28:55.2269514Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2272431Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2275486Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-01-24T01:28:55.2278955Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-01-24T01:28:55.2282411Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-01-24T01:28:55.2286307Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-01-24T01:28:55.2289032Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-01-24T01:28:55.2292913Z adding 'torch/include/ATen/ops/view_native.h' 2025-01-24T01:28:55.2295579Z adding 'torch/include/ATen/ops/view_ops.h' 2025-01-24T01:28:55.2299068Z adding 'torch/include/ATen/ops/vsplit.h' 2025-01-24T01:28:55.2302552Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2305692Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-01-24T01:28:55.2309043Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-01-24T01:28:55.2312490Z adding 'torch/include/ATen/ops/vstack.h' 2025-01-24T01:28:55.2316748Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2319062Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-01-24T01:28:55.2322622Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-01-24T01:28:55.2325889Z adding 'torch/include/ATen/ops/where.h' 2025-01-24T01:28:55.2329509Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2332888Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-01-24T01:28:55.2336151Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-01-24T01:28:55.2339521Z adding 'torch/include/ATen/ops/where_native.h' 2025-01-24T01:28:55.2343158Z adding 'torch/include/ATen/ops/where_ops.h' 2025-01-24T01:28:55.2346834Z adding 'torch/include/ATen/ops/xlogy.h' 2025-01-24T01:28:55.2350385Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2353934Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:28:55.2357050Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-01-24T01:28:55.2360532Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-01-24T01:28:55.2364303Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-01-24T01:28:55.2367558Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-01-24T01:28:55.2370884Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-01-24T01:28:55.2374667Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-01-24T01:28:55.2378138Z adding 'torch/include/ATen/ops/xor.h' 2025-01-24T01:28:55.2381716Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:28:55.2384702Z adding 'torch/include/ATen/ops/xor_native.h' 2025-01-24T01:28:55.2390504Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-01-24T01:28:55.2392199Z adding 'torch/include/ATen/ops/zero.h' 2025-01-24T01:28:55.2395479Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2399158Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-01-24T01:28:55.2402899Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-01-24T01:28:55.2406606Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-01-24T01:28:55.2433481Z adding 'torch/include/ATen/ops/zero_native.h' 2025-01-24T01:28:55.2433665Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-01-24T01:28:55.2433781Z adding 'torch/include/ATen/ops/zeros.h' 2025-01-24T01:28:55.2434048Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2434162Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-01-24T01:28:55.2434441Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:28:55.2434965Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:28:55.2437832Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-01-24T01:28:55.2441556Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-01-24T01:28:55.2444955Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-01-24T01:28:55.2448603Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-01-24T01:28:55.2455806Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-01-24T01:28:55.2461267Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-01-24T01:28:55.2465679Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-01-24T01:28:55.2468890Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-01-24T01:28:55.2472315Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-01-24T01:28:55.2531763Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-01-24T01:28:55.2531986Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-01-24T01:28:55.2532145Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-01-24T01:28:55.2532278Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-01-24T01:28:55.2532399Z adding 'torch/include/c10/core/Allocator.h' 2025-01-24T01:28:55.2532522Z adding 'torch/include/c10/core/AutogradState.h' 2025-01-24T01:28:55.2532642Z adding 'torch/include/c10/core/Backend.h' 2025-01-24T01:28:55.2532761Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-01-24T01:28:55.2533024Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-01-24T01:28:55.2533236Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-01-24T01:28:55.2533384Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-01-24T01:28:55.2533500Z adding 'torch/include/c10/core/Contiguity.h' 2025-01-24T01:28:55.2533621Z adding 'torch/include/c10/core/CopyBytes.h' 2025-01-24T01:28:55.2533738Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-01-24T01:28:55.2533933Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-01-24T01:28:55.2538845Z adding 'torch/include/c10/core/Device.h' 2025-01-24T01:28:55.2542255Z adding 'torch/include/c10/core/DeviceArray.h' 2025-01-24T01:28:55.2547643Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-01-24T01:28:55.2551785Z adding 'torch/include/c10/core/DeviceType.h' 2025-01-24T01:28:55.2566040Z adding 'torch/include/c10/core/DispatchKey.h' 2025-01-24T01:28:55.2583719Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-01-24T01:28:55.2589034Z adding 'torch/include/c10/core/DynamicCast.h' 2025-01-24T01:28:55.2593398Z adding 'torch/include/c10/core/Event.h' 2025-01-24T01:28:55.2597728Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-01-24T01:28:55.2601188Z adding 'torch/include/c10/core/GradMode.h' 2025-01-24T01:28:55.2605193Z adding 'torch/include/c10/core/InferenceMode.h' 2025-01-24T01:28:55.2608620Z adding 'torch/include/c10/core/Layout.h' 2025-01-24T01:28:55.2614036Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-01-24T01:28:55.2617607Z adding 'torch/include/c10/core/OptionalRef.h' 2025-01-24T01:28:55.2621581Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-01-24T01:28:55.2624978Z adding 'torch/include/c10/core/QEngine.h' 2025-01-24T01:28:55.2628328Z adding 'torch/include/c10/core/QScheme.h' 2025-01-24T01:28:55.2631976Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-01-24T01:28:55.2635843Z adding 'torch/include/c10/core/SafePyObject.h' 2025-01-24T01:28:55.2642332Z adding 'torch/include/c10/core/Scalar.h' 2025-01-24T01:28:55.2651067Z adding 'torch/include/c10/core/ScalarType.h' 2025-01-24T01:28:55.2655082Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-01-24T01:28:55.2659930Z adding 'torch/include/c10/core/Storage.h' 2025-01-24T01:28:55.2665919Z adding 'torch/include/c10/core/StorageImpl.h' 2025-01-24T01:28:55.2671329Z adding 'torch/include/c10/core/Stream.h' 2025-01-24T01:28:55.2676570Z adding 'torch/include/c10/core/StreamGuard.h' 2025-01-24T01:28:55.2680802Z adding 'torch/include/c10/core/SymBool.h' 2025-01-24T01:28:55.2684765Z adding 'torch/include/c10/core/SymFloat.h' 2025-01-24T01:28:55.2691554Z adding 'torch/include/c10/core/SymInt.h' 2025-01-24T01:28:55.2695667Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-01-24T01:28:55.2699903Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-01-24T01:28:55.2704721Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-01-24T01:28:55.2749470Z adding 'torch/include/c10/core/TensorImpl.h' 2025-01-24T01:28:55.2762652Z adding 'torch/include/c10/core/TensorOptions.h' 2025-01-24T01:28:55.2767217Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-01-24T01:28:55.2770592Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-01-24T01:28:55.2773787Z adding 'torch/include/c10/core/alignment.h' 2025-01-24T01:28:55.2777862Z adding 'torch/include/c10/core/thread_pool.h' 2025-01-24T01:28:55.2782505Z adding 'torch/include/c10/core/impl/COW.h' 2025-01-24T01:28:55.2786162Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-01-24T01:28:55.2793358Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-01-24T01:28:55.2797492Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-01-24T01:28:55.2801094Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-01-24T01:28:55.2805050Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-01-24T01:28:55.2812294Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-01-24T01:28:55.2816711Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-01-24T01:28:55.2822706Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-01-24T01:28:55.2827456Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-01-24T01:28:55.2833945Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-01-24T01:28:55.2839869Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-01-24T01:28:55.2843516Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-01-24T01:28:55.2848356Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-01-24T01:28:55.2852465Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-01-24T01:28:55.2856250Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-01-24T01:28:55.2859778Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-01-24T01:28:55.2864371Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-01-24T01:28:55.2868458Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-01-24T01:28:55.2876798Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-01-24T01:28:55.2882486Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-01-24T01:28:55.2886329Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-01-24T01:28:55.2890798Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-01-24T01:28:55.2932036Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-01-24T01:28:55.2932203Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-01-24T01:28:55.2932318Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-01-24T01:28:55.2932442Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-01-24T01:28:55.2932570Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-01-24T01:28:55.2932712Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-01-24T01:28:55.2932824Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-01-24T01:28:55.2932946Z adding 'torch/include/c10/cuda/driver_api.h' 2025-01-24T01:28:55.2935973Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-01-24T01:28:55.2944998Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-01-24T01:28:55.2980428Z adding 'torch/include/c10/macros/Export.h' 2025-01-24T01:28:55.2980671Z adding 'torch/include/c10/macros/Macros.h' 2025-01-24T01:28:55.2980908Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-01-24T01:28:55.2981035Z adding 'torch/include/c10/metal/special_math.h' 2025-01-24T01:28:55.2981144Z adding 'torch/include/c10/metal/utils.h' 2025-01-24T01:28:55.2981272Z adding 'torch/include/c10/util/AbortHandler.h' 2025-01-24T01:28:55.2981380Z adding 'torch/include/c10/util/AlignOf.h' 2025-01-24T01:28:55.2983817Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-01-24T01:28:55.2986851Z adding 'torch/include/c10/util/Array.h' 2025-01-24T01:28:55.2992381Z adding 'torch/include/c10/util/ArrayRef.h' 2025-01-24T01:28:55.2997511Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-01-24T01:28:55.3002476Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-01-24T01:28:55.3006531Z adding 'torch/include/c10/util/BFloat16.h' 2025-01-24T01:28:55.3009921Z adding 'torch/include/c10/util/Backtrace.h' 2025-01-24T01:28:55.3013967Z adding 'torch/include/c10/util/Bitset.h' 2025-01-24T01:28:55.3017885Z adding 'torch/include/c10/util/C++17.h' 2025-01-24T01:28:55.3021559Z adding 'torch/include/c10/util/CallOnce.h' 2025-01-24T01:28:55.3026820Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-01-24T01:28:55.3031286Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-01-24T01:28:55.3035663Z adding 'torch/include/c10/util/Deprecated.h' 2025-01-24T01:28:55.3039365Z adding 'torch/include/c10/util/DimVector.h' 2025-01-24T01:28:55.3043367Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-01-24T01:28:55.3055102Z adding 'torch/include/c10/util/Exception.h' 2025-01-24T01:28:55.3060429Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-01-24T01:28:55.3064411Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-01-24T01:28:55.3067593Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-01-24T01:28:55.3073264Z adding 'torch/include/c10/util/Flags.h' 2025-01-24T01:28:55.3078170Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-01-24T01:28:55.3083931Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-01-24T01:28:55.3088458Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-01-24T01:28:55.3092821Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-01-24T01:28:55.3097189Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-01-24T01:28:55.3101759Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-01-24T01:28:55.3106501Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-01-24T01:28:55.3110813Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-01-24T01:28:55.3114447Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-01-24T01:28:55.3118458Z adding 'torch/include/c10/util/FunctionRef.h' 2025-01-24T01:28:55.3121665Z adding 'torch/include/c10/util/Gauge.h' 2025-01-24T01:28:55.3127148Z adding 'torch/include/c10/util/Half-inl.h' 2025-01-24T01:28:55.3134705Z adding 'torch/include/c10/util/Half.h' 2025-01-24T01:28:55.3139805Z adding 'torch/include/c10/util/IdWrapper.h' 2025-01-24T01:28:55.3143559Z adding 'torch/include/c10/util/Lazy.h' 2025-01-24T01:28:55.3148422Z adding 'torch/include/c10/util/LeftRight.h' 2025-01-24T01:28:55.3151899Z adding 'torch/include/c10/util/Load.h' 2025-01-24T01:28:55.3158172Z adding 'torch/include/c10/util/Logging.h' 2025-01-24T01:28:55.3162113Z adding 'torch/include/c10/util/MathConstants.h' 2025-01-24T01:28:55.3166749Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-01-24T01:28:55.3171651Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-01-24T01:28:55.3175267Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-01-24T01:28:55.3178791Z adding 'torch/include/c10/util/Optional.h' 2025-01-24T01:28:55.3183069Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-01-24T01:28:55.3186856Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-01-24T01:28:55.3192753Z adding 'torch/include/c10/util/Registry.h' 2025-01-24T01:28:55.3196504Z adding 'torch/include/c10/util/ScopeExit.h' 2025-01-24T01:28:55.3199995Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-01-24T01:28:55.3218561Z adding 'torch/include/c10/util/SmallVector.h' 2025-01-24T01:28:55.3224196Z adding 'torch/include/c10/util/StringUtil.h' 2025-01-24T01:28:55.3227845Z adding 'torch/include/c10/util/Synchronized.h' 2025-01-24T01:28:55.3231755Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-01-24T01:28:55.3235592Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-01-24T01:28:55.3238794Z adding 'torch/include/c10/util/Type.h' 2025-01-24T01:28:55.3242867Z adding 'torch/include/c10/util/TypeCast.h' 2025-01-24T01:28:55.3247087Z adding 'torch/include/c10/util/TypeIndex.h' 2025-01-24T01:28:55.3253714Z adding 'torch/include/c10/util/TypeList.h' 2025-01-24T01:28:55.3258178Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-01-24T01:28:55.3262464Z adding 'torch/include/c10/util/TypeTraits.h' 2025-01-24T01:28:55.3265712Z adding 'torch/include/c10/util/Unicode.h' 2025-01-24T01:28:55.3269887Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-01-24T01:28:55.3273270Z adding 'torch/include/c10/util/Unroll.h' 2025-01-24T01:28:55.3276974Z adding 'torch/include/c10/util/WaitCounter.h' 2025-01-24T01:28:55.3280280Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-01-24T01:28:55.3283863Z adding 'torch/include/c10/util/accumulate.h' 2025-01-24T01:28:55.3287239Z adding 'torch/include/c10/util/bit_cast.h' 2025-01-24T01:28:55.3290697Z adding 'torch/include/c10/util/bits.h' 2025-01-24T01:28:55.3298732Z adding 'torch/include/c10/util/complex.h' 2025-01-24T01:28:55.3304373Z adding 'torch/include/c10/util/complex_math.h' 2025-01-24T01:28:55.3308228Z adding 'torch/include/c10/util/complex_utils.h' 2025-01-24T01:28:55.3311536Z adding 'torch/include/c10/util/copysign.h' 2025-01-24T01:28:55.3314826Z adding 'torch/include/c10/util/env.h' 2025-01-24T01:28:55.3318483Z adding 'torch/include/c10/util/error.h' 2025-01-24T01:28:55.3335240Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-01-24T01:28:55.3340347Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-01-24T01:28:55.3344237Z adding 'torch/include/c10/util/generic_math.h' 2025-01-24T01:28:55.3350429Z adding 'torch/include/c10/util/hash.h' 2025-01-24T01:28:55.3357036Z adding 'torch/include/c10/util/int128.h' 2025-01-24T01:28:55.3443528Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-01-24T01:28:55.3443737Z adding 'torch/include/c10/util/irange.h' 2025-01-24T01:28:55.3443884Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-01-24T01:28:55.3444044Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-01-24T01:28:55.3444223Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-01-24T01:28:55.3444331Z adding 'torch/include/c10/util/numa.h' 2025-01-24T01:28:55.3444526Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-01-24T01:28:55.3444652Z adding 'torch/include/c10/util/overflows.h' 2025-01-24T01:28:55.3444764Z adding 'torch/include/c10/util/overloaded.h' 2025-01-24T01:28:55.3444902Z adding 'torch/include/c10/util/python_stub.h' 2025-01-24T01:28:55.3445123Z adding 'torch/include/c10/util/qint32.h' 2025-01-24T01:28:55.3445244Z adding 'torch/include/c10/util/qint8.h' 2025-01-24T01:28:55.3447297Z adding 'torch/include/c10/util/quint2x4.h' 2025-01-24T01:28:55.3450469Z adding 'torch/include/c10/util/quint4x2.h' 2025-01-24T01:28:55.3453403Z adding 'torch/include/c10/util/quint8.h' 2025-01-24T01:28:55.3457195Z adding 'torch/include/c10/util/safe_numerics.h' 2025-01-24T01:28:55.3461594Z adding 'torch/include/c10/util/signal_handler.h' 2025-01-24T01:28:55.3471255Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-01-24T01:28:55.3475638Z adding 'torch/include/c10/util/ssize.h' 2025-01-24T01:28:55.3479021Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-01-24T01:28:55.3483656Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-01-24T01:28:55.3487112Z adding 'torch/include/c10/util/strides.h' 2025-01-24T01:28:55.3490460Z adding 'torch/include/c10/util/string_utils.h' 2025-01-24T01:28:55.3497733Z adding 'torch/include/c10/util/string_view.h' 2025-01-24T01:28:55.3507773Z adding 'torch/include/c10/util/strong_type.h' 2025-01-24T01:28:55.3512264Z adding 'torch/include/c10/util/tempfile.h' 2025-01-24T01:28:55.3515479Z adding 'torch/include/c10/util/thread_name.h' 2025-01-24T01:28:55.3525285Z adding 'torch/include/c10/util/typeid.h' 2025-01-24T01:28:55.3529093Z adding 'torch/include/c10/util/win32-headers.h' 2025-01-24T01:28:55.3533389Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-01-24T01:28:55.3538574Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-01-24T01:28:55.3542035Z adding 'torch/include/c10/xpu/XPUException.h' 2025-01-24T01:28:55.3545339Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-01-24T01:28:55.3548510Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-01-24T01:28:55.3553985Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-01-24T01:28:55.3559570Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-01-24T01:28:55.3602391Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-01-24T01:28:55.3607592Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-01-24T01:28:55.3610912Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-01-24T01:28:55.3616537Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-01-24T01:28:55.3620260Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-01-24T01:28:55.3623441Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-01-24T01:28:55.3628207Z adding 'torch/include/caffe2/serialize/versions.h' 2025-01-24T01:28:55.3633412Z adding 'torch/include/kineto/AbstractConfig.h' 2025-01-24T01:28:55.3637622Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-01-24T01:28:55.3640816Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-01-24T01:28:55.3644384Z adding 'torch/include/kineto/ActivityType.h' 2025-01-24T01:28:55.3647498Z adding 'torch/include/kineto/ClientInterface.h' 2025-01-24T01:28:55.3654223Z adding 'torch/include/kineto/Config.h' 2025-01-24T01:28:55.3658948Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-01-24T01:28:55.3663246Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-01-24T01:28:55.3666856Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-01-24T01:28:55.3670532Z adding 'torch/include/kineto/ITraceActivity.h' 2025-01-24T01:28:55.3673744Z adding 'torch/include/kineto/LoggingAPI.h' 2025-01-24T01:28:55.3677143Z adding 'torch/include/kineto/ThreadUtil.h' 2025-01-24T01:28:55.3680213Z adding 'torch/include/kineto/TraceSpan.h' 2025-01-24T01:28:55.3684100Z adding 'torch/include/kineto/libkineto.h' 2025-01-24T01:28:55.3687750Z adding 'torch/include/kineto/output_base.h' 2025-01-24T01:28:55.3690962Z adding 'torch/include/kineto/time_since_epoch.h' 2025-01-24T01:28:55.3701090Z adding 'torch/include/pybind11/attr.h' 2025-01-24T01:28:55.3706570Z adding 'torch/include/pybind11/buffer_info.h' 2025-01-24T01:28:55.3732659Z adding 'torch/include/pybind11/cast.h' 2025-01-24T01:28:55.3739393Z adding 'torch/include/pybind11/chrono.h' 2025-01-24T01:28:55.3742582Z adding 'torch/include/pybind11/common.h' 2025-01-24T01:28:55.3746371Z adding 'torch/include/pybind11/complex.h' 2025-01-24T01:28:55.3756396Z adding 'torch/include/pybind11/eigen.h' 2025-01-24T01:28:55.3758892Z adding 'torch/include/pybind11/embed.h' 2025-01-24T01:28:55.3763798Z adding 'torch/include/pybind11/eval.h' 2025-01-24T01:28:55.3768377Z adding 'torch/include/pybind11/functional.h' 2025-01-24T01:28:55.3773546Z adding 'torch/include/pybind11/gil.h' 2025-01-24T01:28:55.3778255Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-01-24T01:28:55.3783926Z adding 'torch/include/pybind11/iostream.h' 2025-01-24T01:28:55.3816563Z adding 'torch/include/pybind11/numpy.h' 2025-01-24T01:28:55.3825217Z adding 'torch/include/pybind11/operators.h' 2025-01-24T01:28:55.3828972Z adding 'torch/include/pybind11/options.h' 2025-01-24T01:28:55.3873625Z adding 'torch/include/pybind11/pybind11.h' 2025-01-24T01:28:55.3909741Z adding 'torch/include/pybind11/pytypes.h' 2025-01-24T01:28:55.3918335Z adding 'torch/include/pybind11/stl.h' 2025-01-24T01:28:55.3928678Z adding 'torch/include/pybind11/stl_bind.h' 2025-01-24T01:28:55.3933278Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-01-24T01:28:55.3937351Z adding 'torch/include/pybind11/typing.h' 2025-01-24T01:28:55.3950053Z adding 'torch/include/pybind11/detail/class.h' 2025-01-24T01:28:55.3970907Z adding 'torch/include/pybind11/detail/common.h' 2025-01-24T01:28:55.3976075Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-01-24T01:28:55.3980572Z adding 'torch/include/pybind11/detail/descr.h' 2025-01-24T01:28:55.3984820Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-01-24T01:28:55.3992042Z adding 'torch/include/pybind11/detail/init.h' 2025-01-24T01:28:55.4004723Z adding 'torch/include/pybind11/detail/internals.h' 2025-01-24T01:28:55.4024512Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-01-24T01:28:55.4029251Z adding 'torch/include/pybind11/detail/typeid.h' 2025-01-24T01:28:55.4032993Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-01-24T01:28:55.4036974Z adding 'torch/include/pybind11/eigen/common.h' 2025-01-24T01:28:55.4048971Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-01-24T01:28:55.4056558Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-01-24T01:28:55.4066600Z adding 'torch/include/torch/custom_class.h' 2025-01-24T01:28:55.4072501Z adding 'torch/include/torch/custom_class_detail.h' 2025-01-24T01:28:55.4075995Z adding 'torch/include/torch/extension.h' 2025-01-24T01:28:55.4092113Z adding 'torch/include/torch/library.h' 2025-01-24T01:28:55.4096405Z adding 'torch/include/torch/script.h' 2025-01-24T01:28:55.4102071Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-01-24T01:28:55.4105472Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-01-24T01:28:55.4108627Z adding 'torch/include/torch/csrc/Device.h' 2025-01-24T01:28:55.4111853Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-01-24T01:28:55.4115128Z adding 'torch/include/torch/csrc/Dtype.h' 2025-01-24T01:28:55.4118500Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-01-24T01:28:55.4121657Z adding 'torch/include/torch/csrc/Event.h' 2025-01-24T01:28:55.4129145Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-01-24T01:28:55.4132229Z adding 'torch/include/torch/csrc/Export.h' 2025-01-24T01:28:55.4135677Z adding 'torch/include/torch/csrc/Generator.h' 2025-01-24T01:28:55.4139005Z adding 'torch/include/torch/csrc/Layout.h' 2025-01-24T01:28:55.4142939Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-01-24T01:28:55.4146671Z adding 'torch/include/torch/csrc/Module.h' 2025-01-24T01:28:55.4149110Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-01-24T01:28:55.4152580Z adding 'torch/include/torch/csrc/QScheme.h' 2025-01-24T01:28:55.4155584Z adding 'torch/include/torch/csrc/Size.h' 2025-01-24T01:28:55.4159163Z adding 'torch/include/torch/csrc/Storage.h' 2025-01-24T01:28:55.4162260Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-01-24T01:28:55.4165429Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-01-24T01:28:55.4168536Z adding 'torch/include/torch/csrc/Stream.h' 2025-01-24T01:28:55.4171912Z adding 'torch/include/torch/csrc/THConcat.h' 2025-01-24T01:28:55.4176113Z adding 'torch/include/torch/csrc/THP.h' 2025-01-24T01:28:55.4178545Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-01-24T01:28:55.4181993Z adding 'torch/include/torch/csrc/Types.h' 2025-01-24T01:28:55.4185038Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-01-24T01:28:55.4188298Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-01-24T01:28:55.4191284Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-01-24T01:28:55.4194563Z adding 'torch/include/torch/csrc/python_headers.h' 2025-01-24T01:28:55.4197773Z adding 'torch/include/torch/csrc/serialization.h' 2025-01-24T01:28:55.4202757Z adding 'torch/include/torch/csrc/utils.h' 2025-01-24T01:28:55.4208838Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-01-24T01:28:55.4212419Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-01-24T01:28:55.4215503Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-01-24T01:28:55.4219029Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-01-24T01:28:55.4223170Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-01-24T01:28:55.4227134Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-01-24T01:28:55.4232218Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-01-24T01:28:55.4237068Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-01-24T01:28:55.4241436Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-01-24T01:28:55.4244664Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-01-24T01:28:55.4248151Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-01-24T01:28:55.4252052Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-01-24T01:28:55.4255292Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-01-24T01:28:55.4258536Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-01-24T01:28:55.4265495Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-01-24T01:28:55.4271404Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-01-24T01:28:55.4276015Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-01-24T01:28:55.4279202Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-01-24T01:28:55.4286793Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-01-24T01:28:55.4290980Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-01-24T01:28:55.4294885Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-01-24T01:28:55.4299145Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-01-24T01:28:55.4302455Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-01-24T01:28:55.4305954Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-01-24T01:28:55.4311577Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-01-24T01:28:55.4314450Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-01-24T01:28:55.4317640Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-01-24T01:28:55.4321044Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-01-24T01:28:55.4325601Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-01-24T01:28:55.4329250Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-01-24T01:28:55.4332141Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-01-24T01:28:55.4335714Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-01-24T01:28:55.4342698Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-01-24T01:28:55.4346790Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-01-24T01:28:55.4350801Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-01-24T01:28:55.4355900Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-01-24T01:28:55.4365545Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-01-24T01:28:55.4370356Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-01-24T01:28:55.4374024Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-01-24T01:28:55.4378175Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-01-24T01:28:55.4382214Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-01-24T01:28:55.4385664Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-01-24T01:28:55.4390578Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-01-24T01:28:55.4394673Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-01-24T01:28:55.4399308Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-01-24T01:28:55.4404505Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-01-24T01:28:55.4408644Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-01-24T01:28:55.4414069Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-01-24T01:28:55.4417849Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-01-24T01:28:55.4421687Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-01-24T01:28:55.4425128Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-01-24T01:28:55.4428893Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-01-24T01:28:55.4433558Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-01-24T01:28:55.4437131Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-01-24T01:28:55.4440825Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-01-24T01:28:55.4444258Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-01-24T01:28:55.4448031Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-01-24T01:28:55.4455567Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-01-24T01:28:55.4459710Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-01-24T01:28:55.4465392Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-01-24T01:28:55.4468801Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-01-24T01:28:55.4472763Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-01-24T01:28:55.4482545Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-01-24T01:28:55.4486647Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-01-24T01:28:55.4489734Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-01-24T01:28:55.4493539Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-01-24T01:28:55.4498746Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-01-24T01:28:55.4502050Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-01-24T01:28:55.4511160Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-01-24T01:28:55.4515600Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-01-24T01:28:55.4519666Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-01-24T01:28:55.4523496Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-01-24T01:28:55.4527546Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-01-24T01:28:55.4532175Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-01-24T01:28:55.4535950Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-01-24T01:28:55.4539735Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-01-24T01:28:55.4543007Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-01-24T01:28:55.4550513Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-01-24T01:28:55.4556060Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-01-24T01:28:55.4559971Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-01-24T01:28:55.4563477Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-01-24T01:28:55.4570974Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-01-24T01:28:55.4576831Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-01-24T01:28:55.4581245Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-01-24T01:28:55.4585714Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-01-24T01:28:55.4592601Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-01-24T01:28:55.4597414Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-01-24T01:28:55.4602155Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-01-24T01:28:55.4606499Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-01-24T01:28:55.4612395Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-01-24T01:28:55.4616597Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-01-24T01:28:55.4620865Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-01-24T01:28:55.4625345Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-01-24T01:28:55.4629246Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-01-24T01:28:55.4633433Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-01-24T01:28:55.4637858Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-01-24T01:28:55.4645933Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-01-24T01:28:55.4651100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-01-24T01:28:55.4656183Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-01-24T01:28:55.4660484Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-01-24T01:28:55.4667416Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-01-24T01:28:55.4673484Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-01-24T01:28:55.4678461Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-01-24T01:28:55.4682802Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-01-24T01:28:55.4687343Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-01-24T01:28:55.4691100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-01-24T01:28:55.4694544Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-01-24T01:28:55.4702207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-01-24T01:28:55.4707107Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-01-24T01:28:55.4711400Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-01-24T01:28:55.4716037Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-01-24T01:28:55.4721531Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-01-24T01:28:55.4727417Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-01-24T01:28:55.4731659Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-01-24T01:28:55.4735923Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-01-24T01:28:55.4740692Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-01-24T01:28:55.4747755Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-01-24T01:28:55.4755354Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-01-24T01:28:55.4759537Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-01-24T01:28:55.4763480Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-01-24T01:28:55.4768649Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-01-24T01:28:55.4772496Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-01-24T01:28:55.4776343Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-01-24T01:28:55.4781462Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-01-24T01:28:55.4785610Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-01-24T01:28:55.4789509Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-01-24T01:28:55.4793405Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-01-24T01:28:55.4800648Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-01-24T01:28:55.4805714Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-01-24T01:28:55.4810234Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-01-24T01:28:55.4814007Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-01-24T01:28:55.4819956Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-01-24T01:28:55.4824951Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-01-24T01:28:55.4828972Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-01-24T01:28:55.4832821Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-01-24T01:28:55.4836491Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-01-24T01:28:55.4840733Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-01-24T01:28:55.4844861Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-01-24T01:28:55.4852146Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-01-24T01:28:55.4857697Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-01-24T01:28:55.4861946Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-01-24T01:28:55.4868557Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-01-24T01:28:55.4873867Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-01-24T01:28:55.4877762Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-01-24T01:28:55.4881769Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-01-24T01:28:55.4885969Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-01-24T01:28:55.4891049Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-01-24T01:28:55.4895224Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-01-24T01:28:55.4902044Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-01-24T01:28:55.4906438Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-01-24T01:28:55.4911486Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-01-24T01:28:55.4915205Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-01-24T01:28:55.4918986Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-01-24T01:28:55.4939922Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-01-24T01:28:55.4940568Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-01-24T01:28:55.4954052Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-01-24T01:28:55.4954783Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-01-24T01:28:55.4955325Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-01-24T01:28:55.4955918Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-01-24T01:28:55.4960367Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-01-24T01:28:55.4965457Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-01-24T01:28:55.4969033Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-01-24T01:28:55.4972667Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-01-24T01:28:55.4976719Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-01-24T01:28:55.4984278Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-01-24T01:28:55.4988292Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-01-24T01:28:55.4994610Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-01-24T01:28:55.5000701Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-01-24T01:28:55.5014470Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-01-24T01:28:55.5018929Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-01-24T01:28:55.5022056Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-01-24T01:28:55.5028298Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-01-24T01:28:55.5031863Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-01-24T01:28:55.5035625Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-01-24T01:28:55.5039327Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-01-24T01:28:55.5042355Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-01-24T01:28:55.5047442Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-01-24T01:28:55.5053562Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-01-24T01:28:55.5056912Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-01-24T01:28:55.5060580Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-01-24T01:28:55.5063742Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-01-24T01:28:55.5067696Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-01-24T01:28:55.5071195Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-01-24T01:28:55.5074357Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-01-24T01:28:55.5077289Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-01-24T01:28:55.5082078Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-01-24T01:28:55.5085500Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-01-24T01:28:55.5088781Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-01-24T01:28:55.5091701Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-01-24T01:28:55.5094683Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-01-24T01:28:55.5097732Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-01-24T01:28:55.5100992Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-01-24T01:28:55.5103984Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-01-24T01:28:55.5106962Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-01-24T01:28:55.5110218Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-01-24T01:28:55.5114293Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-01-24T01:28:55.5118219Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-01-24T01:28:55.5121267Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-01-24T01:28:55.5125777Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-01-24T01:28:55.5129092Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-01-24T01:28:55.5132142Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-01-24T01:28:55.5149136Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-01-24T01:28:55.5153583Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-01-24T01:28:55.5161098Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-01-24T01:28:55.5165348Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-01-24T01:28:55.5169322Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-01-24T01:28:55.5172239Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-01-24T01:28:55.5177427Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-01-24T01:28:55.5181733Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-01-24T01:28:55.5237614Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-01-24T01:28:55.5253382Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-01-24T01:28:55.5260384Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-01-24T01:28:55.5264761Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-01-24T01:28:55.5268400Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-01-24T01:28:55.5277645Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-01-24T01:28:55.5283448Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-01-24T01:28:55.5287313Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-01-24T01:28:55.5290917Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-01-24T01:28:55.5294490Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-01-24T01:28:55.5297865Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-01-24T01:28:55.5301969Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-01-24T01:28:55.5307837Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-01-24T01:28:55.5311318Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-01-24T01:28:55.5314686Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-01-24T01:28:55.5317916Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-01-24T01:28:55.5321153Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-01-24T01:28:55.5324338Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-01-24T01:28:55.5328160Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-01-24T01:28:55.5330933Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-01-24T01:28:55.5334180Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-01-24T01:28:55.5338746Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-01-24T01:28:55.5342196Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-01-24T01:28:55.5345287Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-01-24T01:28:55.5352631Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-01-24T01:28:55.5358081Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-01-24T01:28:55.5362768Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-01-24T01:28:55.5366454Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-01-24T01:28:55.5371801Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-01-24T01:28:55.5374371Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-01-24T01:28:55.5378090Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-01-24T01:28:55.5381410Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-01-24T01:28:55.5384851Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-01-24T01:28:55.5389639Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-01-24T01:28:55.5392740Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-01-24T01:28:55.5396664Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-01-24T01:28:55.5401341Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-01-24T01:28:55.5403572Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-01-24T01:28:55.5412085Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-01-24T01:28:55.5420637Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-01-24T01:28:55.5422884Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-01-24T01:28:55.5437467Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-01-24T01:28:55.5438064Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-01-24T01:28:55.5438636Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-01-24T01:28:55.5440375Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-01-24T01:28:55.5445912Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-01-24T01:28:55.5449422Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-01-24T01:28:55.5452761Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-01-24T01:28:55.5456131Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-01-24T01:28:55.5459641Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-01-24T01:28:55.5466050Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-01-24T01:28:55.5469876Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-01-24T01:28:55.5474218Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-01-24T01:28:55.5477961Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-01-24T01:28:55.5487901Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-01-24T01:28:55.5495441Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-01-24T01:28:55.5500935Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-01-24T01:28:55.5522490Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-01-24T01:28:55.5528762Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-01-24T01:28:55.5533209Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-01-24T01:28:55.5538216Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-01-24T01:28:55.5542272Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-01-24T01:28:55.5546141Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-01-24T01:28:55.5551081Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-01-24T01:28:55.5555598Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-01-24T01:28:55.5559299Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-01-24T01:28:55.5565015Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-01-24T01:28:55.5569653Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-01-24T01:28:55.5574354Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-01-24T01:28:55.5579224Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-01-24T01:28:55.5582712Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-01-24T01:28:55.5591413Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-01-24T01:28:55.5595534Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-01-24T01:28:55.5600356Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-01-24T01:28:55.5603625Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-01-24T01:28:55.5607865Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-01-24T01:28:55.5611243Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-01-24T01:28:55.5614966Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-01-24T01:28:55.5618464Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-01-24T01:28:55.5621839Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-01-24T01:28:55.5625582Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-01-24T01:28:55.5630199Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-01-24T01:28:55.5633729Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-01-24T01:28:55.5637193Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-01-24T01:28:55.5648860Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-01-24T01:28:55.5653257Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-01-24T01:28:55.5656885Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-01-24T01:28:55.5660689Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-01-24T01:28:55.5664044Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-01-24T01:28:55.5668797Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-01-24T01:28:55.5673848Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-01-24T01:28:55.5678003Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-01-24T01:28:55.5681456Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-01-24T01:28:55.5685073Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-01-24T01:28:55.5688516Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-01-24T01:28:55.5691738Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-01-24T01:28:55.5696125Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-01-24T01:28:55.5699802Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-01-24T01:28:55.5703315Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-01-24T01:28:55.5707146Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-01-24T01:28:55.5710583Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-01-24T01:28:55.5717111Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-01-24T01:28:55.5720836Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-01-24T01:28:55.5729239Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-01-24T01:28:55.5738084Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-01-24T01:28:55.5742583Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-01-24T01:28:55.5746434Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-01-24T01:28:55.5750039Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-01-24T01:28:55.5753312Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-01-24T01:28:55.5761543Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-01-24T01:28:55.5766291Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-01-24T01:28:55.5769972Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-01-24T01:28:55.5773530Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-01-24T01:28:55.5777128Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-01-24T01:28:55.5780827Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-01-24T01:28:55.5784660Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-01-24T01:28:55.5789496Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-01-24T01:28:55.5799926Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-01-24T01:28:55.5803794Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-01-24T01:28:55.5807098Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-01-24T01:28:55.5810421Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-01-24T01:28:55.5814247Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-01-24T01:28:55.5817378Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-01-24T01:28:55.5822136Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-01-24T01:28:55.5826344Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-01-24T01:28:55.5830127Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-01-24T01:28:55.5833238Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-01-24T01:28:55.5836336Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-01-24T01:28:55.5839372Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-01-24T01:28:55.5843587Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-01-24T01:28:55.5847868Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-01-24T01:28:55.5850864Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-01-24T01:28:55.5855770Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-01-24T01:28:55.5859232Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-01-24T01:28:55.5862586Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-01-24T01:28:55.5865990Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-01-24T01:28:55.5869023Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-01-24T01:28:55.5875517Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-01-24T01:28:55.5879472Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-01-24T01:28:55.5884098Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-01-24T01:28:55.5893162Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-01-24T01:28:55.5901849Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-01-24T01:28:55.5905871Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-01-24T01:28:55.5911021Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-01-24T01:28:55.5914632Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-01-24T01:28:55.5919163Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-01-24T01:28:55.5923216Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-01-24T01:28:55.5926686Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-01-24T01:28:55.5930712Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-01-24T01:28:55.5934622Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-01-24T01:28:55.5938037Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-01-24T01:28:55.5941388Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-01-24T01:28:55.5945524Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-01-24T01:28:55.5954886Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-01-24T01:28:55.5959562Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-01-24T01:28:55.5963075Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-01-24T01:28:55.5970636Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-01-24T01:28:55.5978703Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-01-24T01:28:55.5983833Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-01-24T01:28:55.5989068Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-01-24T01:28:55.5992696Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-01-24T01:28:55.5996033Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-01-24T01:28:55.6003055Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-01-24T01:28:55.6008174Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-01-24T01:28:55.6012131Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-01-24T01:28:55.6022479Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-01-24T01:28:55.6028445Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-01-24T01:28:55.6033614Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-01-24T01:28:55.6039616Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-01-24T01:28:55.6044296Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-01-24T01:28:55.6048198Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-01-24T01:28:55.6052653Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-01-24T01:28:55.6056373Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-01-24T01:28:55.6060383Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-01-24T01:28:55.6063578Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-01-24T01:28:55.6066887Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-01-24T01:28:55.6080294Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-01-24T01:28:55.6084707Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-01-24T01:28:55.6088065Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-01-24T01:28:55.6093738Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-01-24T01:28:55.6097405Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-01-24T01:28:55.6100749Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-01-24T01:28:55.6104811Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-01-24T01:28:55.6108420Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-01-24T01:28:55.6112382Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-01-24T01:28:55.6115989Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-01-24T01:28:55.6119569Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-01-24T01:28:55.6128035Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-01-24T01:28:55.6132460Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-01-24T01:28:55.6135891Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-01-24T01:28:55.6139796Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-01-24T01:28:55.6143155Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-01-24T01:28:55.6146230Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-01-24T01:28:55.6149678Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-01-24T01:28:55.6153260Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-01-24T01:28:55.6156888Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-01-24T01:28:55.6160432Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-01-24T01:28:55.6167015Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-01-24T01:28:55.6170807Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-01-24T01:28:55.6174186Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-01-24T01:28:55.6184773Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-01-24T01:28:55.6191396Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-01-24T01:28:55.6196892Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-01-24T01:28:55.6209197Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-01-24T01:28:55.6213441Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-01-24T01:28:55.6221430Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-01-24T01:28:55.6225891Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-01-24T01:28:55.6229599Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-01-24T01:28:55.6234003Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-01-24T01:28:55.6237372Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-01-24T01:28:55.6259330Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-01-24T01:28:55.6265162Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-01-24T01:28:55.6268454Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-01-24T01:28:55.6272106Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-01-24T01:28:55.6275233Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-01-24T01:28:55.6280551Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-01-24T01:28:55.6284786Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-01-24T01:28:55.6287957Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-01-24T01:28:55.6292327Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-01-24T01:28:55.6295909Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-01-24T01:28:55.6300772Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-01-24T01:28:55.6305220Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-01-24T01:28:55.6308794Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-01-24T01:28:55.6312642Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-01-24T01:28:55.6316702Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-01-24T01:28:55.6320275Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-01-24T01:28:55.6323531Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-01-24T01:28:55.6326655Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-01-24T01:28:55.6330056Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-01-24T01:28:55.6334559Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-01-24T01:28:55.6338781Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-01-24T01:28:55.6342208Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-01-24T01:28:55.6346271Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-01-24T01:28:55.6349053Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-01-24T01:28:55.6353057Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-01-24T01:28:55.6356435Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-01-24T01:28:55.6359804Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-01-24T01:28:55.6363368Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-01-24T01:28:55.6367551Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-01-24T01:28:55.6371512Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-01-24T01:28:55.6378229Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-01-24T01:28:55.6381881Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-01-24T01:28:55.6385517Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-01-24T01:28:55.6388735Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-01-24T01:28:55.6392069Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-01-24T01:28:55.6395211Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-01-24T01:28:55.6398663Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-01-24T01:28:55.6401542Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-01-24T01:28:55.6404784Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-01-24T01:28:55.6408111Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-01-24T01:28:55.6411683Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-01-24T01:28:55.6415100Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-01-24T01:28:55.6418254Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-01-24T01:28:55.6422048Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-01-24T01:28:55.6425898Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-01-24T01:28:55.6429248Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-01-24T01:28:55.6432630Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-01-24T01:28:55.6436147Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-01-24T01:28:55.6439787Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-01-24T01:28:55.6443646Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-01-24T01:28:55.6447376Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-01-24T01:28:55.6450972Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-01-24T01:28:55.6455158Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-01-24T01:28:55.6458937Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-01-24T01:28:55.6462291Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-01-24T01:28:55.6465543Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-01-24T01:28:55.6469245Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-01-24T01:28:55.6472914Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-01-24T01:28:55.6476106Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-01-24T01:28:55.6479667Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-01-24T01:28:55.6482665Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-01-24T01:28:55.6485918Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-01-24T01:28:55.6489050Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-01-24T01:28:55.6492460Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-01-24T01:28:55.6495641Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-01-24T01:28:55.6499714Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-01-24T01:28:55.6502798Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-01-24T01:28:55.6505785Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-01-24T01:28:55.6508821Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-01-24T01:28:55.6512066Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-01-24T01:28:55.6515526Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-01-24T01:28:55.6518569Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-01-24T01:28:55.6521911Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-01-24T01:28:55.6524691Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-01-24T01:28:55.6527866Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-01-24T01:28:55.6530960Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-01-24T01:28:55.6533870Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-01-24T01:28:55.6536980Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-01-24T01:28:55.6540402Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-01-24T01:28:55.6543536Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-01-24T01:28:55.6546642Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-01-24T01:28:55.6550093Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-01-24T01:28:55.6552980Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-01-24T01:28:55.6556107Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-01-24T01:28:55.6559444Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-01-24T01:28:55.6562775Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-01-24T01:28:55.6565896Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-01-24T01:28:55.6569785Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-01-24T01:28:55.6574416Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-01-24T01:28:55.6577873Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-01-24T01:28:55.6581252Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-01-24T01:28:55.6584498Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-01-24T01:28:55.6587968Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-01-24T01:28:55.6591108Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-01-24T01:28:55.6594085Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-01-24T01:28:55.6597100Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-01-24T01:28:55.6600103Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-01-24T01:28:55.6603327Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-01-24T01:28:55.6606334Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-01-24T01:28:55.6609391Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-01-24T01:28:55.6613167Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-01-24T01:28:55.6616334Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-01-24T01:28:55.6619567Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-01-24T01:28:55.6622557Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-01-24T01:28:55.6625960Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-01-24T01:28:55.6629254Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-01-24T01:28:55.6632498Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-01-24T01:28:55.6636616Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-01-24T01:28:55.6640546Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-01-24T01:28:55.6644515Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-01-24T01:28:55.6647861Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-01-24T01:28:55.6651568Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-01-24T01:28:55.6655021Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-01-24T01:28:55.6658615Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-01-24T01:28:55.6661857Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-01-24T01:28:55.6664981Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-01-24T01:28:55.6668121Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-01-24T01:28:55.6672465Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-01-24T01:28:55.6676047Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-01-24T01:28:55.6679184Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-01-24T01:28:55.6684218Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-01-24T01:28:55.6688175Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-01-24T01:28:55.6691640Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-01-24T01:28:55.6702923Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-01-24T01:28:55.6707650Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-01-24T01:28:55.6711150Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-01-24T01:28:55.6714989Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-01-24T01:28:55.6720352Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-01-24T01:28:55.6723853Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-01-24T01:28:55.6727495Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-01-24T01:28:55.6731075Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-01-24T01:28:55.6735805Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-01-24T01:28:55.6739883Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-01-24T01:28:55.6744874Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-01-24T01:28:55.6763505Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-01-24T01:28:55.6768897Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-01-24T01:28:55.6772244Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-01-24T01:28:55.6776179Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-01-24T01:28:55.6780076Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-01-24T01:28:55.6784252Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-01-24T01:28:55.6789015Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-01-24T01:28:55.6794630Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-01-24T01:28:55.6798464Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-01-24T01:28:55.6801585Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-01-24T01:28:55.6804695Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-01-24T01:28:55.6807750Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-01-24T01:28:55.6810944Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-01-24T01:28:55.6820362Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-01-24T01:28:55.6825047Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-01-24T01:28:55.6829128Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-01-24T01:28:55.6832644Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-01-24T01:28:55.6836398Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-01-24T01:28:55.6839227Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-01-24T01:28:55.6842367Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-01-24T01:28:55.6846801Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-01-24T01:28:55.6851198Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-01-24T01:28:55.6855847Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-01-24T01:28:55.6860630Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-01-24T01:28:55.6865342Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-01-24T01:28:55.6868997Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-01-24T01:28:55.6872075Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-01-24T01:28:55.6875906Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-01-24T01:28:55.6881936Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-01-24T01:28:55.6885511Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-01-24T01:28:55.6888609Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-01-24T01:28:55.6892607Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-01-24T01:28:55.6898134Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-01-24T01:28:55.6908652Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-01-24T01:28:55.6913634Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-01-24T01:28:55.6917126Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-01-24T01:28:55.6920225Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-01-24T01:28:55.6923651Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-01-24T01:28:55.6927029Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-01-24T01:28:55.6930337Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-01-24T01:28:55.6934540Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-01-24T01:28:55.6937908Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-01-24T01:28:55.6941458Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-01-24T01:28:55.6944674Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-01-24T01:28:55.6949929Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-01-24T01:28:55.6955899Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-01-24T01:28:55.6959814Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-01-24T01:28:55.6963651Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-01-24T01:28:55.6966857Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-01-24T01:28:55.6970509Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-01-24T01:28:55.6974082Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-01-24T01:28:55.6977289Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-01-24T01:28:55.6980599Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-01-24T01:28:55.6983767Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-01-24T01:28:55.6987558Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-01-24T01:28:55.7009030Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-01-24T01:28:55.7014518Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-01-24T01:28:55.7018801Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-01-24T01:28:55.7026282Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-01-24T01:28:55.7029805Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-01-24T01:28:55.7033486Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-01-24T01:28:55.7036779Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-01-24T01:28:55.7040239Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-01-24T01:28:55.7043564Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-01-24T01:28:55.7048583Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-01-24T01:28:55.7055073Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-01-24T01:28:55.7059497Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-01-24T01:28:55.7063656Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-01-24T01:28:55.7068334Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-01-24T01:28:55.7073621Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-01-24T01:28:55.7077630Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-01-24T01:28:55.7081511Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-01-24T01:28:55.7087222Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-01-24T01:28:55.7091889Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-01-24T01:28:55.7098014Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-01-24T01:28:55.7102625Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-01-24T01:28:55.7109877Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-01-24T01:28:55.7114875Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-01-24T01:28:55.7118277Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-01-24T01:28:55.7122189Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-01-24T01:28:55.7126013Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-01-24T01:28:55.7130493Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-01-24T01:28:55.7135108Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-01-24T01:28:55.7140265Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-01-24T01:28:55.7143700Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-01-24T01:28:55.7152109Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-01-24T01:28:55.7156300Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-01-24T01:28:55.7159894Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-01-24T01:28:55.7163962Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-01-24T01:28:55.7170861Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-01-24T01:28:55.7174713Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-01-24T01:28:55.7178507Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-01-24T01:28:55.7185276Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-01-24T01:28:55.7189806Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-01-24T01:28:55.7193603Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-01-24T01:28:55.7203221Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-01-24T01:28:55.7207294Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-01-24T01:28:55.7210624Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-01-24T01:28:55.7217203Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-01-24T01:28:55.7222836Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-01-24T01:28:55.7229757Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-01-24T01:28:55.7239232Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-01-24T01:28:55.7244346Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-01-24T01:28:55.7247759Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-01-24T01:28:55.7252003Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-01-24T01:28:55.7255546Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-01-24T01:28:55.7259130Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-01-24T01:28:55.7263500Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-01-24T01:28:55.7266727Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-01-24T01:28:55.7270229Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-01-24T01:28:55.7273384Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-01-24T01:28:55.7276383Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-01-24T01:28:55.7279688Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-01-24T01:28:55.7283259Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-01-24T01:28:55.7286525Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-01-24T01:28:55.7289628Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-01-24T01:28:55.7293915Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-01-24T01:28:55.7297206Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-01-24T01:28:55.7302372Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-01-24T01:28:55.7306180Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-01-24T01:28:55.7310775Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-01-24T01:28:55.7314792Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-01-24T01:28:55.7319897Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-01-24T01:28:55.7323267Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-01-24T01:28:55.7326622Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-01-24T01:28:55.7330029Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-01-24T01:28:55.7334662Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-01-24T01:28:55.7338628Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-01-24T01:28:55.7343869Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-01-24T01:28:55.7348203Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-01-24T01:28:55.7351522Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-01-24T01:28:55.7354903Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-01-24T01:28:55.7358342Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-01-24T01:28:55.7365069Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-01-24T01:28:55.7370538Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-01-24T01:28:55.7374360Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-01-24T01:28:55.7377818Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-01-24T01:28:55.7381422Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-01-24T01:28:55.7386585Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-01-24T01:28:55.7392716Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-01-24T01:28:55.7396498Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-01-24T01:28:55.7400230Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-01-24T01:28:55.7403530Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-01-24T01:28:55.7407137Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-01-24T01:28:55.7410491Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-01-24T01:28:55.7414275Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-01-24T01:28:55.7418630Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-01-24T01:28:55.7422875Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-01-24T01:28:55.7425689Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-01-24T01:28:55.7429535Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-01-24T01:28:55.7433440Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-01-24T01:28:55.7436988Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-01-24T01:28:55.7440598Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-01-24T01:28:55.7443790Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-01-24T01:28:55.7446973Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-01-24T01:28:55.7450246Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-01-24T01:28:55.7453429Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-01-24T01:28:55.7457549Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-01-24T01:28:55.7461701Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-01-24T01:28:55.7465025Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-01-24T01:28:55.7468984Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-01-24T01:28:55.7471920Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-01-24T01:28:55.7475021Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-01-24T01:28:55.7479040Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-01-24T01:28:55.7487420Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-01-24T01:28:55.7491687Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-01-24T01:28:55.7496334Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-01-24T01:28:55.7500696Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-01-24T01:28:55.7504111Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-01-24T01:28:55.7507732Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-01-24T01:28:55.7511576Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-01-24T01:28:55.7514986Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-01-24T01:28:55.7519460Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-01-24T01:28:55.7524314Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-01-24T01:28:55.7530716Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-01-24T01:28:55.7534631Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-01-24T01:28:55.7538460Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-01-24T01:28:55.7542585Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-01-24T01:28:55.7546179Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-01-24T01:28:55.7549543Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-01-24T01:28:55.7554255Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-01-24T01:28:55.7557765Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-01-24T01:28:55.7562141Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-01-24T01:28:55.7566142Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-01-24T01:28:55.7570988Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-01-24T01:28:55.7575874Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-01-24T01:28:55.7579759Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-01-24T01:28:55.7585516Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-01-24T01:28:55.7589740Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-01-24T01:28:55.7594451Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-01-24T01:28:55.7598385Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-01-24T01:28:55.7602915Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-01-24T01:28:55.7608507Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-01-24T01:28:55.7612994Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-01-24T01:28:55.7618898Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-01-24T01:28:55.7623437Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-01-24T01:28:55.7627154Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-01-24T01:28:55.7631268Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-01-24T01:28:55.7634736Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-01-24T01:28:55.7638013Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-01-24T01:28:55.7641655Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-01-24T01:28:55.7646256Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-01-24T01:28:55.7651373Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-01-24T01:28:55.7654527Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-01-24T01:28:55.7657402Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-01-24T01:28:55.7661208Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-01-24T01:28:55.7664580Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-01-24T01:28:55.7679893Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-01-24T01:28:55.7684664Z adding 'torch/include/torch/csrc/utils/init.h' 2025-01-24T01:28:55.7687750Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-01-24T01:28:55.7690743Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-01-24T01:28:55.7693746Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-01-24T01:28:55.7697205Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-01-24T01:28:55.7700628Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-01-24T01:28:55.7706370Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-01-24T01:28:55.7710229Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-01-24T01:28:55.7712948Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-01-24T01:28:55.7726806Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-01-24T01:28:55.7731344Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-01-24T01:28:55.7734589Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-01-24T01:28:55.7738876Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-01-24T01:28:55.7742596Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-01-24T01:28:55.7746888Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-01-24T01:28:55.7751271Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-01-24T01:28:55.7754339Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-01-24T01:28:55.7758981Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-01-24T01:28:55.7762698Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-01-24T01:28:55.7765827Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-01-24T01:28:55.7779983Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-01-24T01:28:55.7784862Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-01-24T01:28:55.7788542Z adding 'torch/include/torch/csrc/utils/six.h' 2025-01-24T01:28:55.7791766Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-01-24T01:28:55.7794860Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-01-24T01:28:55.7798084Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-01-24T01:28:55.7801776Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-01-24T01:28:55.7804950Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-01-24T01:28:55.7807884Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-01-24T01:28:55.7811203Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-01-24T01:28:55.7814652Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-01-24T01:28:55.7818265Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-01-24T01:28:55.7821370Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-01-24T01:28:55.7824621Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-01-24T01:28:55.7829451Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-01-24T01:28:55.7834531Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-01-24T01:28:55.7838166Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-01-24T01:28:55.7842153Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-01-24T01:28:55.7845735Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-01-24T01:28:55.7849582Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-01-24T01:28:55.7853003Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-01-24T01:28:55.7855943Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-01-24T01:28:55.7862864Z adding 'torch/jit/__init__.py' 2025-01-24T01:28:55.7867265Z adding 'torch/jit/_async.py' 2025-01-24T01:28:55.7870738Z adding 'torch/jit/_await.py' 2025-01-24T01:28:55.7875423Z adding 'torch/jit/_builtins.py' 2025-01-24T01:28:55.7881090Z adding 'torch/jit/_check.py' 2025-01-24T01:28:55.7886052Z adding 'torch/jit/_dataclass_impls.py' 2025-01-24T01:28:55.7889481Z adding 'torch/jit/_decomposition_utils.py' 2025-01-24T01:28:55.7893764Z adding 'torch/jit/_decompositions.py' 2025-01-24T01:28:55.7899565Z adding 'torch/jit/_freeze.py' 2025-01-24T01:28:55.7904442Z adding 'torch/jit/_fuser.py' 2025-01-24T01:28:55.7908068Z adding 'torch/jit/_ir_utils.py' 2025-01-24T01:28:55.7911067Z adding 'torch/jit/_logging.py' 2025-01-24T01:28:55.7916084Z adding 'torch/jit/_monkeytype_config.py' 2025-01-24T01:28:55.7919748Z adding 'torch/jit/_pickle.py' 2025-01-24T01:28:55.7937884Z adding 'torch/jit/_recursive.py' 2025-01-24T01:28:55.7966715Z adding 'torch/jit/_script.py' 2025-01-24T01:28:55.7973465Z adding 'torch/jit/_script.pyi' 2025-01-24T01:28:55.7979383Z adding 'torch/jit/_serialization.py' 2025-01-24T01:28:55.7996114Z adding 'torch/jit/_shape_functions.py' 2025-01-24T01:28:55.8001215Z adding 'torch/jit/_state.py' 2025-01-24T01:28:55.8022920Z adding 'torch/jit/_trace.py' 2025-01-24T01:28:55.8032812Z adding 'torch/jit/annotations.py' 2025-01-24T01:28:55.8050138Z adding 'torch/jit/frontend.py' 2025-01-24T01:28:55.8054715Z adding 'torch/jit/generate_bytecode.py' 2025-01-24T01:28:55.8058043Z adding 'torch/jit/quantized.py' 2025-01-24T01:28:55.8063542Z adding 'torch/jit/supported_ops.py' 2025-01-24T01:28:55.8067378Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-01-24T01:28:55.8071239Z adding 'torch/jit/_passes/__init__.py' 2025-01-24T01:28:55.8074711Z adding 'torch/jit/_passes/_property_propagation.py' 2025-01-24T01:28:55.8080092Z adding 'torch/jit/mobile/__init__.py' 2025-01-24T01:28:55.9075727Z adding 'torch/lib/XNNPACK.lib' 2025-01-24T01:28:55.9144943Z adding 'torch/lib/_C.lib' 2025-01-24T01:28:55.9254069Z adding 'torch/lib/aoti_custom_ops.dll' 2025-01-24T01:28:55.9274311Z adding 'torch/lib/aoti_custom_ops.lib' 2025-01-24T01:28:55.9486618Z adding 'torch/lib/asmjit.dll' 2025-01-24T01:28:55.9521491Z adding 'torch/lib/asmjit.lib' 2025-01-24T01:28:55.9635039Z adding 'torch/lib/backend_with_compiler.dll' 2025-01-24T01:28:55.9648893Z adding 'torch/lib/backend_with_compiler.lib' 2025-01-24T01:28:56.0126330Z adding 'torch/lib/c10.dll' 2025-01-24T01:28:56.0312695Z adding 'torch/lib/c10.lib' 2025-01-24T01:28:56.0381794Z adding 'torch/lib/cpuinfo.lib' 2025-01-24T01:29:11.7468941Z adding 'torch/lib/dnnl.lib' 2025-01-24T01:29:13.4595890Z adding 'torch/lib/fbgemm.dll' 2025-01-24T01:29:13.4902797Z adding 'torch/lib/fbgemm.lib' 2025-01-24T01:29:13.5350589Z adding 'torch/lib/fmt.lib' 2025-01-24T01:29:13.5472581Z adding 'torch/lib/jitbackend_test.dll' 2025-01-24T01:29:13.5485332Z adding 'torch/lib/jitbackend_test.lib' 2025-01-24T01:29:14.0750972Z adding 'torch/lib/kineto.lib' 2025-01-24T01:29:14.2755947Z adding 'torch/lib/libprotobuf-lite.lib' 2025-01-24T01:29:15.2579945Z adding 'torch/lib/libprotobuf.lib' 2025-01-24T01:29:16.3362533Z adding 'torch/lib/libprotoc.lib' 2025-01-24T01:29:16.5317892Z adding 'torch/lib/microkernels-prod.lib' 2025-01-24T01:29:16.5465885Z adding 'torch/lib/pthreadpool.lib' 2025-01-24T01:29:16.5478615Z adding 'torch/lib/shm.dll' 2025-01-24T01:29:16.5483017Z adding 'torch/lib/shm.lib' 2025-01-24T01:29:16.9328230Z adding 'torch/lib/sleef.lib' 2025-01-24T01:29:16.9547372Z adding 'torch/lib/torch.dll' 2025-01-24T01:29:16.9551266Z adding 'torch/lib/torch.lib' 2025-01-24T01:29:22.9794793Z adding 'torch/lib/torch_cpu.dll' 2025-01-24T01:29:23.8396623Z adding 'torch/lib/torch_cpu.lib' 2025-01-24T01:29:23.9093120Z adding 'torch/lib/torch_global_deps.dll' 2025-01-24T01:29:24.6669761Z adding 'torch/lib/torch_python.dll' 2025-01-24T01:29:24.7137553Z adding 'torch/lib/torch_python.lib' 2025-01-24T01:29:24.7398054Z adding 'torch/lib/torchbind_test.dll' 2025-01-24T01:29:24.7419841Z adding 'torch/lib/torchbind_test.lib' 2025-01-24T01:29:24.7458416Z adding 'torch/linalg/__init__.py' 2025-01-24T01:29:24.7465395Z adding 'torch/masked/__init__.py' 2025-01-24T01:29:24.7473293Z adding 'torch/masked/_docs.py' 2025-01-24T01:29:24.7496604Z adding 'torch/masked/_ops.py' 2025-01-24T01:29:24.7502280Z adding 'torch/masked/maskedtensor/__init__.py' 2025-01-24T01:29:24.7509114Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-01-24T01:29:24.7513708Z adding 'torch/masked/maskedtensor/binary.py' 2025-01-24T01:29:24.7519991Z adding 'torch/masked/maskedtensor/core.py' 2025-01-24T01:29:24.7523662Z adding 'torch/masked/maskedtensor/creation.py' 2025-01-24T01:29:24.7527036Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-01-24T01:29:24.7531367Z adding 'torch/masked/maskedtensor/reductions.py' 2025-01-24T01:29:24.7535756Z adding 'torch/masked/maskedtensor/unary.py' 2025-01-24T01:29:24.7540035Z adding 'torch/monitor/__init__.py' 2025-01-24T01:29:24.7545475Z adding 'torch/mps/__init__.py' 2025-01-24T01:29:24.7549247Z adding 'torch/mps/event.py' 2025-01-24T01:29:24.7553505Z adding 'torch/mps/profiler.py' 2025-01-24T01:29:24.7563112Z adding 'torch/mtia/__init__.py' 2025-01-24T01:29:24.7570829Z adding 'torch/mtia/_utils.py' 2025-01-24T01:29:24.7577532Z adding 'torch/mtia/memory.py' 2025-01-24T01:29:24.7586967Z adding 'torch/multiprocessing/__init__.py' 2025-01-24T01:29:24.7594141Z adding 'torch/multiprocessing/_atfork.py' 2025-01-24T01:29:24.7601005Z adding 'torch/multiprocessing/pool.py' 2025-01-24T01:29:24.7607899Z adding 'torch/multiprocessing/queue.py' 2025-01-24T01:29:24.7619881Z adding 'torch/multiprocessing/reductions.py' 2025-01-24T01:29:24.7628228Z adding 'torch/multiprocessing/spawn.py' 2025-01-24T01:29:24.7639865Z adding 'torch/nested/__init__.py' 2025-01-24T01:29:24.7645324Z adding 'torch/nested/_internal/__init__.py' 2025-01-24T01:29:24.7649896Z adding 'torch/nested/_internal/nested_int.py' 2025-01-24T01:29:24.7660888Z adding 'torch/nested/_internal/nested_tensor.py' 2025-01-24T01:29:24.7695323Z adding 'torch/nested/_internal/ops.py' 2025-01-24T01:29:24.7712553Z adding 'torch/nested/_internal/sdpa.py' 2025-01-24T01:29:24.7719087Z adding 'torch/nn/__init__.py' 2025-01-24T01:29:24.7722744Z adding 'torch/nn/_reduction.py' 2025-01-24T01:29:24.7726197Z adding 'torch/nn/common_types.py' 2025-01-24T01:29:24.7731097Z adding 'torch/nn/cpp.py' 2025-01-24T01:29:24.7805704Z adding 'torch/nn/functional.py' 2025-01-24T01:29:24.7818876Z adding 'torch/nn/functional.pyi' 2025-01-24T01:29:24.7823767Z adding 'torch/nn/grad.py' 2025-01-24T01:29:24.7833634Z adding 'torch/nn/init.py' 2025-01-24T01:29:24.7840220Z adding 'torch/nn/parameter.py' 2025-01-24T01:29:24.7843566Z adding 'torch/nn/parameter.pyi' 2025-01-24T01:29:24.7848853Z adding 'torch/nn/attention/__init__.py' 2025-01-24T01:29:24.7852699Z adding 'torch/nn/attention/_utils.py' 2025-01-24T01:29:24.7858790Z adding 'torch/nn/attention/bias.py' 2025-01-24T01:29:24.7880018Z adding 'torch/nn/attention/flex_attention.py' 2025-01-24T01:29:24.7885185Z adding 'torch/nn/attention/experimental/__init__.py' 2025-01-24T01:29:24.7890929Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-01-24T01:29:24.7894985Z adding 'torch/nn/backends/__init__.py' 2025-01-24T01:29:24.7898093Z adding 'torch/nn/backends/thnn.py' 2025-01-24T01:29:24.7901961Z adding 'torch/nn/intrinsic/__init__.py' 2025-01-24T01:29:24.7906426Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-01-24T01:29:24.7909718Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-01-24T01:29:24.7913461Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-01-24T01:29:24.7917406Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:29:24.7920656Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:29:24.7923911Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:29:24.7926972Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:29:24.7930738Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:29:24.7934449Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:29:24.7938189Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:29:24.7941205Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:29:24.7944958Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:29:24.7948003Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:29:24.7951045Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:29:24.7953933Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:29:24.7959303Z adding 'torch/nn/modules/__init__.py' 2025-01-24T01:29:24.7965312Z adding 'torch/nn/modules/_functions.py' 2025-01-24T01:29:24.7982953Z adding 'torch/nn/modules/activation.py' 2025-01-24T01:29:24.7990973Z adding 'torch/nn/modules/adaptive.py' 2025-01-24T01:29:24.8001716Z adding 'torch/nn/modules/batchnorm.py' 2025-01-24T01:29:24.8006128Z adding 'torch/nn/modules/channelshuffle.py' 2025-01-24T01:29:24.8017924Z adding 'torch/nn/modules/container.py' 2025-01-24T01:29:24.8035203Z adding 'torch/nn/modules/conv.py' 2025-01-24T01:29:24.8040930Z adding 'torch/nn/modules/distance.py' 2025-01-24T01:29:24.8045997Z adding 'torch/nn/modules/dropout.py' 2025-01-24T01:29:24.8050501Z adding 'torch/nn/modules/flatten.py' 2025-01-24T01:29:24.8056246Z adding 'torch/nn/modules/fold.py' 2025-01-24T01:29:24.8063685Z adding 'torch/nn/modules/instancenorm.py' 2025-01-24T01:29:24.8071381Z adding 'torch/nn/modules/lazy.py' 2025-01-24T01:29:24.8077822Z adding 'torch/nn/modules/linear.py' 2025-01-24T01:29:24.8108105Z adding 'torch/nn/modules/loss.py' 2025-01-24T01:29:24.8156925Z adding 'torch/nn/modules/module.py' 2025-01-24T01:29:24.8167817Z adding 'torch/nn/modules/normalization.py' 2025-01-24T01:29:24.8175671Z adding 'torch/nn/modules/padding.py' 2025-01-24T01:29:24.8181202Z adding 'torch/nn/modules/pixelshuffle.py' 2025-01-24T01:29:24.8195760Z adding 'torch/nn/modules/pooling.py' 2025-01-24T01:29:24.8219329Z adding 'torch/nn/modules/rnn.py' 2025-01-24T01:29:24.8230934Z adding 'torch/nn/modules/sparse.py' 2025-01-24T01:29:24.8248149Z adding 'torch/nn/modules/transformer.py' 2025-01-24T01:29:24.8258104Z adding 'torch/nn/modules/upsampling.py' 2025-01-24T01:29:24.8266479Z adding 'torch/nn/modules/utils.py' 2025-01-24T01:29:24.8275028Z adding 'torch/nn/parallel/__init__.py' 2025-01-24T01:29:24.8281190Z adding 'torch/nn/parallel/_functions.py' 2025-01-24T01:29:24.8288073Z adding 'torch/nn/parallel/comm.py' 2025-01-24T01:29:24.8295621Z adding 'torch/nn/parallel/data_parallel.py' 2025-01-24T01:29:24.8342352Z adding 'torch/nn/parallel/distributed.py' 2025-01-24T01:29:24.8349360Z adding 'torch/nn/parallel/parallel_apply.py' 2025-01-24T01:29:24.8354211Z adding 'torch/nn/parallel/replicate.py' 2025-01-24T01:29:24.8367625Z adding 'torch/nn/parallel/scatter_gather.py' 2025-01-24T01:29:24.8371735Z adding 'torch/nn/qat/__init__.py' 2025-01-24T01:29:24.8375680Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-01-24T01:29:24.8379255Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:29:24.8382312Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:29:24.8386170Z adding 'torch/nn/qat/modules/__init__.py' 2025-01-24T01:29:24.8389541Z adding 'torch/nn/qat/modules/conv.py' 2025-01-24T01:29:24.8392639Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-01-24T01:29:24.8395588Z adding 'torch/nn/qat/modules/linear.py' 2025-01-24T01:29:24.8399231Z adding 'torch/nn/quantizable/__init__.py' 2025-01-24T01:29:24.8402994Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-01-24T01:29:24.8406178Z adding 'torch/nn/quantizable/modules/activation.py' 2025-01-24T01:29:24.8409762Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-01-24T01:29:24.8413873Z adding 'torch/nn/quantized/__init__.py' 2025-01-24T01:29:24.8416989Z adding 'torch/nn/quantized/functional.py' 2025-01-24T01:29:24.8420643Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-01-24T01:29:24.8425076Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-01-24T01:29:24.8428390Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-01-24T01:29:24.8431472Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-01-24T01:29:24.8434653Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-01-24T01:29:24.8437699Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-01-24T01:29:24.8440784Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-01-24T01:29:24.8444552Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-01-24T01:29:24.8448564Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:29:24.8451632Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:29:24.8454772Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:29:24.8457964Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:29:24.8462375Z adding 'torch/nn/quantized/modules/__init__.py' 2025-01-24T01:29:24.8465592Z adding 'torch/nn/quantized/modules/activation.py' 2025-01-24T01:29:24.8468773Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-01-24T01:29:24.8471990Z adding 'torch/nn/quantized/modules/conv.py' 2025-01-24T01:29:24.8475034Z adding 'torch/nn/quantized/modules/dropout.py' 2025-01-24T01:29:24.8478033Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:29:24.8481197Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-01-24T01:29:24.8484198Z adding 'torch/nn/quantized/modules/linear.py' 2025-01-24T01:29:24.8487326Z adding 'torch/nn/quantized/modules/normalization.py' 2025-01-24T01:29:24.8490338Z adding 'torch/nn/quantized/modules/rnn.py' 2025-01-24T01:29:24.8493401Z adding 'torch/nn/quantized/modules/utils.py' 2025-01-24T01:29:24.8497590Z adding 'torch/nn/utils/__init__.py' 2025-01-24T01:29:24.8501104Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-01-24T01:29:24.8506918Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-01-24T01:29:24.8511733Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-01-24T01:29:24.8517133Z adding 'torch/nn/utils/clip_grad.py' 2025-01-24T01:29:24.8521269Z adding 'torch/nn/utils/convert_parameters.py' 2025-01-24T01:29:24.8525698Z adding 'torch/nn/utils/fusion.py' 2025-01-24T01:29:24.8529683Z adding 'torch/nn/utils/init.py' 2025-01-24T01:29:24.8534178Z adding 'torch/nn/utils/memory_format.py' 2025-01-24T01:29:24.8545038Z adding 'torch/nn/utils/parametrizations.py' 2025-01-24T01:29:24.8559594Z adding 'torch/nn/utils/parametrize.py' 2025-01-24T01:29:24.8580833Z adding 'torch/nn/utils/prune.py' 2025-01-24T01:29:24.8592830Z adding 'torch/nn/utils/rnn.py' 2025-01-24T01:29:24.8601381Z adding 'torch/nn/utils/spectral_norm.py' 2025-01-24T01:29:24.8608873Z adding 'torch/nn/utils/stateless.py' 2025-01-24T01:29:24.8614650Z adding 'torch/nn/utils/weight_norm.py' 2025-01-24T01:29:24.8619844Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-01-24T01:29:24.8624451Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-01-24T01:29:24.8631222Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-01-24T01:29:24.8636270Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-01-24T01:29:24.8641688Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-01-24T01:29:24.8647126Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-01-24T01:29:24.8651906Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-01-24T01:29:24.8656877Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-01-24T01:29:24.8661712Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-01-24T01:29:24.8665491Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-01-24T01:29:24.8677261Z adding 'torch/onnx/__init__.py' 2025-01-24T01:29:24.8682076Z adding 'torch/onnx/_constants.py' 2025-01-24T01:29:24.8686592Z adding 'torch/onnx/_deprecation.py' 2025-01-24T01:29:24.8690083Z adding 'torch/onnx/_experimental.py' 2025-01-24T01:29:24.8694254Z adding 'torch/onnx/_exporter_states.py' 2025-01-24T01:29:24.8698265Z adding 'torch/onnx/_flags.py' 2025-01-24T01:29:24.8702328Z adding 'torch/onnx/_globals.py' 2025-01-24T01:29:24.8707351Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-01-24T01:29:24.8714197Z adding 'torch/onnx/_type_utils.py' 2025-01-24T01:29:24.8719343Z adding 'torch/onnx/errors.py' 2025-01-24T01:29:24.8723712Z adding 'torch/onnx/operators.py' 2025-01-24T01:29:24.8729108Z adding 'torch/onnx/symbolic_caffe2.py' 2025-01-24T01:29:24.8763492Z adding 'torch/onnx/symbolic_helper.py' 2025-01-24T01:29:24.8788363Z adding 'torch/onnx/symbolic_opset10.py' 2025-01-24T01:29:24.8810911Z adding 'torch/onnx/symbolic_opset11.py' 2025-01-24T01:29:24.8818852Z adding 'torch/onnx/symbolic_opset12.py' 2025-01-24T01:29:24.8833506Z adding 'torch/onnx/symbolic_opset13.py' 2025-01-24T01:29:24.8841056Z adding 'torch/onnx/symbolic_opset14.py' 2025-01-24T01:29:24.8845137Z adding 'torch/onnx/symbolic_opset15.py' 2025-01-24T01:29:24.8849896Z adding 'torch/onnx/symbolic_opset16.py' 2025-01-24T01:29:24.8855105Z adding 'torch/onnx/symbolic_opset17.py' 2025-01-24T01:29:24.8860015Z adding 'torch/onnx/symbolic_opset18.py' 2025-01-24T01:29:24.8863400Z adding 'torch/onnx/symbolic_opset19.py' 2025-01-24T01:29:24.8868237Z adding 'torch/onnx/symbolic_opset20.py' 2025-01-24T01:29:24.8871777Z adding 'torch/onnx/symbolic_opset7.py' 2025-01-24T01:29:24.8878180Z adding 'torch/onnx/symbolic_opset8.py' 2025-01-24T01:29:24.8950544Z adding 'torch/onnx/symbolic_opset9.py' 2025-01-24T01:29:24.8985993Z adding 'torch/onnx/utils.py' 2025-01-24T01:29:24.9013215Z adding 'torch/onnx/verification.py' 2025-01-24T01:29:24.9019060Z adding 'torch/onnx/_internal/__init__.py' 2025-01-24T01:29:24.9032332Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-01-24T01:29:24.9036535Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-01-24T01:29:24.9044867Z adding 'torch/onnx/_internal/io_adapter.py' 2025-01-24T01:29:24.9051948Z adding 'torch/onnx/_internal/jit_utils.py' 2025-01-24T01:29:24.9057549Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-01-24T01:29:24.9080158Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-01-24T01:29:24.9088710Z adding 'torch/onnx/_internal/registration.py' 2025-01-24T01:29:24.9093827Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-01-24T01:29:24.9099700Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-01-24T01:29:24.9112269Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-01-24T01:29:24.9117870Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-01-24T01:29:24.9124260Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-01-24T01:29:24.9132822Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-01-24T01:29:24.9138569Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-01-24T01:29:24.9143386Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-01-24T01:29:24.9147545Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-01-24T01:29:24.9154071Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-01-24T01:29:24.9158834Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-01-24T01:29:24.9163395Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-01-24T01:29:24.9171309Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-01-24T01:29:24.9176047Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-01-24T01:29:24.9179515Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-01-24T01:29:24.9183899Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-01-24T01:29:24.9188157Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-01-24T01:29:24.9191796Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-01-24T01:29:24.9196181Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-01-24T01:29:24.9200297Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-01-24T01:29:24.9203807Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-01-24T01:29:24.9208863Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-01-24T01:29:24.9212796Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-01-24T01:29:24.9216479Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-01-24T01:29:24.9220990Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-01-24T01:29:24.9224711Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-01-24T01:29:24.9228662Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-01-24T01:29:24.9232938Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-01-24T01:29:24.9237011Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-01-24T01:29:24.9241277Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-01-24T01:29:24.9245492Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-01-24T01:29:24.9248914Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-01-24T01:29:24.9253214Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-01-24T01:29:24.9257735Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-01-24T01:29:24.9264573Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-01-24T01:29:24.9271818Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-01-24T01:29:24.9278889Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-01-24T01:29:24.9285232Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-01-24T01:29:24.9288730Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-01-24T01:29:24.9293523Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-01-24T01:29:24.9297702Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-01-24T01:29:24.9301428Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-01-24T01:29:24.9306113Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-01-24T01:29:24.9309829Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-01-24T01:29:24.9313221Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-01-24T01:29:24.9318280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-01-24T01:29:24.9321927Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-01-24T01:29:24.9325917Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-01-24T01:29:24.9329537Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-01-24T01:29:24.9333898Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-01-24T01:29:24.9337373Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-01-24T01:29:24.9340607Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-01-24T01:29:24.9343999Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-01-24T01:29:24.9347491Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-01-24T01:29:24.9350672Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-01-24T01:29:24.9354343Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-01-24T01:29:24.9357635Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-01-24T01:29:24.9362939Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-01-24T01:29:24.9366475Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-01-24T01:29:24.9369837Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-01-24T01:29:24.9373370Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-01-24T01:29:24.9376523Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-01-24T01:29:24.9379842Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-01-24T01:29:24.9382955Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-01-24T01:29:24.9387018Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-01-24T01:29:24.9392245Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-01-24T01:29:24.9403891Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-01-24T01:29:24.9410236Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-01-24T01:29:24.9418348Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-01-24T01:29:24.9445730Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-01-24T01:29:24.9452160Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-01-24T01:29:24.9460470Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-01-24T01:29:24.9464113Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-01-24T01:29:24.9468891Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-01-24T01:29:24.9473730Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-01-24T01:29:24.9477462Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-01-24T01:29:24.9485906Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-01-24T01:29:24.9492860Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-01-24T01:29:24.9498630Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-01-24T01:29:24.9508468Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-01-24T01:29:24.9513529Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-01-24T01:29:24.9518170Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-01-24T01:29:24.9523150Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-01-24T01:29:24.9527117Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-01-24T01:29:24.9531521Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-01-24T01:29:24.9536097Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-01-24T01:29:24.9540246Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-01-24T01:29:24.9545216Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-01-24T01:29:24.9552490Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-01-24T01:29:24.9558561Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-01-24T01:29:24.9564178Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-01-24T01:29:24.9570415Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-01-24T01:29:24.9576890Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-01-24T01:29:24.9592922Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-01-24T01:29:24.9600684Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-01-24T01:29:24.9616590Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-01-24T01:29:24.9622895Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-01-24T01:29:24.9627363Z adding 'torch/onnx/_internal/fx/registration.py' 2025-01-24T01:29:24.9635427Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-01-24T01:29:24.9641444Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-01-24T01:29:24.9645867Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-01-24T01:29:24.9650846Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-01-24T01:29:24.9655956Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-01-24T01:29:24.9660975Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-01-24T01:29:24.9665146Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-01-24T01:29:24.9671184Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-01-24T01:29:24.9687621Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-01-24T01:29:24.9693989Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-01-24T01:29:24.9714111Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-01-24T01:29:24.9720588Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-01-24T01:29:24.9726125Z adding 'torch/optim/__init__.py' 2025-01-24T01:29:24.9737645Z adding 'torch/optim/_adafactor.py' 2025-01-24T01:29:24.9743199Z adding 'torch/optim/_functional.py' 2025-01-24T01:29:24.9751174Z adding 'torch/optim/adadelta.py' 2025-01-24T01:29:24.9761094Z adding 'torch/optim/adagrad.py' 2025-01-24T01:29:24.9779052Z adding 'torch/optim/adam.py' 2025-01-24T01:29:24.9788874Z adding 'torch/optim/adamax.py' 2025-01-24T01:29:24.9795276Z adding 'torch/optim/adamw.py' 2025-01-24T01:29:24.9802303Z adding 'torch/optim/asgd.py' 2025-01-24T01:29:24.9811756Z adding 'torch/optim/lbfgs.py' 2025-01-24T01:29:24.9838217Z adding 'torch/optim/lr_scheduler.py' 2025-01-24T01:29:24.9849377Z adding 'torch/optim/nadam.py' 2025-01-24T01:29:24.9869049Z adding 'torch/optim/optimizer.py' 2025-01-24T01:29:24.9878828Z adding 'torch/optim/radam.py' 2025-01-24T01:29:24.9887183Z adding 'torch/optim/rmsprop.py' 2025-01-24T01:29:24.9894854Z adding 'torch/optim/rprop.py' 2025-01-24T01:29:24.9902974Z adding 'torch/optim/sgd.py' 2025-01-24T01:29:24.9909002Z adding 'torch/optim/sparse_adam.py' 2025-01-24T01:29:25.0102987Z adding 'torch/optim/swa_utils.py' 2025-01-24T01:29:25.0108082Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-01-24T01:29:25.0111289Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-01-24T01:29:25.0115406Z adding 'torch/package/__init__.py' 2025-01-24T01:29:25.0119741Z adding 'torch/package/_digraph.py' 2025-01-24T01:29:25.0123462Z adding 'torch/package/_directory_reader.py' 2025-01-24T01:29:25.0127337Z adding 'torch/package/_importlib.py' 2025-01-24T01:29:25.0130953Z adding 'torch/package/_mangling.py' 2025-01-24T01:29:25.0134762Z adding 'torch/package/_mock.py' 2025-01-24T01:29:25.0139112Z adding 'torch/package/_package_pickler.py' 2025-01-24T01:29:25.0142581Z adding 'torch/package/_package_unpickler.py' 2025-01-24T01:29:25.0146953Z adding 'torch/package/_stdlib.py' 2025-01-24T01:29:25.0151590Z adding 'torch/package/file_structure_representation.py' 2025-01-24T01:29:25.0155600Z adding 'torch/package/find_file_dependencies.py' 2025-01-24T01:29:25.0159603Z adding 'torch/package/glob_group.py' 2025-01-24T01:29:25.0165112Z adding 'torch/package/importer.py' 2025-01-24T01:29:25.0184073Z adding 'torch/package/package_exporter.py' 2025-01-24T01:29:25.0199601Z adding 'torch/package/package_importer.py' 2025-01-24T01:29:25.0204449Z adding 'torch/package/analyze/__init__.py' 2025-01-24T01:29:25.0207850Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-01-24T01:29:25.0211063Z adding 'torch/package/analyze/is_from_package.py' 2025-01-24T01:29:25.0215203Z adding 'torch/package/analyze/trace_dependencies.py' 2025-01-24T01:29:25.0219775Z adding 'torch/profiler/__init__.py' 2025-01-24T01:29:25.0238635Z adding 'torch/profiler/_memory_profiler.py' 2025-01-24T01:29:25.0249150Z adding 'torch/profiler/_pattern_matcher.py' 2025-01-24T01:29:25.0256637Z adding 'torch/profiler/_utils.py' 2025-01-24T01:29:25.0260747Z adding 'torch/profiler/itt.py' 2025-01-24T01:29:25.0277154Z adding 'torch/profiler/profiler.py' 2025-01-24T01:29:25.0282106Z adding 'torch/profiler/python_tracer.py' 2025-01-24T01:29:25.0287293Z adding 'torch/quantization/__init__.py' 2025-01-24T01:29:25.0291051Z adding 'torch/quantization/_numeric_suite.py' 2025-01-24T01:29:25.0294655Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-01-24T01:29:25.0299389Z adding 'torch/quantization/_quantized_conversions.py' 2025-01-24T01:29:25.0303091Z adding 'torch/quantization/fake_quantize.py' 2025-01-24T01:29:25.0306813Z adding 'torch/quantization/fuse_modules.py' 2025-01-24T01:29:25.0310490Z adding 'torch/quantization/fuser_method_mappings.py' 2025-01-24T01:29:25.0314070Z adding 'torch/quantization/observer.py' 2025-01-24T01:29:25.0317707Z adding 'torch/quantization/qconfig.py' 2025-01-24T01:29:25.0321243Z adding 'torch/quantization/quant_type.py' 2025-01-24T01:29:25.0325126Z adding 'torch/quantization/quantization_mappings.py' 2025-01-24T01:29:25.0328191Z adding 'torch/quantization/quantize.py' 2025-01-24T01:29:25.0331540Z adding 'torch/quantization/quantize_fx.py' 2025-01-24T01:29:25.0334861Z adding 'torch/quantization/quantize_jit.py' 2025-01-24T01:29:25.0338023Z adding 'torch/quantization/stubs.py' 2025-01-24T01:29:25.0341248Z adding 'torch/quantization/utils.py' 2025-01-24T01:29:25.0345491Z adding 'torch/quantization/fx/__init__.py' 2025-01-24T01:29:25.0349009Z adding 'torch/quantization/fx/_equalize.py' 2025-01-24T01:29:25.0352137Z adding 'torch/quantization/fx/convert.py' 2025-01-24T01:29:25.0355138Z adding 'torch/quantization/fx/fuse.py' 2025-01-24T01:29:25.0358467Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-01-24T01:29:25.0361569Z adding 'torch/quantization/fx/graph_module.py' 2025-01-24T01:29:25.0364609Z adding 'torch/quantization/fx/match_utils.py' 2025-01-24T01:29:25.0367848Z adding 'torch/quantization/fx/pattern_utils.py' 2025-01-24T01:29:25.0370811Z adding 'torch/quantization/fx/prepare.py' 2025-01-24T01:29:25.0374365Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-01-24T01:29:25.0377458Z adding 'torch/quantization/fx/quantization_types.py' 2025-01-24T01:29:25.0380537Z adding 'torch/quantization/fx/utils.py' 2025-01-24T01:29:25.0385590Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-01-24T01:29:25.0390804Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-01-24T01:29:25.0394447Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-01-24T01:29:25.0398570Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-01-24T01:29:25.0412581Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-01-24T01:29:25.0417239Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-01-24T01:29:25.0420990Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-01-24T01:29:25.0425276Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-01-24T01:29:25.0429715Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-01-24T01:29:25.0433337Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-01-24T01:29:25.0437881Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-01-24T01:29:25.0470766Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-01-24T01:29:25.0479921Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-01-24T01:29:25.0483809Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-01-24T01:29:25.0489904Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-01-24T01:29:25.0494142Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-01-24T01:29:25.0500192Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-01-24T01:29:25.0506146Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-01-24T01:29:25.0512457Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-01-24T01:29:25.0519225Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-01-24T01:29:25.0523323Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-01-24T01:29:25.0527036Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-01-24T01:29:25.0530451Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-01-24T01:29:25.0533603Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-01-24T01:29:25.0537327Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-01-24T01:29:25.0545767Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-01-24T01:29:25.0549914Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-01-24T01:29:25.0555077Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-01-24T01:29:25.0558372Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-01-24T01:29:25.0561933Z adding 'torch/signal/__init__.py' 2025-01-24T01:29:25.0565712Z adding 'torch/signal/windows/__init__.py' 2025-01-24T01:29:25.0572751Z adding 'torch/signal/windows/windows.py' 2025-01-24T01:29:25.0584308Z adding 'torch/sparse/__init__.py' 2025-01-24T01:29:25.0591948Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-01-24T01:29:25.0596848Z adding 'torch/sparse/_semi_structured_ops.py' 2025-01-24T01:29:25.0623912Z adding 'torch/sparse/_triton_ops.py' 2025-01-24T01:29:25.0753044Z adding 'torch/sparse/_triton_ops_meta.py' 2025-01-24T01:29:25.0774818Z adding 'torch/sparse/semi_structured.py' 2025-01-24T01:29:25.0785987Z adding 'torch/special/__init__.py' 2025-01-24T01:29:25.0965792Z adding 'torch/test/CppSignature_test.exe' 2025-01-24T01:29:25.1241468Z adding 'torch/test/Dict_test.exe' 2025-01-24T01:29:25.1437322Z adding 'torch/test/Dimname_test.exe' 2025-01-24T01:29:25.1680997Z adding 'torch/test/IListRef_test.exe' 2025-01-24T01:29:25.1934475Z adding 'torch/test/KernelFunction_test.exe' 2025-01-24T01:29:25.2289816Z adding 'torch/test/List_test.exe' 2025-01-24T01:29:25.2568242Z adding 'torch/test/MaybeOwned_test.exe' 2025-01-24T01:29:25.2816527Z adding 'torch/test/NamedTensor_test.exe' 2025-01-24T01:29:25.3037832Z adding 'torch/test/StorageUtils_test.exe' 2025-01-24T01:29:25.3266566Z adding 'torch/test/apply_utils_test.exe' 2025-01-24T01:29:25.3509472Z adding 'torch/test/atest.exe' 2025-01-24T01:29:25.3731364Z adding 'torch/test/backend_fallback_test.exe' 2025-01-24T01:29:25.3988814Z adding 'torch/test/basic.exe' 2025-01-24T01:29:25.4205504Z adding 'torch/test/broadcast_test.exe' 2025-01-24T01:29:25.4387123Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-01-24T01:29:25.4567974Z adding 'torch/test/c10_Bitset_test.exe' 2025-01-24T01:29:25.4741590Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-01-24T01:29:25.4905782Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-01-24T01:29:25.5071078Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-01-24T01:29:25.5255834Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-01-24T01:29:25.5449319Z adding 'torch/test/c10_Device_test.exe' 2025-01-24T01:29:25.5658709Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-01-24T01:29:25.5844144Z adding 'torch/test/c10_Half_test.exe' 2025-01-24T01:29:25.6037510Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-01-24T01:29:25.6439886Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-01-24T01:29:25.6643962Z adding 'torch/test/c10_LeftRight_test.exe' 2025-01-24T01:29:25.6831532Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-01-24T01:29:25.7023049Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-01-24T01:29:25.7213228Z adding 'torch/test/c10_Scalar_test.exe' 2025-01-24T01:29:25.7410369Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-01-24T01:29:25.7574850Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-01-24T01:29:25.7750882Z adding 'torch/test/c10_SymInt_test.exe' 2025-01-24T01:29:25.7932030Z adding 'torch/test/c10_Synchronized_test.exe' 2025-01-24T01:29:25.8126359Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-01-24T01:29:25.8309525Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-01-24T01:29:25.8481034Z adding 'torch/test/c10_TypeList_test.exe' 2025-01-24T01:29:25.8646016Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-01-24T01:29:25.8832239Z adding 'torch/test/c10_accumulate_test.exe' 2025-01-24T01:29:25.9033180Z adding 'torch/test/c10_bfloat16_test.exe' 2025-01-24T01:29:25.9205567Z adding 'torch/test/c10_bit_cast_test.exe' 2025-01-24T01:29:25.9416856Z adding 'torch/test/c10_complex_math_test.exe' 2025-01-24T01:29:25.9638766Z adding 'torch/test/c10_complex_test.exe' 2025-01-24T01:29:25.9909206Z adding 'torch/test/c10_cow_test.exe' 2025-01-24T01:29:26.0142542Z adding 'torch/test/c10_error_test.exe' 2025-01-24T01:29:26.0349895Z adding 'torch/test/c10_exception_test.exe' 2025-01-24T01:29:26.0521923Z adding 'torch/test/c10_flags_test.exe' 2025-01-24T01:29:26.0696856Z adding 'torch/test/c10_generic_math_test.exe' 2025-01-24T01:29:26.0848427Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-01-24T01:29:26.1294084Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-01-24T01:29:26.1493742Z adding 'torch/test/c10_irange_test.exe' 2025-01-24T01:29:26.1679833Z adding 'torch/test/c10_lazy_test.exe' 2025-01-24T01:29:26.1886350Z adding 'torch/test/c10_logging_test.exe' 2025-01-24T01:29:26.2169023Z adding 'torch/test/c10_optional_test.exe' 2025-01-24T01:29:26.2405655Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-01-24T01:29:26.2593889Z adding 'torch/test/c10_registry_test.exe' 2025-01-24T01:29:26.3003591Z adding 'torch/test/c10_small_vector_test.exe' 2025-01-24T01:29:26.3202558Z adding 'torch/test/c10_ssize_test.exe' 2025-01-24T01:29:26.3409293Z adding 'torch/test/c10_string_util_test.exe' 2025-01-24T01:29:26.3575809Z adding 'torch/test/c10_string_view_test.exe' 2025-01-24T01:29:26.3758757Z adding 'torch/test/c10_tempfile_test.exe' 2025-01-24T01:29:26.3972219Z adding 'torch/test/c10_typeid_test.exe' 2025-01-24T01:29:26.4180862Z adding 'torch/test/cpu_allocator_test.exe' 2025-01-24T01:29:26.4446564Z adding 'torch/test/cpu_generator_test.exe' 2025-01-24T01:29:26.4666219Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-01-24T01:29:26.5055421Z adding 'torch/test/cpu_rng_test.exe' 2025-01-24T01:29:26.5299260Z adding 'torch/test/dispatch_key_set_test.exe' 2025-01-24T01:29:26.5518731Z adding 'torch/test/dlconvertor_test.exe' 2025-01-24T01:29:26.5763429Z adding 'torch/test/extension_backend_test.exe' 2025-01-24T01:29:26.6027273Z adding 'torch/test/half_test.exe' 2025-01-24T01:29:26.6281739Z adding 'torch/test/inline_container_test.exe' 2025-01-24T01:29:26.6689388Z adding 'torch/test/ivalue_test.exe' 2025-01-24T01:29:26.7118912Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-01-24T01:29:26.7479472Z adding 'torch/test/kernel_function_test.exe' 2025-01-24T01:29:26.7932843Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-01-24T01:29:26.8304889Z adding 'torch/test/kernel_lambda_test.exe' 2025-01-24T01:29:26.8561283Z adding 'torch/test/kernel_stackbased_test.exe' 2025-01-24T01:29:26.8771530Z adding 'torch/test/lazy_tensor_test.exe' 2025-01-24T01:29:26.9075274Z adding 'torch/test/legacy_vmap_test.exe' 2025-01-24T01:29:26.9435947Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-01-24T01:29:26.9658477Z adding 'torch/test/math_kernel_test.exe' 2025-01-24T01:29:26.9873553Z adding 'torch/test/memory_format_test.exe' 2025-01-24T01:29:27.0089866Z adding 'torch/test/memory_overlapping_test.exe' 2025-01-24T01:29:27.0305053Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-01-24T01:29:27.0542187Z adding 'torch/test/native_test.exe' 2025-01-24T01:29:27.0710545Z adding 'torch/test/op_allowlist_test.exe' 2025-01-24T01:29:27.1566961Z adding 'torch/test/op_registration_test.exe' 2025-01-24T01:29:27.1790071Z adding 'torch/test/operator_name_test.exe' 2025-01-24T01:29:27.2002503Z adding 'torch/test/operators_test.exe' 2025-01-24T01:29:27.2220382Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-01-24T01:29:27.2507963Z adding 'torch/test/pow_test.exe' 2025-01-24T01:29:27.2750238Z adding 'torch/test/quantized_test.exe' 2025-01-24T01:29:27.2970135Z adding 'torch/test/reduce_ops_test.exe' 2025-01-24T01:29:27.3189341Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-01-24T01:29:27.3441368Z adding 'torch/test/scalar_tensor_test.exe' 2025-01-24T01:29:27.3925306Z adding 'torch/test/scalar_test.exe' 2025-01-24T01:29:27.4143475Z adding 'torch/test/stride_properties_test.exe' 2025-01-24T01:29:27.4426959Z adding 'torch/test/tensor_iterator_test.exe' 2025-01-24T01:29:27.4658995Z adding 'torch/test/test_parallel.exe' 2025-01-24T01:29:27.4719172Z adding 'torch/test/thread_init_test.exe' 2025-01-24T01:29:27.4906654Z adding 'torch/test/type_ptr_test.exe' 2025-01-24T01:29:27.5145331Z adding 'torch/test/type_test.exe' 2025-01-24T01:29:27.5366224Z adding 'torch/test/undefined_tensor_test.exe' 2025-01-24T01:29:27.5424841Z adding 'torch/test/verify_api_visibility.exe' 2025-01-24T01:29:27.5639911Z adding 'torch/test/weakref_test.exe' 2025-01-24T01:29:27.5860090Z adding 'torch/test/wrapdim_test.exe' 2025-01-24T01:29:27.6074612Z adding 'torch/test/xla_tensor_test.exe' 2025-01-24T01:29:27.6087119Z adding 'torch/testing/__init__.py' 2025-01-24T01:29:27.6108255Z adding 'torch/testing/_comparison.py' 2025-01-24T01:29:27.6116030Z adding 'torch/testing/_creation.py' 2025-01-24T01:29:27.6120000Z adding 'torch/testing/_utils.py' 2025-01-24T01:29:27.6125398Z adding 'torch/testing/_internal/__init__.py' 2025-01-24T01:29:27.6133256Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-01-24T01:29:27.6140098Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-01-24T01:29:27.6145389Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-01-24T01:29:27.6151785Z adding 'torch/testing/_internal/common_cuda.py' 2025-01-24T01:29:27.6179962Z adding 'torch/testing/_internal/common_device_type.py' 2025-01-24T01:29:27.6185556Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-01-24T01:29:27.6207111Z adding 'torch/testing/_internal/common_distributed.py' 2025-01-24T01:29:27.6212579Z adding 'torch/testing/_internal/common_dtype.py' 2025-01-24T01:29:27.6232418Z adding 'torch/testing/_internal/common_fsdp.py' 2025-01-24T01:29:27.6240622Z adding 'torch/testing/_internal/common_jit.py' 2025-01-24T01:29:27.6495879Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-01-24T01:29:27.6529848Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-01-24T01:29:27.6567253Z adding 'torch/testing/_internal/common_modules.py' 2025-01-24T01:29:27.6609235Z adding 'torch/testing/_internal/common_nn.py' 2025-01-24T01:29:27.6631304Z adding 'torch/testing/_internal/common_optimizers.py' 2025-01-24T01:29:27.6638544Z adding 'torch/testing/_internal/common_pruning.py' 2025-01-24T01:29:27.6671368Z adding 'torch/testing/_internal/common_quantization.py' 2025-01-24T01:29:27.6679284Z adding 'torch/testing/_internal/common_quantized.py' 2025-01-24T01:29:27.6685628Z adding 'torch/testing/_internal/common_subclass.py' 2025-01-24T01:29:27.6777155Z adding 'torch/testing/_internal/common_utils.py' 2025-01-24T01:29:27.6793074Z adding 'torch/testing/_internal/composite_compliance.py' 2025-01-24T01:29:27.6800963Z adding 'torch/testing/_internal/custom_op_db.py' 2025-01-24T01:29:27.6805851Z adding 'torch/testing/_internal/custom_tensor.py' 2025-01-24T01:29:27.6811132Z adding 'torch/testing/_internal/dist_utils.py' 2025-01-24T01:29:27.6815887Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-01-24T01:29:27.6819398Z adding 'torch/testing/_internal/fake_config_module.py' 2025-01-24T01:29:27.6822630Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-01-24T01:29:27.6825814Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-01-24T01:29:27.6830588Z adding 'torch/testing/_internal/hop_db.py' 2025-01-24T01:29:27.6837943Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-01-24T01:29:27.6842428Z adding 'torch/testing/_internal/inductor_utils.py' 2025-01-24T01:29:27.6854225Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-01-24T01:29:27.6868124Z adding 'torch/testing/_internal/jit_utils.py' 2025-01-24T01:29:27.6874094Z adding 'torch/testing/_internal/logging_tensor.py' 2025-01-24T01:29:27.6879336Z adding 'torch/testing/_internal/logging_utils.py' 2025-01-24T01:29:27.6882895Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-01-24T01:29:27.6886551Z adding 'torch/testing/_internal/static_module.py' 2025-01-24T01:29:27.6890114Z adding 'torch/testing/_internal/subclasses.py' 2025-01-24T01:29:27.6894061Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-01-24T01:29:27.6899671Z adding 'torch/testing/_internal/triton_utils.py' 2025-01-24T01:29:27.6904175Z adding 'torch/testing/_internal/two_tensor.py' 2025-01-24T01:29:27.6908285Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-01-24T01:29:27.6912075Z adding 'torch/testing/_internal/data/__init__.py' 2025-01-24T01:29:27.6915312Z adding 'torch/testing/_internal/data/network1.py' 2025-01-24T01:29:27.6918195Z adding 'torch/testing/_internal/data/network2.py' 2025-01-24T01:29:27.6922345Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-01-24T01:29:27.6926821Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-01-24T01:29:27.6931080Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-01-24T01:29:27.6940714Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-01-24T01:29:27.7050582Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-01-24T01:29:27.7065070Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-01-24T01:29:27.7068698Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-01-24T01:29:27.7076766Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-01-24T01:29:27.7082593Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-01-24T01:29:27.7086690Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-01-24T01:29:27.7090278Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-01-24T01:29:27.7095175Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:29:27.7099374Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-01-24T01:29:27.7103139Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-01-24T01:29:27.7107054Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-01-24T01:29:27.7116091Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-01-24T01:29:27.7120382Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-01-24T01:29:27.7124245Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-01-24T01:29:27.7132196Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-01-24T01:29:27.7136845Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-01-24T01:29:27.7166384Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-01-24T01:29:27.7173961Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-01-24T01:29:27.7179851Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-01-24T01:29:27.7183950Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-01-24T01:29:27.7187658Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-01-24T01:29:27.7249208Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-01-24T01:29:27.7258281Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-01-24T01:29:27.7261884Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-01-24T01:29:27.7266054Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-01-24T01:29:27.7271866Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-01-24T01:29:27.7276026Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-01-24T01:29:27.7279948Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-01-24T01:29:27.7294770Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-01-24T01:29:27.7300522Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-01-24T01:29:27.7304481Z adding 'torch/testing/_internal/generated/__init__.py' 2025-01-24T01:29:27.7355885Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-01-24T01:29:27.7372303Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-01-24T01:29:27.7415978Z adding 'torch/testing/_internal/opinfo/core.py' 2025-01-24T01:29:27.7423457Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-01-24T01:29:27.7429294Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-01-24T01:29:27.7433768Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-01-24T01:29:27.7443355Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-01-24T01:29:27.7450943Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-01-24T01:29:27.7473359Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-01-24T01:29:27.7492807Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-01-24T01:29:27.7499831Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-01-24T01:29:27.7509952Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-01-24T01:29:27.7517469Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-01-24T01:29:27.7522163Z adding 'torch/testing/_internal/optests/__init__.py' 2025-01-24T01:29:27.7527298Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-01-24T01:29:27.7532149Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-01-24T01:29:27.7535873Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-01-24T01:29:27.7548679Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-01-24T01:29:27.7553770Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-01-24T01:29:27.7558071Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-01-24T01:29:27.7561040Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-01-24T01:29:27.7564568Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-01-24T01:29:27.7570845Z adding 'torch/utils/__init__.py' 2025-01-24T01:29:27.7575561Z adding 'torch/utils/_backport_slots.py' 2025-01-24T01:29:27.7587293Z adding 'torch/utils/_config_module.py' 2025-01-24T01:29:27.7592296Z adding 'torch/utils/_config_typing.pyi' 2025-01-24T01:29:27.7598627Z adding 'torch/utils/_content_store.py' 2025-01-24T01:29:27.7603736Z adding 'torch/utils/_contextlib.py' 2025-01-24T01:29:27.7607445Z adding 'torch/utils/_cpp_embed_headers.py' 2025-01-24T01:29:27.7611101Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-01-24T01:29:27.7622797Z adding 'torch/utils/_cxx_pytree.py' 2025-01-24T01:29:27.7627977Z adding 'torch/utils/_device.py' 2025-01-24T01:29:27.7631522Z adding 'torch/utils/_exposed_in.py' 2025-01-24T01:29:27.7634997Z adding 'torch/utils/_filelock.py' 2025-01-24T01:29:27.7638864Z adding 'torch/utils/_foreach_utils.py' 2025-01-24T01:29:27.7645055Z adding 'torch/utils/_freeze.py' 2025-01-24T01:29:27.7648970Z adding 'torch/utils/_functools.py' 2025-01-24T01:29:27.7653414Z adding 'torch/utils/_get_clean_triton.py' 2025-01-24T01:29:27.7657187Z adding 'torch/utils/_import_utils.py' 2025-01-24T01:29:27.7660353Z adding 'torch/utils/_mode_utils.py' 2025-01-24T01:29:27.7664667Z adding 'torch/utils/_ordered_set.py' 2025-01-24T01:29:27.7677622Z adding 'torch/utils/_python_dispatch.py' 2025-01-24T01:29:27.7697459Z adding 'torch/utils/_pytree.py' 2025-01-24T01:29:27.7702307Z adding 'torch/utils/_stats.py' 2025-01-24T01:29:27.7705603Z adding 'torch/utils/_thunk.py' 2025-01-24T01:29:27.7711903Z adding 'torch/utils/_traceback.py' 2025-01-24T01:29:27.7716266Z adding 'torch/utils/_triton.py' 2025-01-24T01:29:27.7719520Z adding 'torch/utils/_typing_utils.py' 2025-01-24T01:29:27.7723426Z adding 'torch/utils/_zip.py' 2025-01-24T01:29:27.7731564Z adding 'torch/utils/backend_registration.py' 2025-01-24T01:29:27.7740938Z adding 'torch/utils/bundled_inputs.py' 2025-01-24T01:29:27.7769482Z adding 'torch/utils/checkpoint.py' 2025-01-24T01:29:27.7780987Z adding 'torch/utils/collect_env.py' 2025-01-24T01:29:27.7785032Z adding 'torch/utils/cpp_backtrace.py' 2025-01-24T01:29:27.7826258Z adding 'torch/utils/cpp_extension.py' 2025-01-24T01:29:27.7832245Z adding 'torch/utils/deterministic.py' 2025-01-24T01:29:27.7836501Z adding 'torch/utils/dlpack.py' 2025-01-24T01:29:27.7840104Z adding 'torch/utils/file_baton.py' 2025-01-24T01:29:27.7851114Z adding 'torch/utils/flop_counter.py' 2025-01-24T01:29:27.7857364Z adding 'torch/utils/hooks.py' 2025-01-24T01:29:27.7861854Z adding 'torch/utils/mkldnn.py' 2025-01-24T01:29:27.7866972Z adding 'torch/utils/mobile_optimizer.py' 2025-01-24T01:29:27.7870249Z adding 'torch/utils/model_zoo.py' 2025-01-24T01:29:27.7874508Z adding 'torch/utils/module_tracker.py' 2025-01-24T01:29:27.7879152Z adding 'torch/utils/show_pickle.py' 2025-01-24T01:29:27.7884067Z adding 'torch/utils/throughput_benchmark.py' 2025-01-24T01:29:27.7890047Z adding 'torch/utils/weak.py' 2025-01-24T01:29:27.7894190Z adding 'torch/utils/_strobelight/__init__.py' 2025-01-24T01:29:27.7899694Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-01-24T01:29:27.7903827Z adding 'torch/utils/_sympy/__init__.py' 2025-01-24T01:29:27.7922975Z adding 'torch/utils/_sympy/functions.py' 2025-01-24T01:29:27.7929353Z adding 'torch/utils/_sympy/interp.py' 2025-01-24T01:29:27.7934361Z adding 'torch/utils/_sympy/numbers.py' 2025-01-24T01:29:27.7941164Z adding 'torch/utils/_sympy/printers.py' 2025-01-24T01:29:27.7947579Z adding 'torch/utils/_sympy/reference.py' 2025-01-24T01:29:27.7951965Z adding 'torch/utils/_sympy/singleton_int.py' 2025-01-24T01:29:27.7956928Z adding 'torch/utils/_sympy/solve.py' 2025-01-24T01:29:27.7961409Z adding 'torch/utils/_sympy/symbol.py' 2025-01-24T01:29:27.7978062Z adding 'torch/utils/_sympy/value_ranges.py' 2025-01-24T01:29:27.7983781Z adding 'torch/utils/backcompat/__init__.py' 2025-01-24T01:29:27.7988375Z adding 'torch/utils/benchmark/__init__.py' 2025-01-24T01:29:27.7992880Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-01-24T01:29:27.7998402Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-01-24T01:29:27.8002974Z adding 'torch/utils/benchmark/examples/compare.py' 2025-01-24T01:29:27.8007397Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-01-24T01:29:27.8011717Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-01-24T01:29:27.8015332Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-01-24T01:29:27.8019712Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-01-24T01:29:27.8023766Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-01-24T01:29:27.8027884Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-01-24T01:29:27.8032022Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-01-24T01:29:27.8036087Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-01-24T01:29:27.8040033Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-01-24T01:29:27.8043993Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-01-24T01:29:27.8048088Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-01-24T01:29:27.8051314Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-01-24T01:29:27.8058167Z adding 'torch/utils/benchmark/utils/common.py' 2025-01-24T01:29:27.8065477Z adding 'torch/utils/benchmark/utils/compare.py' 2025-01-24T01:29:27.8070920Z adding 'torch/utils/benchmark/utils/compile.py' 2025-01-24T01:29:27.8075927Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-01-24T01:29:27.8084248Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-01-24T01:29:27.8089305Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-01-24T01:29:27.8092943Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-01-24T01:29:27.8102117Z adding 'torch/utils/benchmark/utils/timer.py' 2025-01-24T01:29:27.8106666Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-01-24T01:29:27.8111474Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-01-24T01:29:27.8115034Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-01-24T01:29:27.8118505Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-01-24T01:29:27.8132758Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-01-24T01:29:27.8187688Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-01-24T01:29:27.8201502Z adding 'torch/utils/bottleneck/__init__.py' 2025-01-24T01:29:27.8206286Z adding 'torch/utils/bottleneck/__main__.py' 2025-01-24T01:29:27.8210993Z adding 'torch/utils/data/__init__.py' 2025-01-24T01:29:27.8214126Z adding 'torch/utils/data/backward_compatibility.py' 2025-01-24T01:29:27.8246283Z adding 'torch/utils/data/dataloader.py' 2025-01-24T01:29:27.8262066Z adding 'torch/utils/data/dataset.py' 2025-01-24T01:29:27.8264603Z adding 'torch/utils/data/distributed.py' 2025-01-24T01:29:27.8269653Z adding 'torch/utils/data/graph.py' 2025-01-24T01:29:27.8274408Z adding 'torch/utils/data/graph_settings.py' 2025-01-24T01:29:27.8280685Z adding 'torch/utils/data/sampler.py' 2025-01-24T01:29:27.8285552Z adding 'torch/utils/data/_utils/__init__.py' 2025-01-24T01:29:27.8292430Z adding 'torch/utils/data/_utils/collate.py' 2025-01-24T01:29:27.8296379Z adding 'torch/utils/data/_utils/fetch.py' 2025-01-24T01:29:27.8300480Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-01-24T01:29:27.8304592Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-01-24T01:29:27.8311723Z adding 'torch/utils/data/_utils/worker.py' 2025-01-24T01:29:27.8316153Z adding 'torch/utils/data/datapipes/__init__.py' 2025-01-24T01:29:27.8320831Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-01-24T01:29:27.8327117Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-01-24T01:29:27.8334994Z adding 'torch/utils/data/datapipes/_typing.py' 2025-01-24T01:29:27.8342128Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-01-24T01:29:27.8353679Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-01-24T01:29:27.8360368Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-01-24T01:29:27.8364785Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-01-24T01:29:27.8368837Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-01-24T01:29:27.8375059Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-01-24T01:29:27.8379565Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-01-24T01:29:27.8382965Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-01-24T01:29:27.8387542Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-01-24T01:29:27.8393298Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-01-24T01:29:27.8398499Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-01-24T01:29:27.8408233Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-01-24T01:29:27.8412816Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-01-24T01:29:27.8416911Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-01-24T01:29:27.8422998Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-01-24T01:29:27.8427364Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-01-24T01:29:27.8432126Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-01-24T01:29:27.8436273Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-01-24T01:29:27.8440012Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-01-24T01:29:27.8443701Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-01-24T01:29:27.8447795Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-01-24T01:29:27.8451521Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-01-24T01:29:27.8455924Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-01-24T01:29:27.8459963Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-01-24T01:29:27.8464368Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-01-24T01:29:27.8468666Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-01-24T01:29:27.8473071Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-01-24T01:29:27.8480500Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-01-24T01:29:27.8488764Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-01-24T01:29:27.8493750Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-01-24T01:29:27.8497978Z adding 'torch/utils/hipify/__init__.py' 2025-01-24T01:29:27.8501476Z adding 'torch/utils/hipify/constants.py' 2025-01-24T01:29:27.8561626Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-01-24T01:29:27.8588974Z adding 'torch/utils/hipify/hipify_python.py' 2025-01-24T01:29:27.8593142Z adding 'torch/utils/hipify/version.py' 2025-01-24T01:29:27.8597242Z adding 'torch/utils/jit/__init__.py' 2025-01-24T01:29:27.8601267Z adding 'torch/utils/jit/log_extract.py' 2025-01-24T01:29:27.8610248Z adding 'torch/utils/model_dump/__init__.py' 2025-01-24T01:29:27.8613774Z adding 'torch/utils/model_dump/__main__.py' 2025-01-24T01:29:27.8621783Z adding 'torch/utils/model_dump/code.js' 2025-01-24T01:29:27.8625900Z adding 'torch/utils/model_dump/htm.mjs' 2025-01-24T01:29:27.8632394Z adding 'torch/utils/model_dump/preact.mjs' 2025-01-24T01:29:27.8635903Z adding 'torch/utils/model_dump/skeleton.html' 2025-01-24T01:29:27.8639789Z adding 'torch/utils/serialization/__init__.py' 2025-01-24T01:29:27.8642940Z adding 'torch/utils/serialization/config.py' 2025-01-24T01:29:27.8647194Z adding 'torch/utils/tensorboard/__init__.py' 2025-01-24T01:29:27.8650565Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-01-24T01:29:27.8654420Z adding 'torch/utils/tensorboard/_embedding.py' 2025-01-24T01:29:27.8658321Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-01-24T01:29:27.8661998Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-01-24T01:29:27.8669325Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-01-24T01:29:27.8674116Z adding 'torch/utils/tensorboard/_utils.py' 2025-01-24T01:29:27.8687757Z adding 'torch/utils/tensorboard/summary.py' 2025-01-24T01:29:27.8703820Z adding 'torch/utils/tensorboard/writer.py' 2025-01-24T01:29:27.8709106Z adding 'torch/utils/viz/__init__.py' 2025-01-24T01:29:27.8716448Z adding 'torch/utils/viz/_cycles.py' 2025-01-24T01:29:27.8725816Z adding 'torch/xpu/__init__.py' 2025-01-24T01:29:27.8729710Z adding 'torch/xpu/_gpu_trace.py' 2025-01-24T01:29:27.8733413Z adding 'torch/xpu/_utils.py' 2025-01-24T01:29:27.8738220Z adding 'torch/xpu/memory.py' 2025-01-24T01:29:27.8742489Z adding 'torch/xpu/random.py' 2025-01-24T01:29:27.8747284Z adding 'torch/xpu/streams.py' 2025-01-24T01:29:27.8756926Z adding 'torchgen/__init__.py' 2025-01-24T01:29:27.8760847Z adding 'torchgen/code_template.py' 2025-01-24T01:29:27.8764945Z adding 'torchgen/context.py' 2025-01-24T01:29:27.8805635Z adding 'torchgen/gen.py' 2025-01-24T01:29:27.8815982Z adding 'torchgen/gen_aoti_c_shim.py' 2025-01-24T01:29:27.8825567Z adding 'torchgen/gen_backend_stubs.py' 2025-01-24T01:29:27.8840352Z adding 'torchgen/gen_executorch.py' 2025-01-24T01:29:27.8855730Z adding 'torchgen/gen_functionalization_type.py' 2025-01-24T01:29:27.8866138Z adding 'torchgen/gen_lazy_tensor.py' 2025-01-24T01:29:27.8870923Z adding 'torchgen/gen_schema_utils.py' 2025-01-24T01:29:27.8876233Z adding 'torchgen/gen_vmap_plumbing.py' 2025-01-24T01:29:27.8880115Z adding 'torchgen/local.py' 2025-01-24T01:29:27.8924903Z adding 'torchgen/model.py' 2025-01-24T01:29:27.8939870Z adding 'torchgen/native_function_generation.py' 2025-01-24T01:29:27.8948768Z adding 'torchgen/utils.py' 2025-01-24T01:29:27.8952601Z adding 'torchgen/yaml_utils.py' 2025-01-24T01:29:27.8956392Z adding 'torchgen/aoti/__init__.py' 2025-01-24T01:29:27.8960288Z adding 'torchgen/aoti/fallback_ops.py' 2025-01-24T01:29:27.8965917Z adding 'torchgen/api/__init__.py' 2025-01-24T01:29:27.8986371Z adding 'torchgen/api/autograd.py' 2025-01-24T01:29:27.8994709Z adding 'torchgen/api/cpp.py' 2025-01-24T01:29:27.8999104Z adding 'torchgen/api/dispatcher.py' 2025-01-24T01:29:27.9004086Z adding 'torchgen/api/functionalization.py' 2025-01-24T01:29:27.9011995Z adding 'torchgen/api/lazy.py' 2025-01-24T01:29:27.9015632Z adding 'torchgen/api/meta.py' 2025-01-24T01:29:27.9019872Z adding 'torchgen/api/native.py' 2025-01-24T01:29:27.9042237Z adding 'torchgen/api/python.py' 2025-01-24T01:29:27.9048182Z adding 'torchgen/api/structured.py' 2025-01-24T01:29:27.9056027Z adding 'torchgen/api/translate.py' 2025-01-24T01:29:27.9061180Z adding 'torchgen/api/ufunc.py' 2025-01-24T01:29:27.9066688Z adding 'torchgen/api/unboxing.py' 2025-01-24T01:29:27.9070930Z adding 'torchgen/api/types/__init__.py' 2025-01-24T01:29:27.9077730Z adding 'torchgen/api/types/signatures.py' 2025-01-24T01:29:27.9082574Z adding 'torchgen/api/types/types.py' 2025-01-24T01:29:27.9087683Z adding 'torchgen/api/types/types_base.py' 2025-01-24T01:29:27.9091861Z adding 'torchgen/dest/__init__.py' 2025-01-24T01:29:27.9102787Z adding 'torchgen/dest/lazy_ir.py' 2025-01-24T01:29:27.9107596Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-01-24T01:29:27.9111539Z adding 'torchgen/dest/native_functions.py' 2025-01-24T01:29:27.9126462Z adding 'torchgen/dest/register_dispatch_key.py' 2025-01-24T01:29:27.9135263Z adding 'torchgen/dest/ufunc.py' 2025-01-24T01:29:27.9139557Z adding 'torchgen/executorch/__init__.py' 2025-01-24T01:29:27.9144760Z adding 'torchgen/executorch/model.py' 2025-01-24T01:29:27.9149673Z adding 'torchgen/executorch/parse.py' 2025-01-24T01:29:27.9153744Z adding 'torchgen/executorch/api/__init__.py' 2025-01-24T01:29:27.9158192Z adding 'torchgen/executorch/api/custom_ops.py' 2025-01-24T01:29:27.9164935Z adding 'torchgen/executorch/api/et_cpp.py' 2025-01-24T01:29:27.9170272Z adding 'torchgen/executorch/api/unboxing.py' 2025-01-24T01:29:27.9174341Z adding 'torchgen/executorch/api/types/__init__.py' 2025-01-24T01:29:27.9178279Z adding 'torchgen/executorch/api/types/signatures.py' 2025-01-24T01:29:27.9182098Z adding 'torchgen/executorch/api/types/types.py' 2025-01-24T01:29:27.9185995Z adding 'torchgen/operator_versions/__init__.py' 2025-01-24T01:29:27.9192129Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-01-24T01:29:27.9195835Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-01-24T01:29:27.9320360Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-01-24T01:29:27.9339016Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-01-24T01:29:27.9344602Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-01-24T01:29:27.9348610Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-01-24T01:29:27.9351927Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-01-24T01:29:27.9355675Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-01-24T01:29:27.9359132Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-01-24T01:29:27.9362282Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-01-24T01:29:27.9365495Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-01-24T01:29:27.9368509Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-01-24T01:29:27.9372043Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-01-24T01:29:27.9375886Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-01-24T01:29:27.9380327Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-01-24T01:29:27.9383897Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-01-24T01:29:27.9386874Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-01-24T01:29:27.9390400Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-01-24T01:29:27.9393488Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-01-24T01:29:27.9396965Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-01-24T01:29:27.9400245Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-01-24T01:29:27.9403447Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-01-24T01:29:27.9406596Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-01-24T01:29:27.9409706Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-01-24T01:29:27.9413710Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-01-24T01:29:27.9417008Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-01-24T01:29:27.9420337Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-01-24T01:29:27.9423704Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-01-24T01:29:27.9427352Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-01-24T01:29:27.9430786Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-01-24T01:29:27.9434290Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-01-24T01:29:27.9438372Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-01-24T01:29:27.9441572Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-01-24T01:29:27.9444803Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-01-24T01:29:27.9457618Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-01-24T01:29:27.9462099Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-01-24T01:29:27.9465534Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-01-24T01:29:27.9468833Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-01-24T01:29:27.9471925Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-01-24T01:29:27.9475132Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-01-24T01:29:27.9478404Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-01-24T01:29:27.9481880Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-01-24T01:29:27.9484912Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-01-24T01:29:27.9488901Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-01-24T01:29:27.9491878Z adding 'torchgen/packaged/autograd/README.md' 2025-01-24T01:29:27.9494790Z adding 'torchgen/packaged/autograd/__init__.py' 2025-01-24T01:29:27.9497746Z adding 'torchgen/packaged/autograd/build.bzl' 2025-01-24T01:29:27.9500857Z adding 'torchgen/packaged/autograd/context.py' 2025-01-24T01:29:27.9504485Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-01-24T01:29:27.9554276Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-01-24T01:29:27.9562752Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-01-24T01:29:27.9566909Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-01-24T01:29:27.9578540Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-01-24T01:29:27.9588881Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-01-24T01:29:27.9606498Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-01-24T01:29:27.9616002Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-01-24T01:29:27.9620779Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-01-24T01:29:27.9649064Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-01-24T01:29:27.9657224Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-01-24T01:29:27.9672704Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-01-24T01:29:27.9678680Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-01-24T01:29:27.9682347Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-01-24T01:29:27.9685252Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-01-24T01:29:27.9688496Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-01-24T01:29:27.9692040Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-01-24T01:29:27.9695379Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-01-24T01:29:27.9698417Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-01-24T01:29:27.9701933Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-01-24T01:29:27.9704957Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-01-24T01:29:27.9708139Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-01-24T01:29:27.9711667Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-01-24T01:29:27.9714949Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-01-24T01:29:27.9718030Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-01-24T01:29:27.9721449Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-01-24T01:29:27.9725005Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-01-24T01:29:27.9728776Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-01-24T01:29:27.9732199Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-01-24T01:29:27.9735219Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-01-24T01:29:27.9738571Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-01-24T01:29:27.9742058Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-01-24T01:29:27.9745728Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-01-24T01:29:27.9758787Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-01-24T01:29:27.9764217Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-01-24T01:29:27.9768063Z adding 'torchgen/selective_build/__init__.py' 2025-01-24T01:29:27.9772834Z adding 'torchgen/selective_build/operator.py' 2025-01-24T01:29:27.9778869Z adding 'torchgen/selective_build/selector.py' 2025-01-24T01:29:27.9783027Z adding 'torchgen/static_runtime/__init__.py' 2025-01-24T01:29:27.9788079Z adding 'torchgen/static_runtime/config.py' 2025-01-24T01:29:27.9793196Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-01-24T01:29:27.9802435Z adding 'torchgen/static_runtime/generator.py' 2025-01-24T01:29:27.9921723Z adding 'torch-2.7.0a0+gitd087145.dist-info/LICENSE' 2025-01-24T01:29:27.9944492Z adding 'torch-2.7.0a0+gitd087145.dist-info/METADATA' 2025-01-24T01:29:27.9954435Z adding 'torch-2.7.0a0+gitd087145.dist-info/NOTICE' 2025-01-24T01:29:27.9957207Z adding 'torch-2.7.0a0+gitd087145.dist-info/WHEEL' 2025-01-24T01:29:27.9959410Z adding 'torch-2.7.0a0+gitd087145.dist-info/entry_points.txt' 2025-01-24T01:29:27.9961342Z adding 'torch-2.7.0a0+gitd087145.dist-info/top_level.txt' 2025-01-24T01:29:28.0648034Z adding 'torch-2.7.0a0+gitd087145.dist-info/RECORD' 2025-01-24T01:29:28.1015964Z removing build\bdist.win-amd64\wheel 2025-01-24T01:29:29.5142813Z 2025-01-24T01:29:29.5143428Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T01:29:29.5144237Z 2025-01-24T01:29:29.5144664Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T01:29:29.5145523Z 2025-01-24T01:29:29.5145796Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-01-24T01:29:29.5583142Z Compile requests 6876 2025-01-24T01:29:29.5583538Z Compile requests executed 6876 2025-01-24T01:29:29.5583843Z Cache hits 6811 2025-01-24T01:29:29.5584122Z Cache hits (C/C++) 6811 2025-01-24T01:29:29.5584399Z Cache misses 48 2025-01-24T01:29:29.5585575Z Cache misses (C/C++) 48 2025-01-24T01:29:29.5585871Z Cache timeouts 0 2025-01-24T01:29:29.5586157Z Cache read errors 0 2025-01-24T01:29:29.5586439Z Forced recaches 0 2025-01-24T01:29:29.5586726Z Cache write errors 0 2025-01-24T01:29:29.5587017Z Compilation failures 3 2025-01-24T01:29:29.5587287Z Cache errors 14 2025-01-24T01:29:29.5587561Z Cache errors (C/C++) 14 2025-01-24T01:29:29.5587851Z Non-cacheable compilations 8 2025-01-24T01:29:29.5588242Z Non-cacheable calls 0 2025-01-24T01:29:29.5588539Z Non-compilation calls 0 2025-01-24T01:29:29.5588843Z Unsupported compiler calls 0 2025-01-24T01:29:29.5589140Z Average cache write 0.050 s 2025-01-24T01:29:29.5589447Z Average compiler 0.128 s 2025-01-24T01:29:29.5589747Z Average cache read hit 0.077 s 2025-01-24T01:29:29.5590607Z Failed distributed compilations 0 2025-01-24T01:29:29.5591024Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T01:29:29.5591442Z Version (client) 0.7.4 2025-01-24T01:29:29.5606138Z 2025-01-24T01:29:29.5606922Z (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-01-24T01:29:30.7499005Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:29:31.5106544Z Installing collected packages: torch 2025-01-24T01:29:50.7196182Z Successfully installed torch-2.7.0a0+gitd087145 2025-01-24T01:29:50.7877708Z 2025-01-24T01:29:50.7879391Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-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-01-24T01:29:50.7880724Z copy /Y "dist\*.whl" "C:/12940918145/build-results/" 2025-01-24T01:29:50.7881099Z python tools/stats/export_test_times.py 2025-01-24T01:29:50.7881625Z robocopy /E ".additional_ci_files" "C:/12940918145/build-results/\.additional_ci_files" 2025-01-24T01:29:50.7882210Z copy /Y "build\.ninja_log" "C:/12940918145/build-results/\" 2025-01-24T01:29:50.7882555Z ) ) 2025-01-24T01:29:50.7886162Z dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:29:50.8999409Z 1 file(s) copied. 2025-01-24T01:29:51.9387482Z Exporting test times from test-infra 2025-01-24T01:29:51.9388506Z 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-01-24T01:29:51.9390127Z 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-01-24T01:29:51.9640098Z 2025-01-24T01:29:51.9640619Z ------------------------------------------------------------------------------- 2025-01-24T01:29:51.9641721Z ROBOCOPY :: Robust File Copy for Windows 2025-01-24T01:29:51.9642195Z ------------------------------------------------------------------------------- 2025-01-24T01:29:51.9642541Z 2025-01-24T01:29:51.9644114Z Started : Friday, January 24, 2025 1:29:51 AM 2025-01-24T01:29:51.9644848Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:29:51.9645339Z Dest : C:\12940918145\build-results\.additional_ci_files\ 2025-01-24T01:29:51.9645630Z 2025-01-24T01:29:51.9646591Z Files : *.* 2025-01-24T01:29:51.9646849Z 2025-01-24T01:29:51.9647811Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-01-24T01:29:51.9648718Z 2025-01-24T01:29:51.9648895Z ------------------------------------------------------------------------------ 2025-01-24T01:29:51.9651730Z 2025-01-24T01:29:51.9658164Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:29:51.9666824Z New File 4.8 m test-class-times.json 2025-01-24T01:29:51.9669829Z 10% 2025-01-24T01:29:51.9674062Z 20% 2025-01-24T01:29:51.9677042Z 31% 2025-01-24T01:29:51.9680541Z 41% 2025-01-24T01:29:51.9683416Z 51% 2025-01-24T01:29:51.9687181Z 62% 2025-01-24T01:29:51.9689820Z 72% 2025-01-24T01:29:51.9693250Z 83% 2025-01-24T01:29:51.9695260Z 93% 2025-01-24T01:29:51.9697419Z 100% 2025-01-24T01:29:51.9703170Z New File 1.3 m test-times.json 2025-01-24T01:29:51.9704823Z 19% 2025-01-24T01:29:51.9706336Z 38% 2025-01-24T01:29:51.9707853Z 57% 2025-01-24T01:29:51.9709677Z 76% 2025-01-24T01:29:51.9710597Z 95% 2025-01-24T01:29:51.9714165Z 100% 2025-01-24T01:29:51.9714878Z 2025-01-24T01:29:51.9715050Z ------------------------------------------------------------------------------ 2025-01-24T01:29:51.9715432Z 2025-01-24T01:29:51.9716496Z Total Copied Skipped Mismatch FAILED Extras 2025-01-24T01:29:51.9717940Z Dirs : 1 1 0 0 0 0 2025-01-24T01:29:51.9718322Z Files : 2 2 0 0 0 0 2025-01-24T01:29:51.9719459Z Bytes : 6.12 m 6.12 m 0 0 0 0 2025-01-24T01:29:51.9720341Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-01-24T01:29:51.9720662Z 2025-01-24T01:29:51.9721351Z 2025-01-24T01:29:51.9722460Z Speed : 1285544800 Bytes/sec. 2025-01-24T01:29:51.9723414Z Speed : 73559.463 MegaBytes/min. 2025-01-24T01:29:51.9723788Z Ended : Friday, January 24, 2025 1:29:51 AM 2025-01-24T01:29:51.9724122Z 2025-01-24T01:29:51.9920105Z 1 file(s) copied. 2025-01-24T01:29:51.9926775Z 2025-01-24T01:29:51.9927581Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-36096145226.json 2025-01-24T01:29:52.0313538Z 2025-01-24T01:29:52.0314209Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T01:29:52.0406440Z Stopping sccache server... 2025-01-24T01:29:52.0426822Z Compile requests 6876 2025-01-24T01:29:52.0427198Z Compile requests executed 6876 2025-01-24T01:29:52.0427542Z Cache hits 6811 2025-01-24T01:29:52.0427819Z Cache hits (C/C++) 6811 2025-01-24T01:29:52.0428091Z Cache misses 48 2025-01-24T01:29:52.0428366Z Cache misses (C/C++) 48 2025-01-24T01:29:52.0428660Z Cache timeouts 0 2025-01-24T01:29:52.0428928Z Cache read errors 0 2025-01-24T01:29:52.0429211Z Forced recaches 0 2025-01-24T01:29:52.0429495Z Cache write errors 0 2025-01-24T01:29:52.0429775Z Compilation failures 3 2025-01-24T01:29:52.0430056Z Cache errors 14 2025-01-24T01:29:52.0430340Z Cache errors (C/C++) 14 2025-01-24T01:29:52.0435888Z Non-cacheable compilations 8 2025-01-24T01:29:52.0436217Z Non-cacheable calls 0 2025-01-24T01:29:52.0436595Z Non-compilation calls 0 2025-01-24T01:29:52.0436909Z Unsupported compiler calls 0 2025-01-24T01:29:52.0437267Z Average cache write 0.050 s 2025-01-24T01:29:52.0437577Z Average compiler 0.128 s 2025-01-24T01:29:52.0437881Z Average cache read hit 0.077 s 2025-01-24T01:29:52.0438200Z Failed distributed compilations 0 2025-01-24T01:29:52.0438617Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-01-24T01:29:52.0439184Z Version (client) 0.7.4 2025-01-24T01:29:52.0448155Z 2025-01-24T01:29:52.0448573Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:29:52.1007560Z + assert_git_not_dirty 2025-01-24T01:29:52.1007880Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2025-01-24T01:29:52.1008209Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2025-01-24T01:29:52.1428497Z ++ git status --porcelain 2025-01-24T01:29:52.1487833Z ++ grep -v '?? third_party' 2025-01-24T01:29:58.6513613Z ++ true 2025-01-24T01:29:58.6519395Z + git_status= 2025-01-24T01:29:58.6519655Z + [[ -n '' ]] 2025-01-24T01:29:58.6519874Z + echo 'BUILD PASSED' 2025-01-24T01:29:58.6520132Z BUILD PASSED 2025-01-24T01:29:58.8237037Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:29:58.8237396Z with: 2025-01-24T01:29:58.8237631Z retention-days: 14 2025-01-24T01:29:58.8237890Z if-no-files-found: error 2025-01-24T01:29:58.8238146Z name: win-vs2019-cpu-py3 2025-01-24T01:29:58.8238400Z path: C:\12940918145\build-results 2025-01-24T01:29:58.8238781Z s3-bucket: gha-artifacts 2025-01-24T01:29:58.8239012Z region: us-east-1 2025-01-24T01:29:58.8239227Z env: 2025-01-24T01:29:58.8239410Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:29:58.8239786Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:29:58.8240328Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:29:58.8240818Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:29:58.8241221Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:29:58.8241531Z ##[endgroup] 2025-01-24T01:30:00.0972057Z With the provided path, there will be 4 files uploaded 2025-01-24T01:30:00.0972574Z Uploading to s3 prefix: pytorch/pytorch/12940918145/win-vs2019-cpu-py3 2025-01-24T01:30:00.1012590Z Starting upload of .additional_ci_files\test-class-times.json 2025-01-24T01:30:00.6132720Z Finished upload of .additional_ci_files\test-class-times.json 2025-01-24T01:30:00.6135335Z Starting upload of .additional_ci_files\test-times.json 2025-01-24T01:30:00.9391642Z Finished upload of .additional_ci_files\test-times.json 2025-01-24T01:30:00.9394085Z Starting upload of .ninja_log 2025-01-24T01:30:01.1151048Z Finished upload of .ninja_log 2025-01-24T01:30:01.1152540Z Starting upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:30:02.8885714Z Finished upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:30:02.9856558Z Prepare all required actions 2025-01-24T01:30:02.9857300Z Getting action download info 2025-01-24T01:30:03.1346413Z Getting action download info 2025-01-24T01:30:03.2615590Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-01-24T01:30:03.2616012Z with: 2025-01-24T01:30:03.2632608Z github-token: *** 2025-01-24T01:30:03.2632856Z env: 2025-01-24T01:30:03.2633072Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:03.2633473Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:03.2634011Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:03.2634517Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:03.2634932Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:03.2635236Z ##[endgroup] 2025-01-24T01:30:03.3587155Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:30:03.3587488Z with: 2025-01-24T01:30:03.3587784Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T01:30:03.3588108Z retention-days: 14 2025-01-24T01:30:03.3588340Z if-no-files-found: warn 2025-01-24T01:30:03.3588602Z path: sccache-stats-*.json 2025-01-24T01:30:03.3588838Z name: artifact 2025-01-24T01:30:03.3589050Z s3-bucket: gha-artifacts 2025-01-24T01:30:03.3589290Z region: us-east-1 2025-01-24T01:30:03.3589496Z env: 2025-01-24T01:30:03.3589688Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:03.3590074Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:03.3590614Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:03.3591112Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:03.3591528Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:03.3591825Z ##[endgroup] 2025-01-24T01:30:03.7656252Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T01:30:03.7657165Z With the provided path, there will be 1 file uploaded 2025-01-24T01:30:03.7657782Z Uploading to s3 prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T01:30:03.7671133Z Starting upload of sccache-stats-win-vs2019-cpu-py3-36096145226.json 2025-01-24T01:30:03.9067850Z Finished upload of sccache-stats-win-vs2019-cpu-py3-36096145226.json 2025-01-24T01:30:03.9361177Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:30:03.9361849Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:30:03.9382881Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:03.9383485Z env: 2025-01-24T01:30:03.9383758Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:03.9384211Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:03.9384819Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:03.9385346Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:03.9385825Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:03.9386196Z BUILD_TIME: 2025-01-24T01:30:03.9386424Z ##[endgroup] 2025-01-24T01:30:04.0481461Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-01-24T01:30:04.0481986Z with: 2025-01-24T01:30:04.0482245Z benchmark-results-dir: test/test-reports 2025-01-24T01:30:04.0482694Z dry-run: false 2025-01-24T01:30:04.0482903Z schema-version: v3 2025-01-24T01:30:04.0483393Z github-token: *** 2025-01-24T01:30:04.0483617Z env: 2025-01-24T01:30:04.0483854Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:04.0484263Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:04.0484811Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:04.0485300Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:04.0485710Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:04.0487417Z ##[endgroup] 2025-01-24T01:30:04.0565427Z ##[group]Run set -eux 2025-01-24T01:30:04.0565779Z set -eux 2025-01-24T01:30:04.0566032Z python3 -mpip install boto3==1.35.33 2025-01-24T01:30:04.0586758Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:04.0587221Z env: 2025-01-24T01:30:04.0587424Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:04.0587820Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:04.0588357Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:04.0588924Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:04.0589441Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:04.0589813Z ##[endgroup] 2025-01-24T01:30:04.0817575Z + python3 -mpip install boto3==1.35.33 2025-01-24T01:30:05.4942816Z Collecting boto3==1.35.33 2025-01-24T01:30:05.6944618Z Downloading boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-01-24T01:30:05.7072054Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.35.99) 2025-01-24T01:30:05.7080218Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.0.1) 2025-01-24T01:30:05.7087594Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.1) 2025-01-24T01:30:05.7165888Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-01-24T01:30:05.7178471Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.19) 2025-01-24T01:30:05.7256605Z 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.33->boto3==1.35.33) (1.16.0) 2025-01-24T01:30:05.7550079Z Downloading boto3-1.35.33-py3-none-any.whl (139 kB) 2025-01-24T01:30:05.9838291Z -------------------------------------- 139.1/139.1 kB 588.6 kB/s eta 0:00:00 2025-01-24T01:30:06.8392729Z Installing collected packages: boto3 2025-01-24T01:30:06.8394460Z Attempting uninstall: boto3 2025-01-24T01:30:06.8403583Z Found existing installation: boto3 1.35.42 2025-01-24T01:30:06.8587610Z Uninstalling boto3-1.35.42: 2025-01-24T01:30:06.8649319Z Successfully uninstalled boto3-1.35.42 2025-01-24T01:30:07.0306689Z Successfully installed boto3-1.35.33 2025-01-24T01:30:07.1546197Z ##[group]Run set -eux 2025-01-24T01:30:07.1546464Z set -eux 2025-01-24T01:30:07.1546666Z  2025-01-24T01:30:07.1546894Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-01-24T01:30:07.1547229Z  echo "Missing github-token input" 2025-01-24T01:30:07.1547524Z  exit 1 2025-01-24T01:30:07.1547761Z fi 2025-01-24T01:30:07.1568139Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.1568601Z env: 2025-01-24T01:30:07.1568804Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.1569281Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.1569899Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.1570575Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.1570994Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.1571521Z GITHUB_TOKEN: *** 2025-01-24T01:30:07.1571751Z ##[endgroup] 2025-01-24T01:30:07.1763391Z + [[ -z *** ]] 2025-01-24T01:30:07.1881341Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-01-24T01:30:07.1881839Z with: 2025-01-24T01:30:07.1882262Z github-token: *** 2025-01-24T01:30:07.1882467Z env: 2025-01-24T01:30:07.1883428Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.1883902Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.1884493Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.1885045Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.1885465Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.1885824Z ##[endgroup] 2025-01-24T01:30:07.1963483Z ##[group]Run set -eux 2025-01-24T01:30:07.1963744Z set -eux 2025-01-24T01:30:07.1963942Z  2025-01-24T01:30:07.1964407Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T01:30:07.1984764Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.1985215Z env: 2025-01-24T01:30:07.1985422Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.1985833Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.1986371Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.1986867Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.1987281Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.1987742Z GITHUB_TOKEN: *** 2025-01-24T01:30:07.1987965Z ##[endgroup] 2025-01-24T01:30:07.2177236Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 12940918145 i-0ec918824af1ed046 2025-01-24T01:30:07.8013726Z setting job-id=36096145226 2025-01-24T01:30:07.8014098Z setting job-name=win-vs2019-cpu-py3 / build 2025-01-24T01:30:07.8267382Z ##[group]Run set -eux 2025-01-24T01:30:07.8267689Z set -eux 2025-01-24T01:30:07.8267889Z  2025-01-24T01:30:07.8268244Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-01-24T01:30:07.8268761Z  --schema-version "${SCHEMA_VERSION}" \ 2025-01-24T01:30:07.8269084Z  --repo "${REPO}" \ 2025-01-24T01:30:07.8269351Z  --head-branch "${HEAD_BRANCH}" \ 2025-01-24T01:30:07.8269660Z  --head-sha "${HEAD_SHA}" \ 2025-01-24T01:30:07.8269974Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-01-24T01:30:07.8270297Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-01-24T01:30:07.8270605Z  --job-id "${JOB_ID}" \ 2025-01-24T01:30:07.8270877Z  --job-name "${JOB_NAME}" 2025-01-24T01:30:07.8291355Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.8291898Z env: 2025-01-24T01:30:07.8292097Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.8292483Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.8293033Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.8293539Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.8293941Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.8294258Z SCHEMA_VERSION: v3 2025-01-24T01:30:07.8294485Z REPO: pytorch/pytorch 2025-01-24T01:30:07.8294735Z HEAD_BRANCH: refs/tags/ciflow/trunk/145539 2025-01-24T01:30:07.8295084Z HEAD_SHA: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:30:07.8295488Z WORKFLOW_RUN_ID: 12940918145 2025-01-24T01:30:07.8295729Z RUN_ATTEMPT: 1 2025-01-24T01:30:07.8295940Z JOB_ID: 36096145226 2025-01-24T01:30:07.8296185Z JOB_NAME: win-vs2019-cpu-py3 / build 2025-01-24T01:30:07.8296523Z ##[endgroup] 2025-01-24T01:30:07.8494414Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py' --schema-version v3 --repo pytorch/pytorch --head-branch refs/tags/ciflow/trunk/145539 --head-sha d087145b9259b4cfbcb758dc0bca6a6e5d75d08f --workflow-id 12940918145 --run-attempt 1 --job-id 36096145226 --job-name 'win-vs2019-cpu-py3 / build' 2025-01-24T01:30:07.9239195Z ##[group]Run set -eux 2025-01-24T01:30:07.9239457Z set -eux 2025-01-24T01:30:07.9239652Z  2025-01-24T01:30:07.9239881Z # TODO (huydhn): Implement this part 2025-01-24T01:30:07.9240231Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-01-24T01:30:07.9259702Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.9260165Z env: 2025-01-24T01:30:07.9260362Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.9260758Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.9261298Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.9261779Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.9262189Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.9262492Z ##[endgroup] 2025-01-24T01:30:07.9450701Z + echo 'runners=[]' 2025-01-24T01:30:07.9544155Z ##[group]Run set -eux 2025-01-24T01:30:07.9544408Z set -eux 2025-01-24T01:30:07.9544608Z  2025-01-24T01:30:07.9544842Z # TODO (huydhn): Implement this part 2025-01-24T01:30:07.9545198Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-01-24T01:30:07.9564979Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.9565449Z env: 2025-01-24T01:30:07.9565637Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.9566029Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.9566581Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.9567071Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.9567487Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.9567792Z ##[endgroup] 2025-01-24T01:30:07.9757665Z + echo 'dependencies={}' 2025-01-24T01:30:07.9871548Z ##[group]Run set -eux 2025-01-24T01:30:07.9871902Z set -eux 2025-01-24T01:30:07.9872113Z  2025-01-24T01:30:07.9872406Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-01-24T01:30:07.9872838Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-01-24T01:30:07.9873313Z  # We don't want the job to fail if the directory doesn't exist 2025-01-24T01:30:07.9873695Z  exit 0 2025-01-24T01:30:07.9873903Z fi 2025-01-24T01:30:07.9874092Z  2025-01-24T01:30:07.9874293Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-01-24T01:30:07.9874837Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:30:07.9875388Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:30:07.9875802Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:30:07.9876139Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:30:07.9876476Z  --dependencies "${DEPENDENCIES}" \ 2025-01-24T01:30:07.9876785Z  --dry-run 2025-01-24T01:30:07.9877008Z else 2025-01-24T01:30:07.9877369Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:30:07.9877954Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:30:07.9879214Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:30:07.9879561Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:30:07.9879890Z  --dependencies "${DEPENDENCIES}" 2025-01-24T01:30:07.9880182Z fi 2025-01-24T01:30:07.9899777Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:30:07.9900217Z env: 2025-01-24T01:30:07.9900432Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:07.9900825Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:07.9901590Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:07.9902175Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:07.9902591Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:07.9902920Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-01-24T01:30:07.9903214Z DRY_RUN: false 2025-01-24T01:30:07.9904371Z BENCHMARK_METADATA: {"timestamp": 1737682207, "schema_version": "v3", "name": "win-vs2019-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36096145226} 2025-01-24T01:30:07.9905601Z RUNNER_INFO: [] 2025-01-24T01:30:07.9905806Z DEPENDENCIES: {} 2025-01-24T01:30:07.9906023Z ##[endgroup] 2025-01-24T01:30:08.0107899Z + [[ ! -d test/test-reports ]] 2025-01-24T01:30:08.0109223Z + [[ false == \t\r\u\e ]] 2025-01-24T01:30:08.0111862Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py' --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1737682207, "schema_version": "v3", "name": "win-vs2019-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/tags/ciflow/trunk/145539", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940918145, "run_attempt": 1, "job_id": 36096145226}' --runners '[]' --dependencies '{}' 2025-01-24T01:30:08.4897510Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/12940918145/36096145226/sccache-stats.json 2025-01-24T01:30:08.5722213Z INFO:botocore.credentials:Found credentials from IAM Role: gh-ci-github-action-runners-runner-role 2025-01-24T01:30:09.2796264Z Prepare all required actions 2025-01-24T01:30:09.2796727Z Getting action download info 2025-01-24T01:30:09.4461245Z ##[group]Run ./.github/actions/teardown-win 2025-01-24T01:30:09.4461571Z with: 2025-01-24T01:30:09.4461814Z extra-delete-dir: /c/12940918145/build-results/ 2025-01-24T01:30:09.4462126Z env: 2025-01-24T01:30:09.4462331Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:09.4462728Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:09.4463270Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:09.4463772Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:09.4464194Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:09.4464494Z ##[endgroup] 2025-01-24T01:30:09.4561218Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:30:09.4561706Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:30:09.4578679Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:30:09.4579159Z env: 2025-01-24T01:30:09.4579365Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:09.4579821Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:09.4580409Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:09.4580902Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:09.4581316Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:09.4581612Z ##[endgroup] 2025-01-24T01:30:10.6406417Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:30:10.6478365Z Finished 2025-01-24T01:30:10.9443056Z Holding runner until all ssh sessions have logged out 2025-01-24T01:30:10.9710399Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:30:10.9711042Z .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:30:10.9728987Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:30:10.9729654Z env: 2025-01-24T01:30:10.9729856Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:10.9730252Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:10.9730789Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:10.9731275Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:10.9731684Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:10.9731989Z ##[endgroup] 2025-01-24T01:30:11.3415668Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:30:11.3468305Z Finished 2025-01-24T01:30:11.3859620Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T01:30:11.3860029Z env: 2025-01-24T01:30:11.3860234Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:11.3860650Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:11.3861179Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:11.3861671Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:11.3862081Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:11.3862377Z ##[endgroup] 2025-01-24T01:30:11.3937372Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:30:11.3938123Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:30:11.3938825Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T01:30:11.3939312Z # handle tool 2025-01-24T01:30:11.3939666Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T01:30:11.3940109Z Foreach ($process In $processes) { 2025-01-24T01:30:11.3941886Z  Try { 2025-01-24T01:30:11.3942456Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T01:30:11.3943186Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T01:30:11.3943610Z  } 2025-01-24T01:30:11.3943805Z  Catch { 2025-01-24T01:30:11.3944123Z  Write-Output "No leftover $process process, continuing" 2025-01-24T01:30:11.3944512Z  Write-Output $_ 2025-01-24T01:30:11.3944751Z  } 2025-01-24T01:30:11.3944946Z } 2025-01-24T01:30:11.3945145Z  2025-01-24T01:30:11.3945619Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T01:30:11.3946280Z # for hung processes 2025-01-24T01:30:11.3946576Z Foreach ($process In $processes) { 2025-01-24T01:30:11.3946878Z  Try { 2025-01-24T01:30:11.3947288Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T01:30:11.3947756Z  } 2025-01-24T01:30:11.3947955Z  Catch { 2025-01-24T01:30:11.3948171Z  Write-Output $_ 2025-01-24T01:30:11.3948418Z  } 2025-01-24T01:30:11.3948604Z } 2025-01-24T01:30:11.3948786Z  2025-01-24T01:30:11.3948965Z Try { 2025-01-24T01:30:11.3949199Z  # Print all the processes for debugging 2025-01-24T01:30:11.3949684Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T01:30:11.3950195Z } 2025-01-24T01:30:11.3950388Z Catch { 2025-01-24T01:30:11.3950799Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T01:30:11.3951296Z  Write-Output $_ 2025-01-24T01:30:11.3951533Z } 2025-01-24T01:30:11.3968060Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:30:11.3968536Z env: 2025-01-24T01:30:11.3968737Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:11.3969128Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:11.3969776Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:11.3970338Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:11.3970739Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:11.3971041Z ##[endgroup] 2025-01-24T01:30:11.7535122Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:30:11.7604703Z Finished 2025-01-24T01:30:11.7822050Z No leftover python process, continuing 2025-01-24T01:30:11.8335707Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8336499Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8337093Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8337524Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8338021Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8338939Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8339603Z 2025-01-24T01:30:11.8353926Z No leftover ninja process, continuing 2025-01-24T01:30:11.8365533Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8366244Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8366825Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8367244Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8368646Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8369584Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8370216Z 2025-01-24T01:30:11.8383277Z No leftover cl process, continuing 2025-01-24T01:30:11.8394371Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8395055Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8395628Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8396073Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8396562Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8397539Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8398166Z 2025-01-24T01:30:11.8412616Z No leftover nvcc process, continuing 2025-01-24T01:30:11.8461659Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8462393Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8462972Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8463404Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8463904Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8464925Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8465563Z 2025-01-24T01:30:11.8467482Z No leftover cmd process, continuing 2025-01-24T01:30:11.8468037Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8468715Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8469299Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8469726Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8470212Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8471054Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8471682Z 2025-01-24T01:30:11.8471892Z No leftover sccache process, continuing 2025-01-24T01:30:11.8480442Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8481167Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8481742Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8482202Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8482702Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8483609Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8484234Z 2025-01-24T01:30:11.8493906Z No leftover git process, continuing 2025-01-24T01:30:11.8504914Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T01:30:11.8505629Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:9 char:5 2025-01-24T01:30:11.8506211Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:30:11.8506637Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.8507337Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T01:30:11.8508196Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:30:11.8508831Z 2025-01-24T01:30:11.9070876Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9071437Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9072035Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9072480Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9072905Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9073357Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9073667Z 2025-01-24T01:30:11.9247137Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9247697Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9248299Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9248825Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9249316Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9249742Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9250044Z 2025-01-24T01:30:11.9425684Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9426240Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9426976Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9427435Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9427875Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9428299Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9428624Z 2025-01-24T01:30:11.9589441Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9589988Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9590573Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9591026Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9591457Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9591872Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9592179Z 2025-01-24T01:30:11.9752448Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9752985Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9753595Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9754066Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9754492Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9754918Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9755229Z 2025-01-24T01:30:11.9921916Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:11.9922470Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:11.9923061Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:11.9923514Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:11.9923956Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:11.9924380Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:11.9924698Z 2025-01-24T01:30:12.0087433Z You cannot call a method on a null-valued expression. 2025-01-24T01:30:12.0088208Z At C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1:21 char:5 2025-01-24T01:30:12.0088801Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:30:12.0089255Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:30:12.0089687Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:30:12.0090109Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:30:12.0090419Z 2025-01-24T01:30:12.1118611Z Caption CommandLine ProcessId 2025-01-24T01:30:12.1119302Z 2025-01-24T01:30:12.1119640Z System Idle Process 0 2025-01-24T01:30:12.1120160Z 2025-01-24T01:30:12.1120577Z System 4 2025-01-24T01:30:12.1121055Z 2025-01-24T01:30:12.1121885Z Registry 168 2025-01-24T01:30:12.1122291Z 2025-01-24T01:30:12.1123008Z smss.exe 408 2025-01-24T01:30:12.1123411Z 2025-01-24T01:30:12.1124217Z csrss.exe 512 2025-01-24T01:30:12.1124612Z 2025-01-24T01:30:12.1126115Z csrss.exe 588 2025-01-24T01:30:12.1126527Z 2025-01-24T01:30:12.1126828Z wininit.exe 612 2025-01-24T01:30:12.1127224Z 2025-01-24T01:30:12.1127684Z winlogon.exe winlogon.exe 660 2025-01-24T01:30:12.1128182Z 2025-01-24T01:30:12.1128929Z services.exe 732 2025-01-24T01:30:12.1129330Z 2025-01-24T01:30:12.1130179Z lsass.exe C:\Windows\system32\lsass.exe 752 2025-01-24T01:30:12.1130664Z 2025-01-24T01:30:12.1131369Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 872 2025-01-24T01:30:12.1131973Z 2025-01-24T01:30:12.1132429Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 896 2025-01-24T01:30:12.1132993Z 2025-01-24T01:30:12.1133523Z fontdrvhost.exe "fontdrvhost.exe" 920 2025-01-24T01:30:12.1134005Z 2025-01-24T01:30:12.1134846Z fontdrvhost.exe "fontdrvhost.exe" 928 2025-01-24T01:30:12.1135338Z 2025-01-24T01:30:12.1135913Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 136 2025-01-24T01:30:12.1136464Z 2025-01-24T01:30:12.1137141Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 452 2025-01-24T01:30:12.1137762Z 2025-01-24T01:30:12.1138147Z dwm.exe "dwm.exe" 780 2025-01-24T01:30:12.1138729Z 2025-01-24T01:30:12.1139792Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2025-01-24T01:30:12.1140409Z 2025-01-24T01:30:12.1141009Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2025-01-24T01:30:12.1141703Z 2025-01-24T01:30:12.1142303Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1268 2025-01-24T01:30:12.1142992Z 2025-01-24T01:30:12.1143485Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1384 2025-01-24T01:30:12.1144069Z 2025-01-24T01:30:12.1144746Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1412 2025-01-24T01:30:12.1145442Z 2025-01-24T01:30:12.1145900Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2025-01-24T01:30:12.1146521Z 2025-01-24T01:30:12.1147023Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1480 2025-01-24T01:30:12.1147636Z 2025-01-24T01:30:12.1149569Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\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_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1504 2025-01-24T01:30:12.1151527Z 2025-01-24T01:30:12.1152005Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1532 2025-01-24T01:30:12.1152591Z 2025-01-24T01:30:12.1153100Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1600 2025-01-24T01:30:12.1153730Z 2025-01-24T01:30:12.1154314Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1632 2025-01-24T01:30:12.1155003Z 2025-01-24T01:30:12.1155498Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1676 2025-01-24T01:30:12.1156112Z 2025-01-24T01:30:12.1156784Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1848 2025-01-24T01:30:12.1157503Z 2025-01-24T01:30:12.1157968Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1908 2025-01-24T01:30:12.1158637Z 2025-01-24T01:30:12.1159863Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1916 2025-01-24T01:30:12.1161066Z 2025-01-24T01:30:12.1162091Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1928 2025-01-24T01:30:12.1163447Z 2025-01-24T01:30:12.1164301Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2036 2025-01-24T01:30:12.1165368Z 2025-01-24T01:30:12.1166424Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1408 2025-01-24T01:30:12.1167692Z 2025-01-24T01:30:12.1168949Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2060 2025-01-24T01:30:12.1170410Z 2025-01-24T01:30:12.1172319Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2108 2025-01-24T01:30:12.1173784Z 2025-01-24T01:30:12.1174813Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2156 2025-01-24T01:30:12.1175948Z 2025-01-24T01:30:12.1177035Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2192 2025-01-24T01:30:12.1178402Z 2025-01-24T01:30:12.1179474Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2220 2025-01-24T01:30:12.1180761Z 2025-01-24T01:30:12.1181885Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2368 2025-01-24T01:30:12.1183257Z 2025-01-24T01:30:12.1184187Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2532 2025-01-24T01:30:12.1185314Z 2025-01-24T01:30:12.1186264Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2564 2025-01-24T01:30:12.1187395Z 2025-01-24T01:30:12.1188319Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2612 2025-01-24T01:30:12.1189415Z 2025-01-24T01:30:12.1190330Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2816 2025-01-24T01:30:12.1191298Z 2025-01-24T01:30:12.1192220Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2932 2025-01-24T01:30:12.1193313Z 2025-01-24T01:30:12.1194445Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2940 2025-01-24T01:30:12.1195828Z 2025-01-24T01:30:12.1196760Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2948 2025-01-24T01:30:12.1197966Z 2025-01-24T01:30:12.1199087Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2956 2025-01-24T01:30:12.1200497Z 2025-01-24T01:30:12.1201418Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2968 2025-01-24T01:30:12.1202056Z 2025-01-24T01:30:12.1202571Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2976 2025-01-24T01:30:12.1203184Z 2025-01-24T01:30:12.1203678Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2992 2025-01-24T01:30:12.1204281Z 2025-01-24T01:30:12.1204882Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3000 2025-01-24T01:30:12.1205484Z 2025-01-24T01:30:12.1206137Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3172 2025-01-24T01:30:12.1206930Z 2025-01-24T01:30:12.1207580Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3192 2025-01-24T01:30:12.1208339Z 2025-01-24T01:30:12.1208823Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3224 2025-01-24T01:30:12.1209463Z 2025-01-24T01:30:12.1209859Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3232 2025-01-24T01:30:12.1210370Z 2025-01-24T01:30:12.1210841Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T01:30:12.1211431Z 2025-01-24T01:30:12.1212043Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3712 2025-01-24T01:30:12.1212769Z 2025-01-24T01:30:12.1213266Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a75055 /state1:0x41c64e6d 3784 2025-01-24T01:30:12.1213948Z 2025-01-24T01:30:12.1215659Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 3044 2025-01-24T01:30:12.1217491Z 2025-01-24T01:30:12.1218208Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 1136 2025-01-24T01:30:12.1219070Z 2025-01-24T01:30:12.1219426Z vds.exe C:\Windows\System32\vds.exe 2548 2025-01-24T01:30:12.1219888Z 2025-01-24T01:30:12.1220408Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4568 2025-01-24T01:30:12.1221074Z 2025-01-24T01:30:12.1221447Z msdtc.exe C:\Windows\System32\msdtc.exe 4780 2025-01-24T01:30:12.1221928Z 2025-01-24T01:30:12.1222498Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4956 2025-01-24T01:30:12.1223187Z 2025-01-24T01:30:12.1223753Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1212 2025-01-24T01:30:12.1224435Z 2025-01-24T01:30:12.1225068Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 3060 2025-01-24T01:30:12.1225652Z 2025-01-24T01:30:12.1226150Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 684 2025-01-24T01:30:12.1226752Z 2025-01-24T01:30:12.1227472Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3284 2025-01-24T01:30:12.1228338Z 2025-01-24T01:30:12.1229930Z 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 2692 2025-01-24T01:30:12.1231673Z 2025-01-24T01:30:12.1232081Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 536 2025-01-24T01:30:12.1232603Z 2025-01-24T01:30:12.1233131Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4384 2025-01-24T01:30:12.1233767Z 2025-01-24T01:30:12.1234341Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3056 2025-01-24T01:30:12.1235021Z 2025-01-24T01:30:12.1235531Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3740 2025-01-24T01:30:12.1236156Z 2025-01-24T01:30:12.1236837Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3780 2025-01-24T01:30:12.1237546Z 2025-01-24T01:30:12.1237969Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4192 2025-01-24T01:30:12.1238482Z 2025-01-24T01:30:12.1239016Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4996 2025-01-24T01:30:12.1239604Z 2025-01-24T01:30:12.1240192Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5076 2025-01-24T01:30:12.1240833Z 2025-01-24T01:30:12.1241344Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2572 2025-01-24T01:30:12.1241937Z 2025-01-24T01:30:12.1242356Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2624 2025-01-24T01:30:12.1242869Z 2025-01-24T01:30:12.1243409Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2276 2288 2560 2025-01-24T01:30:12.1244040Z 2025-01-24T01:30:12.1244457Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3700 2025-01-24T01:30:12.1244965Z 2025-01-24T01:30:12.1245443Z taskhostw.exe taskhostw.exe /RuntimeWide 1868 2025-01-24T01:30:12.1245947Z 2025-01-24T01:30:12.1246563Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1020 3412 2025-01-24T01:30:12.1247295Z 2025-01-24T01:30:12.1247710Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3920 2025-01-24T01:30:12.1248212Z 2025-01-24T01:30:12.1248791Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1788 2025-01-24T01:30:12.1250137Z 2025-01-24T01:30:12.1250800Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 1540 2025-01-24T01:30:12.1251542Z 2025-01-24T01:30:12.1252156Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1100 5560 2025-01-24T01:30:12.1252867Z 2025-01-24T01:30:12.1253277Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5144 2025-01-24T01:30:12.1253788Z 2025-01-24T01:30:12.1254518Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 5696 2025-01-24T01:30:12.1255270Z 2025-01-24T01:30:12.1255698Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1688 2025-01-24T01:30:12.1256221Z 2025-01-24T01:30:12.1257052Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 280 -InterruptEvent 0 -NGENProcess abc -Pipe 8fc -Comment "NGen Worker Process" 3928 2025-01-24T01:30:12.1257997Z 2025-01-24T01:30:12.1258816Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\0138cbd6-d93b-4978-9524-0ecf90803a85.ps1'" 4144 2025-01-24T01:30:12.1259712Z 2025-01-24T01:30:12.1260349Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5392 2025-01-24T01:30:12.1261045Z 2025-01-24T01:30:12.1261056Z 2025-01-24T01:30:12.1261059Z 2025-01-24T01:30:12.1561911Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:30:12.1562201Z with: 2025-01-24T01:30:12.1562394Z shell: bash 2025-01-24T01:30:12.1562591Z timeout_minutes: 5 2025-01-24T01:30:12.1562817Z max_attempts: 3 2025-01-24T01:30:12.1563034Z retry_wait_seconds: 90 2025-01-24T01:30:12.1564057Z 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-01-24T01:30:12.1565124Z polling_interval_seconds: 1 2025-01-24T01:30:12.1565389Z warning_on_retry: true 2025-01-24T01:30:12.1565652Z continue_on_error: false 2025-01-24T01:30:12.1565890Z env: 2025-01-24T01:30:12.1566089Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:12.1566482Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:12.1567016Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:12.1567519Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:12.1567934Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:12.1568270Z EXTRA_DELETE_DIR: /c/12940918145/build-results/ 2025-01-24T01:30:12.1568581Z ##[endgroup] 2025-01-24T01:30:12.3619204Z + '[' -n /c/12940918145/build-results/ ']' 2025-01-24T01:30:12.3620544Z + rm -rf /c/12940918145/build-results/ 2025-01-24T01:30:12.4085889Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./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 ./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 ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2019-cpu-py3-36096145226.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-01-24T01:30:37.4770888Z Command completed after 1 attempt(s). 2025-01-24T01:30:37.4939279Z ##[group]Run handle C:\actions-runner\_work\ 2025-01-24T01:30:37.4939709Z handle C:\actions-runner\_work\ 2025-01-24T01:30:37.4956330Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:30:37.4956814Z env: 2025-01-24T01:30:37.4957114Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:30:37.4957594Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:30:37.4958222Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:30:37.4958766Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:30:37.4959219Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:30:37.4959569Z ##[endgroup] 2025-01-24T01:30:37.8539163Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:30:37.8602005Z Finished 2025-01-24T01:30:38.0315178Z 2025-01-24T01:30:38.0315622Z Nthandle v5.0 - Handle viewer 2025-01-24T01:30:38.0316000Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T01:30:38.0316343Z Sysinternals - www.sysinternals.com 2025-01-24T01:30:38.0316721Z 2025-01-24T01:30:38.0717700Z powershell.exe pid: 5608 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:30:38.0718371Z handle.exe pid: 3376 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:30:38.0718974Z handle.exe pid: 1316 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:30:38.0719572Z handle64.exe pid: 2828 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:30:38.1113485Z Post job cleanup. 2025-01-24T01:30:38.1225669Z Post job cleanup. 2025-01-24T01:30:38.3720815Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T01:30:38.3935945Z git version 2.47.0.windows.2 2025-01-24T01:30:38.4034700Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\09103ecf-ee29-4024-afbd-f7bfdf7d547d\.gitconfig' 2025-01-24T01:30:38.4035707Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\09103ecf-ee29-4024-afbd-f7bfdf7d547d' before making global git config changes 2025-01-24T01:30:38.4036597Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T01:30:38.4050786Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:30:38.4332667Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T01:30:38.4592308Z [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-01-24T01:30:38.9105980Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T01:30:38.9308036Z http.https://github.com/.extraheader 2025-01-24T01:30:38.9352882Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-01-24T01:30:38.9629993Z [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-01-24T01:30:39.3669452Z Evaluate and set job outputs 2025-01-24T01:30:39.3675384Z Set output 'test-matrix' 2025-01-24T01:30:39.3677514Z Cleaning up orphan processes